MLP: Automatic training of MLPs

View source: R/MLP.R

MLPR Documentation

Automatic training of MLPs

Description

Automatic train a Multilayer Perceptron (MLPs) model. This function is a wrapper for nnfor::mlp().

Usage

MLP(formula, ...)

Arguments

formula

Model specification (see "Specials" section, currently not in use...)

...

Further arguments passed to nnfor::mlp().

Value

mlp_model An object of class MLP.


ahaeusser/tscv documentation built on June 10, 2025, 3:09 a.m.