recurrentjs icon indicating copy to clipboard operation
recurrentjs copied to clipboard

Deep Recurrent Neural Networks and LSTMs in Javascript. More generally also arbitrary expression graphs with automatic differentiation.

Results 5 recurrentjs issues
Sort by recently updated
recently updated
newest added

Hey there, this is a really interesting framework, have been using this as well as the torch-rnn variant. Recently I ran a 40x40 RNN in the browser over a couple...

Hi Karparthy I have trouble understanding a few points in the character prediction demo: 1) What is the meaning of letter_size? letter_size = 5; // size of letter embeddings My...

I'm having trouble understanding this part of the example code: ``` javascript // for example lets assume we have binary classification problem // so the output of the LSTM are...

How feasible would it be to import a model that has been created with char-rnn? Could the structure of the t7 files theoretically be converted to a JSON format that...