-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
executable file
·29 lines (29 loc) · 1.37 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
27
28
29
Package: ANN2
Type: Package
Title: Artificial Neural Networks for Anomaly Detection
Version: 2.3.4
Date: 2020-11-29
Author: Bart Lammers
Maintainer: Bart Lammers <[email protected]>
Description: Training of neural networks for classification and regression tasks
using mini-batch gradient descent. Special features include a function for
training autoencoders, which can be used to detect anomalies, and some
related plotting functions. Multiple activation functions are supported,
including tanh, relu, step and ramp. For the use of the step and ramp
activation functions in detecting anomalies using autoencoders, see
Hawkins et al. (2002) <doi:10.1007/3-540-46145-0_17>. Furthermore,
several loss functions are supported, including robust ones such as Huber
and pseudo-Huber loss, as well as L1 and L2 regularization. The possible
options for optimization algorithms are RMSprop, Adam and SGD with momentum.
The package contains a vectorized C++ implementation that facilitates
fast training through mini-batch learning.
License: GPL (>= 3) | file LICENSE
URL: https://github.com/bflammers/ANN2
Encoding: UTF-8
LazyData: true
SystemRequirements: C++11
Imports: Rcpp (>= 0.12.18), reshape2 (>= 1.4.3), ggplot2 (>= 3.0.0),
viridisLite (>= 0.3.0), methods
LinkingTo: Rcpp, RcppArmadillo, testthat
Suggests: testthat
RoxygenNote: 7.1.1