Benardi / touvlo

:robot: ML algorithms implemented from scratch and provided block by block
https://touvlo.readthedocs.io/en/latest/
MIT License
12 stars 18 forks source link

Add SGD and MBGD implementations #35

Closed Benardi closed 5 years ago

Benardi commented 5 years ago

Add alternatives to Batch Gradient Descent

Description

Rename gradient_descent to BGD (Batch Gradient Descent). Add SGD (Stochastic Gradient Descent) and MBGD (Mini-Batch Gradient Descent) implementations, test and documentation.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Checklist: