Skip to content

Releases: janvojt/deepframe

Support for MLP, CNN, and RBM

13 May 00:17
Compare
Choose a tag to compare

Implemented support for three different neural network types:

  • Multilayer Perceptron
  • Convolutional Neural Network
  • Deep Belief Network

MLP implementation

17 Oct 23:30
Compare
Choose a tag to compare
MLP implementation Pre-release
Pre-release

Finished first milestone of implementing multilayer perceptron network, where all neurons in each pair of neighboring layers are fully interconnected. Both serial (CPU) and parallel (GPU) implementations are supported. Network is configurable via command-line options. A set of testing scripts is attached along with the code.