Package | Description |
---|---|
deepnetts.net |
Neural network architectures with their corresponding builders.
|
Modifier and Type | Class and Description |
---|---|
class |
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.
|
class |
FeedForwardNetwork
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.
|
Copyright © 2022. All rights reserved.