-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
executable file
·26 lines (26 loc) · 1.13 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Package: neuralnet
Type: Package
Title: Training of Neural Networks
Version: 1.44.6
Date: 2019-04-17
Authors@R: c(
person(given="Stefan", family="Fritsch", role="aut"),
person(given="Frauke", family="Guenther", role=c("aut")),
person(given="Marvin N.", family="Wright", role=c("aut","cre"),email="[email protected]"),
person(given="Marc", family="Suling", role="ctb"),
person(given="Sebastian M.", family="Mueller", role = "ctb"))
Depends: R (>= 2.9.0)
Imports: grid, MASS, grDevices, stats, utils, Deriv
Description: 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.
License: GPL (>= 2)
Suggests: testthat
URL: https://github.com/bips-hb/neuralnet
BugReports: https://github.com/bips-hb/neuralnet/issues
RoxygenNote: 6.1.0