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 kwargs to gradient descent. Add unit test #34

Closed Benardi closed 5 years ago

Benardi commented 5 years ago

Generalize gradient descent to allow any gradient function

Description

Add gradient descent implementation using kwargs to allow a gradient function of any signature. Add unit test for new feature

Fixes #10

Type of change

How Has This Been Tested?

Checklist: