Skip to content

Commit

Permalink
first yadll commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pchavanne committed Jun 19, 2016
1 parent 219a18f commit ac7e7a0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,21 @@ Yadll
**Y**\ et **a**\ nother **d**\ eep **l**\ earning **l**\ ab.

This is an ultra light deep learning framework 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_ and keras_ and restructured this code based on it.

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

.. _Theano: https://github.com/Theano/Theano
.. _`Theano's Deep Learning Tutorials`: http://deeplearning.net/tutorial/contents.html
.. _Lasagne: https://github.com/Lasagne/Lasagne
.. _keras: https://github.com/fchollet/keras


Read the documentation at `Read the doc`_
.. _`Read the doc`: http://yadll.readthedocs.io/en/latest/


Its main features are:

* Layer:
Expand Down

0 comments on commit ac7e7a0

Please sign in to comment.