Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 462 Bytes

File metadata and controls

10 lines (9 loc) · 462 Bytes

Simple Neural Network modules implemented using Theano for experiments in research project.

Supporting the following models configured by a file

  1. Convolutional Neural Network
  2. Multilayer Perceptron
  3. [Denoising|Sparse|Deep] AutoEncoder
  4. [Bidirectional (with Weight Ties)] Recurrent Neural Network
  5. Gated Recursive Convolutional Neural Network (An combination of CNN and RNN in structure)