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
