There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
This is my implementation of gradient descent algorithm for linear regression. It implements normal (batch) GD, mini-batch, stochastic, adagrad, rmsprop and adam improves as well.