Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 493 Bytes

File metadata and controls

9 lines (5 loc) · 493 Bytes

Inspired from https://elitedatascience.com/machine-learning-projects-for-beginners

The goal here is to implement machine learning algorithms on sample data, and create implementations for some of the mathematical and statistical concepts used in machine learning.

The goal of this repository is to effectively be a guide and/or a stepping stone for future machine learning projects.

Completed: linear regression, Gaussian (normal) distribution optimization.

In progress: everything else.