Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/yabata/pyrenn
Browse files Browse the repository at this point in the history
  • Loading branch information
yabata committed Feb 15, 2016
2 parents 63bec92 + 2a13916 commit 2cce666
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pyrenn is a [recurrent neural network](https://en.wikipedia.org/wiki/Recurrent_n

## 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](https://en.wikipedia.org/wiki/Levenberg%E2%80%93Marquardt_algorithm) (a second-order Quasi-Newton optimization method) for training, which is much faster than first-order methods like [gradient descent](https://en.wikipedia.org/wiki/Gradient_descent). In the matlab version additionally the [Broyden–Fletcher–Goldfarb–Shanno algorithm](https://en.wikipedia.org/wiki/Broyden%E2%80%93Fletcher%E2%80%93Goldfarb%E2%80%93Shanno_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
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 2cce666

Please sign in to comment.