Skip to content

My Implementation of Vanilla Gradient Descent using python and javascript

Notifications You must be signed in to change notification settings

fjcamillo/Vanilla-Gradient-Descent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My Implementation of Vanilla Gradient Descent using python and javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published