How to reproduce and extend this work¶
To reproduce and extent this work, go through the following steps.
Get a GitHub account (it’s free).
Fork this repository. That is - make your own copy of it in your GitHub account.
Clone your fork to your local machine.
(You don’t have to do the steps above if you just want to download the code and data to run it locally. You can download the whole thing as a zip file. But I do strongly recommend them - it makes it much easier to keep track of what you’ve done, and to share your work with others.)
- Run the scripts to reproduce the work:
- Now you are ready to extend the work. You can try:
Retraining the model on different data.
Changing the model hyperparameters - maybe training rate or beta.
Changing the model: More layers? Different activation functions? Different loss function? More features?
Whatever - be creative. And share your results!