CRAN

neuralnet 1.44.2

Training of Neural Networks

Released Feb 7, 2019 by Marvin N. Wright

This package can be loaded by Renjin but 4 out 8 tests failed.

Dependencies

Deriv 3.8.5 MASS 7.3-51.1

Training of neural networks using backpropagation, resilient backpropagation with (Riedmiller, 1994) or without weight backtracking (Riedmiller and Braun, 1993) or the modified globally convergent version by Anastasiadis et al. (2005). The package allows flexible settings through custom-choice of error and activation function. Furthermore, the calculation of generalized weights (Intrator O & Intrator N, 1993) is implemented.

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.cran</groupId>
    <artifactId>neuralnet</artifactId>
    <version>1.44.2-b1</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:neuralnet')

Test Results

This package was last tested against Renjin 0.9.2719 on Feb 9, 2019.

Source

R

View GitHub Mirror

Release History