/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

Primary LanguageJava

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