├── CHANGE-Cantab.log ├── CHANGE.log ├── COPYRIGHT.txt ├── FAQ.md ├── README.md ├── convert.c ├── example.sh ├── fastexp.h ├── makefile ├── rnnlm.cpp ├── rnnlmlib.cpp ├── rnnlmlib.h ├── test ├── train └── valid /CHANGE-Cantab.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspandit/rnnlm/HEAD/CHANGE-Cantab.log -------------------------------------------------------------------------------- /CHANGE.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspandit/rnnlm/HEAD/CHANGE.log -------------------------------------------------------------------------------- /COPYRIGHT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspandit/rnnlm/HEAD/COPYRIGHT.txt -------------------------------------------------------------------------------- /FAQ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspandit/rnnlm/HEAD/FAQ.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspandit/rnnlm/HEAD/README.md -------------------------------------------------------------------------------- /convert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspandit/rnnlm/HEAD/convert.c -------------------------------------------------------------------------------- /example.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspandit/rnnlm/HEAD/example.sh -------------------------------------------------------------------------------- /fastexp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspandit/rnnlm/HEAD/fastexp.h -------------------------------------------------------------------------------- /makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspandit/rnnlm/HEAD/makefile -------------------------------------------------------------------------------- /rnnlm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspandit/rnnlm/HEAD/rnnlm.cpp -------------------------------------------------------------------------------- /rnnlmlib.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspandit/rnnlm/HEAD/rnnlmlib.cpp -------------------------------------------------------------------------------- /rnnlmlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspandit/rnnlm/HEAD/rnnlmlib.h -------------------------------------------------------------------------------- /test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspandit/rnnlm/HEAD/test -------------------------------------------------------------------------------- /train: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspandit/rnnlm/HEAD/train -------------------------------------------------------------------------------- /valid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mspandit/rnnlm/HEAD/valid --------------------------------------------------------------------------------