View source: R/train.R View source: R/.ipynb_checkpoints/train-checkpoint.R
train | R Documentation |
Train a Neural Network
train(network, epochs = 1000)
network |
An object of class 'mlp' to be trained. |
epochs |
The number of epochs to train for. |
An object of class 'mlp' representing the input network after training.
network <- train(network, 100) net.trained <- train(net, 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.