This is the code for "Mathematcs of Machine Learning" by Siraj Raval on Youtube
Build your own regression model to make a predict. Bonus points for 1) a cool dataset or idea 2) for building it using pure numpy 3) good documentation Post github links in the comment section. Good luck!
This is the code for this video on Youtube by Siraj Raval about the math of ML. This code uses linear regression to predict housing prices in NYC.
Run the code via the 'jupyter notebook' command in the root directory. install jupyter here
Credits for this code go to shreyas i've merely created a wrapper to get people started.