Rdocumentation
powered by
Learn R Programming
nnlib2Rcpp (version 0.2.9)
A Tool for Creating Custom Neural Networks in C++ and using Them in R
Description
Contains a module to define neural networks from custom components and versions of Autoencoder, BP, LVQ, MAM NN.
Copy Link
Link to current version
Version
Version
0.2.9
0.2.8
0.2.7
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.4
0.1.2
Install
install.packages('nnlib2Rcpp')
Monthly Downloads
283
Version
0.2.9
License
MIT + file LICENSE
Issues
0
Pull Requests
0
Stars
13
Forks
4
Repository
https://github.com/VNNikolaidis/nnlib2Rcpp
Maintainer
Vasilis Nikolaidis
Last Published
October 10th, 2024
Functions in nnlib2Rcpp (0.2.9)
Search all functions
LVQs_recall
LVQs Helper Function: Classify Data Using Supervised LVQ Code-Book Vectors
LVQu
Unsupervised LVQ
LVQs_train
LVQs Helper Function: Train a Supervised LVQ
NN_R_components
Custom NN components defined using R
NN_component_names
Names of available NN components
NN-class
Class
"NN"
nnlib2Rcpp-package
A collection of Neural Networks and tools to create custom models
BP-class
Class
"BP"
LVQs-class
Class
"LVQs"
MAM-class
Class
"MAM"
Autoencoder
Autoencoder NN