train: Train a Neural Network

View source: R/train.R View source: R/.ipynb_checkpoints/train-checkpoint.R

trainR Documentation

Train a Neural Network

Description

Train a Neural Network

Usage

train(network, epochs = 1000)

Arguments

network

An object of class 'mlp' to be trained.

epochs

The number of epochs to train for.

Value

An object of class 'mlp' representing the input network after training.

Examples

    network <- train(network, 100)
    net.trained <- train(net, 100)

Greg-Hallenbeck/easy.mlp documentation built on March 10, 2023, 6:31 a.m.