An open API service indexing awesome lists of open source software.

https://github.com/dzhokn/machine-learning-from-scratch-without-libraries

Backprop, NNs, Regression models, Classification models, etc. - all writtern from scratch without PyTorch or TensorFlow
https://github.com/dzhokn/machine-learning-from-scratch-without-libraries

from-scratch machine-learning no-libraries

Last synced: 7 months ago
JSON representation

Backprop, NNs, Regression models, Classification models, etc. - all writtern from scratch without PyTorch or TensorFlow

Awesome Lists containing this project

README

          

# Machine learning from scratch without libraries

Backpropagation, Neural Networks, Regression models, Classification models, CNNs, SVM, Trees, Forests, etc. - all writtern from scratch without PyTorch or TensorFlow.

Altough, I am briefly covering the theory (and mathematics) behind each of the models, it is required for the reader to already have some basic knowledge in machine learning and the models in question.

![Machine Learning Roadmap](ml_roadmap.png)

NB: I will be updating this roadmap on the fly - after adding new and new models.