Uses of Interface
deepnetts.net.train.TrainerProvider
Packages that use TrainerProvider
-
Uses of TrainerProvider in deepnetts.net
Classes in deepnetts.net that implement TrainerProviderModifier and TypeClassDescriptionclassConvolutional neural network is an extension of feed forward network, which can include 2D and 3D adaptive preprocessing layers (Convolutional and MaxPooling layer), which is specialized to learn to recognize features in images.final classFeed forward neural network architecture, also known as Multi Layer Perceptron.classNeuralNetwork<T extends Trainer>Base class for all neural networks in Deep Netts.