https://github.com/cran/neuralnet
Raw File
Tip revision: aa8b7c21ad6a1bea3a596aa7658779910dd0b42b authored by Marvin N. Wright on 07 February 2019, 21:20:07 UTC
version 1.44.2
Tip revision: aa8b7c2
NEWS

##### Version 1.44.2
* Make compute() return the same as in previous versions
* Soft-deprecate compute() for now

##### Version 1.44.1
* Add support for dots in formula
* Allow direct multiclass outcomes with factors

##### Version 1.44.0
* New maintainer: Marvin N.Wright
* Add a predict() function to replace compute()
* Use Deriv package for symbolic derivation
* Many internal changes to improve code quality
* Bug fixes
back to top