avisingh599 / NeuralModels

A library for neural networks. Built using Theano.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A library for neural networks. Built using Theano.

License:MIT License


Languages

Language:Python 100.0%