Skip to content

Latest commit

 

History

History
100 lines (56 loc) · 1.2 KB

NEWS.md

File metadata and controls

100 lines (56 loc) · 1.2 KB

rnn 1.8.0

  • use attention package for SoftMax
  • remove shinyapps

rnn 1.6.0

  • use sigmoid minimal 1.4.0
  • redo documentation
  • update HTTPS URL

rnn 1.4.0

  • switch to GitHub Actions
  • switch to codecov
  • test on R 4.0.0

rnn 1.2.0

  • redo documentation
  • cleanup README.md

rnn 0.9.8

  • remove set.seed
  • update URLs

rnn 0.9.0

  • update to work with R 3.6 sample()
  • RC for v1.0

rnn 0.8.1

  • fix documentation: working examples

rnn 0.8.0

  • add LSTM

  • add GRU

  • complete code refactoring

rnn 0.7.0

  • implement multilayer option by Dimitri Fichou

rnn 0.5.0

  • rename rnn to trainr

  • trainr outputs model

  • add predictr function to use trainr model

  • defaults to no printing

rnn 0.3.0

  • switch to internal methods for binary representation

  • add choice of print methods

rnn 0.3.0

  • modified print method, highlights the column-by-column input method

rnn 0.2.0

  • generalised to use user training data instead of generated

rnn 0.1.0

  • initial release