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

https://github.com/pranav-bot/ml-dl-models-from-scratch

This contains the most commonly used machine learning and deep learning models written from scratch without the use if any libraries except Numpy which is used for calculations
https://github.com/pranav-bot/ml-dl-models-from-scratch

deep-learning descion-tree from-scratch linear-regression logistic-regression machine-learning naive-bayes neural-networks numpy perceptron pytorch qlearning random-forest regression reinforcement-learning support-vector-machines svm

Last synced: 2 months ago
JSON representation

This contains the most commonly used machine learning and deep learning models written from scratch without the use if any libraries except Numpy which is used for calculations

Awesome Lists containing this project

README

          

# ML-models-from-scratch


  • This contains the most commonly used machine learning models written from scratch without the use if any libraries except Numpy which is used for calculations

  • Every model contains a test file on which the algorithim created is tested on various datasets

  • There are hand-written notes explaining every model in detail of how how it works and how mathematical equations fit into the picture