You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@singa.apache.org by Wang Wei <wa...@comp.nus.edu.sg> on 2015/05/07 04:49:18 UTC

Keras--python based single node deep learning tool

I just came across this opensource project http://keras.io/.
It has simple API's for users to construct neural network and start the
training.
The underlying implementation is done by existing tool, i.e., theano.
Like H2O, all examples use the built-in layers, no documentations on
implementing new models (e.g., layers).

We can learn from its API in designing our python wrapper.

regards,
wang wei