Giter Site home page Giter Site logo

iecse-ml-winter-19's Introduction

IECSE-ML-Winter-19

The winter Machine Learning project of IECSE 2019

Instructions:

  • Clone the IECSE ML Winter Project repository git clone https://github.com/whopriyam/IECSE-ML-Winter-19.git

  • Initialize a repository in the directory(this is just for information, you won't need this for any task) git init <Project Name>

  • Type cd IECSE-ML-Winter-19

  • 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 Priyam-Basu.

  • 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>
    Note: While pushing your code, the above git command might ask your GitHub Id and password, enter the same, and then after successful verification only will git push your branch onto GitHub
git checkout -b Priyam-Basu
git checkout Priyam-Basu	// 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 Priyam-Basu 
  • All solutions will be uploaded to master.

  • All tasks will be posted on the wiki.

iecse-ml-winter-19's People

Contributors

whopriyam avatar rheaadh avatar sohamtiwari3120 avatar arsht avatar joymohanty8999 avatar sankalpshekhar14 avatar

Stargazers

 avatar  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.