Skip to content

Working MLP+CONVNET Implementations

Pre-release
Pre-release
Compare
Choose a tag to compare
@blackccpie blackccpie released this 12 Feb 14:48
· 73 commits to master since this release

In addition to previous MLP implementations, this release contains two working CONVNET implementations:

  • A single threaded implementation.
  • A multi-threaded training cabable implementation.

Though not fully configurable yet, CONVNET implementations allow to choose amongst different state of the art solvers, activation functions and loss functions.

Neurocl now also contains a python wrapper for easy scripting, training data graph capabilities, sample mnist training app, as well as a digit ocr app.