Package | Description |
---|---|
deepnetts.net |
Neural network architectures with their corresponding builders.
|
deepnetts.net.train |
Training algorithms and related utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
NeuralNetwork<T extends Trainer>
Base class for all neural networks in Deep Netts.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TrainerProvider<T extends Trainer>
This interface is implemented by trainable deep learning models,
in order to provide access to training algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
BackpropagationTrainer
Backpropagation training algorithm for feed forward and convolutional neural networks.
|
Copyright © 2022. All rights reserved.