Skip to content

A Language Model based on Recurrent Neural Network (RNN) built in Python using Theano and Lasagne

License

Notifications You must be signed in to change notification settings

arnavks97/RNN-Language-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RNN-Language-Model

A Language Model based on Recurrent Neural Network (RNN) built in Python using Theano and Lasagne. Read the paper mentioned below to understand the basics of language model: -

Recurrent neural network based language model

http://www.fit.vutbr.cz/research/groups/speech/publi/2010/mikolov_interspeech2010_IS100722.pdf

I personally use Anaconda, which installs most of the packages that one may require for coding in Python. Still, if you want to install Theano and Lasagne manually, the links for step-by-step installation are provided below.

Theano installation: -

http://deeplearning.net/software/theano/install_ubuntu.html

Lasagne installation: -

http://lasagne.readthedocs.io/en/latest/user/installation.html

About

A Language Model based on Recurrent Neural Network (RNN) built in Python using Theano and Lasagne

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages