Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 389 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 389 Bytes

Machine-Learning-From-Scratch

About

Bare bones implimentation of some famous machine learning models from scratch using Python.

The purpose of the this project is to present step by step inner workings of machine learning models.

Implimentations

  • Machine Learning
    • Supervised Learning
      • K Nearest Neighbors
      • Linear Regression
      • WORK IN PROGRESS