Learn R Programming

darch (version 0.12.0)

Net-class: Abstract class for neural networks.

Description

This is an abstract class for neural networks. It provides some functionalities used in more than one network type.

Arguments

Slots

epochs

Number of epochs the network has been trained for.

stats

Training statistics.

parameters

List of parameters which do not change throughout training.

See Also

Other darch classes: DArch-class, DataSet-class, RBM-class