Skip to content

Releases: maddin79/darch

darch 0.12.0

20 Jul 06:14
Compare
Choose a tag to compare

Release of darch 0.12.0 stable, also on CRAN.

Important changes:

  • new features like DropConnect, nesterov momentum, and dither
  • added further activation functions like ReLU, ELU, and softplus
  • improved pre-processing using caret
  • improved performance, especially for weight normalization

More details.

darch 0.10.0

12 Dec 12:46
Compare
Choose a tag to compare

Release of darch 0.10.0 stable, also on CRAN.

Important changes:

  • completely new user interface that wraps around (a slightly changed version of) the old interface, see ?darch
  • a bunch of new examples using different configurations and data sets
  • support for some recent techniques like Dropout and Maxout