Projects authored by clement chatelain.


Logo Crino 1.0.0

by jlerouge - July 16, 2014, 17:54:55 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 9483 views, 2165 downloads, 0 subscriptions

About: Crino: a neural-network library based on Theano

Changes:

1.0.0 (7 july 2014) : - Initial release of crino - Implements a torch-like library to build artificial neural networks (ANN) - Provides standard implementations for : * auto-encoders * multi-layer perceptrons (MLP) * deep neural networks (DNN) * input output deep architecture (IODA) - Provides a batch-gradient backpropagation algorithm, with adaptative learning rate