Skip to content

Latest commit

 

History

History
45 lines (39 loc) · 2.39 KB

File metadata and controls

45 lines (39 loc) · 2.39 KB

Machine Learning From Scratch

NumPy implementation of machine learning models from scratch for accessibility. Aim to cover from linear models to neural networks. 🚀

Hopefully you can find the content here helpful in your fantastic ML / DL journey.

Installation


$ git clone https://github.com/kailingding/ML_from_scratch 
$ cd ML_from_scratch 
$ python setup.py install

Table of Content