Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 451 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 451 Bytes

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