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

wordpiece.data  
Data for Wordpiece-Style Tokenization
Provides data to be used by the wordpiece algorithm in order to tokenize text into somewhat meaning ...
Download / Learn more Package Citations See dependency  
foghorn  
Summarize CRAN Check Results in the Terminal
The CRAN check results and where your package stands in the CRAN submission queue in your R termina ...
Download / Learn more Package Citations See dependency  
coro  
'Coroutines' for R
Provides 'coroutines' for R, a family of functions that can be suspended and resumed later on. This ...
Download / Learn more Package Citations See dependency  
ids  
Generate Random Identifiers
Generate random or human readable and pronounceable identifiers. ...
Download / Learn more Package Citations See dependency  
baguette  
Efficient Model Functions for Bagging
Tree- and rule-based models can be bagged () using this package and their p ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  

22,187

R Packages

188,753

Dependencies

55,244

Author Associations

22,188

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns