Skip to content

Commit

Permalink
Update index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
yabata committed Jan 21, 2016
1 parent 3be5d8c commit bac2110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ This documentation contains the following pages:

Features
--------
* pyrenn allows to create a wide range of (recurrent) neural network topologies
* pyrenn allows to create a wide range of (recurrent) neural network configurations
* It is very easy to create, train and use neural networks
* It uses the `Levenberg–Marquardt algorithm`_ (a second-order Quasi-Newton optimization method) for training, which is much faster than first-order methods like `gradient descent`_. In the matlab version additionally the `Broyden–Fletcher–Goldfarb–Shanno algorithm`_ is implemented
* The python version is written in pure python and numpy and the matlab version in pure matlab (no toolboxes needed)
Expand Down

0 comments on commit bac2110

Please sign in to comment.