- use attention package for SoftMax
- remove shinyapps
- use sigmoid minimal 1.4.0
- redo documentation
- update HTTPS URL
- switch to GitHub Actions
- switch to codecov
- test on R 4.0.0
- redo documentation
- cleanup README.md
- remove set.seed
- update URLs
- update to work with R 3.6 sample()
- RC for v1.0
- fix documentation: working examples
-
add LSTM
-
add GRU
-
complete code refactoring
- implement multilayer option by Dimitri Fichou
-
rename rnn to trainr
-
trainr outputs model
-
add predictr function to use trainr model
-
defaults to no printing
-
switch to internal methods for binary representation
-
add choice of print methods
- modified print method, highlights the column-by-column input method
- generalised to use user training data instead of generated
- initial release