- Source: Rnn (software)
rnn is an open-source machine learning framework that implements recurrent neural network architectures, such as LSTM and GRU, natively in the R programming language, that has been downloaded over 100,000 times (from the RStudio servers alone).
The rnn package is distributed through the Comprehensive R Archive Network under the open-source GPL v3 license.
Workflow
The below example from the rnn documentation show how to train a recurrent neural network to solve the problem of bit-by-bit binary addition.
sigmoid
The sigmoid functions and derivatives used in the package were originally included in the package, from version 0.8.0 onwards, these were released in a separate R package sigmoid, with the intention to enable more general use. The sigmoid package is a dependency of the rnn package and therefore automatically installed with it.
Reception
With the release of version 0.3.0 in April 2016 the use in production and research environments became more widespread. The package was reviewed several months later on the R blog The Beginner Programmer as "R provides a simple and very user friendly package named rnn for working with recurrent neural networks.", which further increased usage.
The book Neural Networks in R by Balaji Venkateswaran and Giuseppe Ciaburro uses rnn to demonstrate recurrent neural networks to R users. It is also used in the r-exercises.com course "Neural network exercises".
The RStudio CRAN mirror download logs
show that the package is downloaded on average about 2,000 per month from those servers
, with a total of over 100,000 downloads since the first release, according to RDocumentation.org, this puts the package in the 15th percentile of most popular R packages
.
References
External links
Repository on GitHub
rnn package on CRAN
Kata Kunci Pencarian:
- Rnn (software)
- RNN
- Caffe (software)
- Bastiaan Quast
- Machine learning
- Seq2seq
- AutoGPT
- StuffIt Expander
- Whisper (speech recognition system)
- Fast.ai