CRAN

ANN2 2.3.2

Artificial Neural Networks for Anomaly Detection

Released Apr 13, 2019 by Bart Lammers

This package cannot yet be used with Renjin it depends on other packages which are not available: ggplot2 3.1.1

Dependencies

ggplot2 3.1.1 testthat 2.1.1 RcppArmadillo 0.9.400.2.0 viridisLite 0.3.0 reshape2 1.4.3 Rcpp

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) . 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.

Source

R
C
C++

View GitHub Mirror

Release History