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 TypeClassDescriptionclassNeuralNetwork<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 TypeInterfaceDescriptioninterfaceTrainerProvider<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 TypeClassDescriptionclassBackpropagation training algorithm for feed forward and convolutional neural networks.