Skip to content

Commit

Permalink
adam
Browse files Browse the repository at this point in the history
  • Loading branch information
pchavanne committed Jan 27, 2017
1 parent b1ec7d0 commit 8c82c8d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
11 changes: 7 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ Yadll
**Y**\ et **a**\ nother **d**\ eep **l**\ earning **l**\ ab.

This is an ultra light deep learning framework written in Python and based on Theano_.
It allows you to very quickly start building Deep Learning models. It was originally the code, notes and references I gathered when following the
`Theano's Deep Learning Tutorials`_ tutorial then I used Lasagne_, keras_ or blocks_ and restructured this code based on it.
It allows you to very quickly start building Deep Learning models and play with toy examples.

If you are looking for a light deep learning API I would recommend using Lasagne_ or keras_ in stead of yadll, both are mature, well documented and contributed projects.

Expand Down Expand Up @@ -54,6 +53,7 @@ Its main features are:
* Restricted Boltzmann Machine
* RNN
* LSTM
* GRU

* **Optimisation**:

Expand All @@ -63,7 +63,9 @@ Its main features are:
* Adagrad
* Adadelta
* Rmsprop
* Hessian Free
* Adam
* Adamax



* **Hyperparameters grid search**
Expand Down Expand Up @@ -95,8 +97,9 @@ Different networks tested on mnist:
* Stacked Denoising Autoencoder
* Restricted Boltzmann Machine
* Deep Belief Network
* Recurent Neural Networks
* Recurrent Neural Networks
* Long Short-Term Memory
* Gated Recurrent unit

get the list of available networks:

Expand Down
5 changes: 2 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ Welcome to Yadll
**Y**\ et **a**\ nother **d**\ eep **l**\ earning **l**\ ab.

This is an ultra light deep learning framework written in Python and based on Theano_.
It allows you to very quickly start building Deep Learning models. It was originally the code, notes and references I gathered when following the
`Theano's Deep Learning Tutorials`_ tutorial then I used Lasagne_, keras_ or blocks_ and restructured this code based on it.
It allows you to very quickly start building Deep Learning models and play with toy examples.

If you are looking for mature deep learning APIs I would recommend Lasagne_, keras_ or blocks_ in stead of yadll, they are well documented and contributed projects.

Expand Down Expand Up @@ -42,7 +41,7 @@ neural networks using many different models on mnist.
API Reference
-------------

Referencees on functions, classes or methodes, with notes and references.
References on functions, classes or methods, with notes and references.

.. toctree::
:maxdepth: 2
Expand Down

0 comments on commit 8c82c8d

Please sign in to comment.