Changes in version 1.9.1 (2026-01-13) - minor cleanup - redo documentation Changes in version 1.8.0 (2022-07-12) - use attention package for SoftMax - remove shinyapps Changes in version 1.6.0 (2022-06-19) - use sigmoid minimal 1.4.0 - redo documentation - update HTTPS URL Changes in version 1.4.0 (2020-07-03) - switch to GitHub Actions - switch to codecov - test on R 4.0.0 Changes in version 1.2.0 - redo documentation - cleanup README.md Changes in version 0.9.8 (2019-05-27) - remove set.seed - update URLs Changes in version 0.9.0 - update to work with R 3.6 sample() - RC for v1.0 Changes in version 0.8.1 (2018-06-21) - fix documentation: working examples Changes in version 0.8.0 (2016-09-11) - add LSTM - add GRU - complete code refactoring Changes in version 0.7.0 - implement multilayer option by Dimitri Fichou Changes in version 0.5.0 (2016-05-07) - rename rnn to trainr - trainr outputs model - add predictr function to use trainr model - defaults to no printing Changes in version 0.3.0 (2016-04-07) - switch to internal methods for binary representation - add choice of print methods - modified print method, highlights the column-by-column input method Changes in version 0.2.0 (2015-12-11) - generalised to use user training data instead of generated Changes in version 0.1.0 (2015-11-30) - initial release