Package | Description |
---|---|
deepnetts.net |
Neural network architectures with their corresponding builders.
|
deepnetts.net.layers |
Neural network layers, which are main building blocks of a neural network.
|
deepnetts.net.train.opt |
Optimization methods used by training algorithm.
|
Class and Description |
---|
AbstractLayer
Base class for different types of layers.
|
Filter
Settings of a convolutional filter which is used to learn to detect pixel patterns.
|
InputLayer
Input layer in a neural network.
|
OutputLayer
Output layer of a neural network.
|
Class and Description |
---|
AbstractLayer
Base class for different types of layers.
|
Filter
Settings of a convolutional filter which is used to learn to detect pixel patterns.
|
Layer
Common base interface for all types of neural network layers.
|
LayerType
Supported types of layers.
|
OutputLayer
Output layer of a neural network.
|
Class and Description |
---|
AbstractLayer
Base class for different types of layers.
|
Copyright © 2022. All rights reserved.