Skip to content

Implementing all the math in basic ML algorithms by scratch using only Numpy

Notifications You must be signed in to change notification settings

lokranjanp/ML_Math

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Math_in_ML

Goal : To understand the basic math concepts used in basic Machine Learning Algorithms.

1. Linear Algebra

2. Calculus

3. Probability

4. Statistics

The above concepts will be implemented in scratch using Numpy only. Later pre-existing libraries like tf, torch will be used to implement the same.

Notes to answer questions like why, how, usecase, advantages will be added alongside the practical implementation. Feel free to raise issues if any problems are found on the implementation.

About

Implementing all the math in basic ML algorithms by scratch using only Numpy

Topics

Resources

Stars

Watchers

Forks

Languages