/NeuralModels

A library for neural networks. Built using Theano.

Primary LanguagePythonMIT LicenseMIT

NeuralModels

A library for neural networks built using Theano.

INSTALL

python setup.py develop

Description

neuralmodels: Python module containing definition of layers, optimization methods, and few models. Add new models and layers to models.py and layers.py respectively.

character-rnn: This is an application of neuralmodels for learning word-based language model.