Skip to contents

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.