Step1 : Fork this repository
Step2 : Clone the forked repository into your machine, command : git clone "url of the forked git "
Step3 : Add a new folder with your project name into root directory. root directory name is INT246 that will be
downloaded into your local machine when you clone the git
Note: While you are uploading your project in the repository please add readme.md and mention properly about your problem statement and all supporting resource
├── INT246 # Root Directory
│ ├── Diabetic Retinopathy Detection # Project folder inside the root directory
│ └── Your source code and directory
│ └── README.md
│ ├── Stock Market Prediction
│ └── Your source code and directory
│ └── README.md
Usefull Link:
Datasets
https://archive.ics.uci.edu/ml/index.php
http://kaggle.com/
Learning resource
https://www.coursera.org/learn/machine-learning
https://medium.com/@johnolafenwa/introduction-to-neural-networks-ca7eab1d27d7