Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bquast committed Apr 13, 2020
1 parent 4866714 commit f520797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,6 +1,6 @@
Package: rnn
Title: Recurrent Neural Network
Version: 1.0.0
Version: 1.4.0
Authors@R: c(person("Bastiaan", "Quast", email = "bquast@gmail.com", role = c("aut", "cre")),
person("Dimitri", "Fichou", email = "dimitrifichou@gmail.com", role = "aut"))
Description: Implementation of a Recurrent Neural Network architectures in native R, including Long Short-Term Memory (Hochreiter and Schmidhuber, <doi:10.1162/neco.1997.9.8.1735>), Gated Recurrent Unit (Chung et al., <arXiv:1412.3555>) and vanilla RNN.
Expand Down

0 comments on commit f520797

Please sign in to comment.