Skip to content

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

Notifications You must be signed in to change notification settings

pranav-bot/ML-DL-models-from-scratch

Repository files navigation

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