Package deepnetts.net
package deepnetts.net
Neural network architectures with their corresponding builders.
-
ClassDescriptionConvolutional 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.Builder for a convolutional neural network.Feed forward neural network architecture, also known as Multi Layer Perceptron.Builder of a
FeedForwardNetwork
instance.Neural network architecture types.NeuralNetwork<T extends Trainer>Base class for all neural networks in Deep Netts.