Metadata-Version: 2.1
Name: TheanoLM
Version: 1.3.2
Summary: Toolkit for neural network language modeling using Theano
Home-page: https://github.com/senarvi/theanolm
Author: Seppo Enarvi
Author-email: seppo2019@marjaniemi.com
License: Apache License, Version 2.0
Download-URL: https://github.com/senarvi/theanolm/tarball/v1.3.2
Keywords: theano neural network language modeling machine learning research
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
License-File: LICENSE.txt
Requires-Dist: numpy
Requires-Dist: Theano
Requires-Dist: h5py

TheanoLM is a recurrent neural network language modeling toolkit implemented using Theano. Theano allows the user to customize and extend the neural network very conveniently, still generating highly efficient code that can utilize multiple GPUs or CPUs for parallel computation. TheanoLM allows the user to specify arbitrary network architecture. New layer types and optimization methods can be easily implemented.

