agisga / gradient_descent

quick&dirty gradient descent with and without backtracking line search, written in Ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GradientDescent

A quick & dirty implementation of the gradient descent algorithm, with and without backtracking line search, in Ruby.

This implementation closely follows the exercises of Lab1 of Eric Chi's summer school course: https://github.com/echi/samsi_opt.git

Installation

This Ruby gem can be install using bundler:

bundle exec rake install

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/gradient_descent.

License

The gem is available as open source under the terms of the MIT License.

About

quick&dirty gradient descent with and without backtracking line search, written in Ruby

License:MIT License


Languages

Language:Ruby 98.2%Language:Shell 1.8%