rnn {rnn} | R Documentation |
Recurrent Neural Network
Description
A Recurrent Neural Network in native R, transforms numbers to binaries before adding bit by bit, teaching itself how to carry.
Author(s)
Bastiaan Quast bquast@gmail.com
References
https://qua.st/rnn/
See Also
trainr
for training a model and predictr
for using a model to make predictions. https://qua.st/rnn
[Package rnn version 1.9.0 Index]