Git Product home page Git Product logo

iecse-ml-winter18's Introduction

IECSE-ML-WinterProject18

Repository for IECSE Machine Learning Winter Project 2018, contains the resources and solutions to the tasks given during the project.

Instructions

  • Create a new branch with your name using the command git checkout -b <branch-name>, with branch name in format <first-name>"-"<last-name>. eg.- git checkout -b Rohan-Sakhuja.
  • All commits should be made to your own branch, Never commit to master. To prevent this always check what branch you're on before committing any changes, command to check current branch git branch, command to checkout(change to) a branch, git checkout <branch-name>.
  • To pull solutions after they are uploaded to master, change branch to master and do a git pull.
    git checkout master
    git pull origin master
  • Steps to submit your code.
    • Add files to be committed using the command git add . (the "." after add means all files in the current directory will be added)
    • Add a descriptive commit message for the same. Command- git commit -m "<msg>".
      Format - Task #<task-no.> : description. Mention any errors or issues in the code in the commit message, if any.
  • Finally, push your code. command - git push origin <branch-name>

    git checkout -b Rohan-Sakhuja
    git checkout Rohan-Sakhuja	// to make sure you are in your own branch
    git add .	// adds all files and subfolders to be committed in the current directory
    git commit -m "Task #0: description"
    git push origin Rohan-Sakhuja
    
  • All solutions will be uploaded to master.
  • All tasks will be posted on the wiki.

iecse-ml-winter18's People

Contributors

srinchow avatar ramrathi avatar rohansakhuja avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.