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 TypeClassDescriptionclass
Convolutional 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 class
Feed forward neural network architecture, also known as Multi Layer Perceptron.class
NeuralNetwork<T extends Trainer>
Base class for all neural networks in Deep Netts.