summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-04debugPatrick Simianer
2016-07-05more test contxts, use LSTM, shuffle, fixPatrick Simianer
2016-06-24character_demo.html: utf8Patrick Simianer
2016-05-21rnnlmPatrick Simianer
2015-05-20Merge pull request #3 from hardmaru/patch-1Andrej
Update Readme.md
2015-05-20Update Readme.mdhardmaru
I believe solver instances in the example code should be created with "new".
2015-05-16Merge pull request #2 from edouardklein/patch-1Andrej
Save and Load the solver as well.
2015-05-16Save and Load the solver as well.edouardklein
Somebody noticed a spike in perplexity after loading the model. This spike disappears if we save and load the solver as well.
2014-12-20tweaking readmekarpathy
2014-12-19fixing a bug where the generator setting was ignored and only the LSTM was ↵karpathy
used. I introduced this UI bug during careless debugging session. fixed
2014-12-18first commitkarpathy