Skip to content

Latest commit

 

History

History
executable file
·
15 lines (10 loc) · 554 Bytes

README.md

File metadata and controls

executable file
·
15 lines (10 loc) · 554 Bytes

Vanilla Gradient Descent


Vanilla Gradient Descent Vectorized!

This project stands as a tutorial on how to vectorize functions. Vectorizing is a way were we remove the procedural way of doing calculations via loop, and taking advantage of matrix multiplication to do this.

TODO:

  1. Add stochastic gradient descent
  2. Add Mini Batch Gradient Descent
  3. Test on larger test sets

Note: Still learning to create a proper function and class for machine learning, will continuously reiterate this projects to make it up to date with the my knowledge