Skip to content

Repository for pushing codes and notebooks related to Machine Learning.

Notifications You must be signed in to change notification settings

Aman-Jamshed/ML-Notebooks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

ML-Notebooks

Repository for pushing codes and notebooks related to Machine Learning.

To-do

  • Create your seperate folder with any name that you want.
  • You can use your folder to store notebooks, create sub-folders and manage it however you like.
  • You can use both Git Bash or Github website. ( Though bash terminal is recommended )

Working on your first Pull Request? You can learn from this video or this series

Steps to submit a Pull request.

  • Fork and the Clone your forked repository : $ git clone https://github.com/ADC-Club-AMU/Learning-Git.git
  • $ cd ML-Notebooks
  • Create your new branch : $ git checkout -b branch-name
  • Make changes in the files or add your files.
  • Add changes : $ git add .
  • Make a commit : $ git commit -m commit-message ( Commit message could be a short line description for your changes )
  • Push your changes : $ git push origin branch-name
  • Compare your changes and submit a Pull Request.

About

Repository for pushing codes and notebooks related to Machine Learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published