rnnlm System
Jump to navigation
Jump to search
An rnnlm System is a Recurrent Neural Network Language Model System.
- See: word2vec System.
References
2013
- http://www.rnnlm.org/
- QUOTE: The rnnlmlib is supposed to be a simple library for training recurrent neural network based language models. The main purpose of this library is to speed up research progress in the field of statistical language modeling.
The library is used by the 'rnnlm' tool, which is used to train models, evaluate models and to rescore n-best lists. This should lead to better results in automatic speech recognition (ASR) and machine translation (MT) if used properly, compared to what can be obtained with usual backoff n-gram models.
- QUOTE: The rnnlmlib is supposed to be a simple library for training recurrent neural network based language models. The main purpose of this library is to speed up research progress in the field of statistical language modeling.