See: Description
Class | Description |
---|---|
ConvolutionalNetwork |
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.
|
ConvolutionalNetwork.Builder |
Builder for a convolutional neural network.
|
FeedForwardNetwork |
Feed forward neural network architecture, also known as Multi Layer Perceptron.
|
FeedForwardNetwork.Builder |
Builder of a
FeedForwardNetwork instance. |
NeuralNetwork<T extends Trainer> |
Base class for all neural networks in Deep Netts.
|
Enum | Description |
---|---|
NetworkType |
Neural network architecture types.
|
Copyright © 2022. All rights reserved.