Uses of Interface
deepnetts.net.train.Trainer
Packages that use Trainer
Package
Description
Neural network architectures with their corresponding builders.
Training algorithms and related utilities.
-
Uses of Trainer in deepnetts.net
Classes in deepnetts.net with type parameters of type TrainerModifier and TypeClassDescriptionclass
NeuralNetwork<T extends Trainer>
Base class for all neural networks in Deep Netts. -
Uses of Trainer in deepnetts.net.train
Classes in deepnetts.net.train with type parameters of type TrainerModifier and TypeInterfaceDescriptioninterface
TrainerProvider<T extends Trainer>
This interface is implemented by trainable deep learning models, in order to provide access to training algorithm.Classes in deepnetts.net.train that implement TrainerModifier and TypeClassDescriptionclass
Backpropagation training algorithm for feed forward and convolutional neural networks.