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

Version

Install

install.packages('nnlib2Rcpp')

Monthly Downloads

283

Version

0.2.9

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Vasilis Nikolaidis

Last Published

October 10th, 2024

Functions in nnlib2Rcpp (0.2.9)

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