Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 426 Bytes

File metadata and controls

5 lines (3 loc) · 426 Bytes

Python-Machine-Learning-notes

Python implementations of some of the fundamental Machine Learning methods and algorithms from scratch as well as using standard Machine Learning libraries.

The purpose of this project is not to produce as optimized and computationally efficient algorithms as possible but rather to understand the inner workings, mathematics and the fundamental theories of these methods and algorithms.