Other packages > Find by keyword >

ANN2  

Artificial Neural Networks for Anomaly Detection
View on CRAN: Click here


Download and install ANN2 package within the R console
Install from CRAN:
install.packages("ANN2")

Install from Github:
library("remotes")
install_github("cran/ANN2")

Install by package version:
library("remotes")
install_version("ANN2", "2.3.4")



Attach the package and use:
library("ANN2")
Maintained by
Bart Lammers
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2017-10-14
Latest Update: 2020-12-01
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) . 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.
How to cite:
Bart Lammers (2017). ANN2: Artificial Neural Networks for Anomaly Detection. R package version 2.3.4, https://cran.r-project.org/web/packages/ANN2. Accessed 06 Nov. 2024.
Previous versions and publish date:
1.0 (2017-10-14 17:11), 1.1 (2017-10-23 20:06), 1.2 (2017-11-15 23:53), 1.3 (2017-11-16 14:13), 1.4 (2017-11-24 12:57), 1.5 (2017-11-28 18:36), 2.0 (2018-12-11 12:00), 2.1 (2019-02-28 14:10), 2.2 (2019-03-19 15:43), 2.3.1 (2019-03-30 14:50), 2.3.2 (2019-04-14 00:46), 2.3.3 (2020-03-15 00:00), 2.3 (2019-03-20 14:03)
Other packages that cited ANN2 R package
View ANN2 citation profile
Other R packages that ANN2 depends, imports, suggests or enhances
Complete documentation for ANN2
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

seriation  
Infrastructure for Ordering Objects Using Seriation
Infrastructure for ordering objects with an implementation of several seriation/sequencing/ordinati ...
Download / Learn more Package Citations See dependency  
mailR  
A Utility to Send Emails from R
Interface to Apache Commons Email to send emails from R. ...
Download / Learn more Package Citations See dependency  
equatiomatic  
Transform Models into 'LaTeX' Equations
The goal of equatiomatic is to reduce the painassociated with writing LaTeX formulas from fitted mod ...
Download / Learn more Package Citations See dependency  
ddp  
Desirable Dietary Pattern
The desirable Dietary Pattern (DDP)/ PPH score measures the variety of food consumption. The (weigh ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
memoise  
'Memoisation' of Functions
Cache the results of a function so that when you call it again with the same arguments it returns t ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA