Net: Abstract class for neural networks.

Description Slots Author(s) See Also

Description

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

Slots

epochs

Number of epochs the network has been trained for.

stats

Training statistics.

parameters

List of parameters which do not change throughout training.

Author(s)

Martin Drees

See Also

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


darch documentation built on May 29, 2017, 8:14 p.m.

Related to Net in darch...