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 afaae1c commit 0332455
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,19 @@
.. image:: https://readthedocs.org/projects/yadll/badge/
:target: http://yadll.readthedocs.io/en/latest/


=====
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_ and keras_ and restructured this code based on it.

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.
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.

Read the documentation at `Read the doc`_

Expand Down Expand Up @@ -80,7 +81,6 @@ Installation
cd yadll
pip install -e .
Example
-------

Expand Down

0 comments on commit 0332455

Please sign in to comment.