Skip to content
forked from jlerouge/crino

Crino: a neural-network library based on Theano

License

Unknown and 2 other licenses found

Licenses found

Unknown
COPYING
GPL-3.0
COPYING.GPL
LGPL-3.0
COPYING.LGPL
Notifications You must be signed in to change notification settings

IreneFantini/crino

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Crino: a neural-network library based on Theano

Crino is an open-source Python library aimed at building and training artificial neural-networks. It has been developed on top of Theano, by researchers from the LITIS laboratory.

Crino lets you "hand-craft" neural-network architectures, using a modular framework inspired by Torch. Our library also provides standard implementations as long as learning algorithms for :

  • auto-encoders (AE)
  • multi-layer perceptrons (MLP)
  • deep neural networks (DNN)
  • input-output deep architectures (IODA)

IODA is a novel DNN architecture, which is useful in cases where both input and output spaces are high-dimensional, and where there are strong interdependences between output labels. The input and output layers of a IODA are initialized with an unsupervised pre-training step, based on the stacked auto-encoder strategy, commonly used in DNN training algorithms. Then, the backpropagation algorithm performs the final supervised learning step.

Getting started

  • Install Crino :
cd to/some/path
git clone https://github.com/jlerouge/crino.git
cd crino
sudo python setup.py install
  • Run the given example :
cd example
chmod +x example.py
./example.py
  • Adapt it to your needs! Crino is natively compatible with Matlab-like data or any format handled by SciPy/NumPy.
  • Check the project documentation.

FAQ

About our project

Citing Crino/IODA

If you use Crino and/or our IODA framework for academic research, you are highly encouraged (though not required) to cite the following paper:

Credits

We would like to thank the authors of Theano :

  • J. Bergstra, O. Breuleux, F. Bastien, P. Lamblin, R. Pascanu, G. Desjardins, J. Turian, D. Warde-Farley and Y. Bengio. “Theano: A CPU and GPU Math Expression Compiler”. Proceedings of the Python for Scientific Computing Conference (SciPy) 2010. June 30 - July 3, Austin, TX

IODA is partly based on the original work of B. Labbé et al. :

Contact

You can contact us with the following e-mail address : [email protected]. Feel free to open a new issue in case you have found a bug in Crino.

About

Crino: a neural-network library based on Theano

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
COPYING
GPL-3.0
COPYING.GPL
LGPL-3.0
COPYING.LGPL

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%