Package | Description |
---|---|
deepnetts.automl |
Support for automatically building deep learning models using hyper-parameter search.
|
deepnetts.eval |
Evaluation procedures for machine learning models, used to estimate how good models are performing when given new data that (that was not used for training).
|
deepnetts.net |
Neural network architectures with their corresponding builders.
|
deepnetts.net.loss |
Commonly used loss functions, which are used to calculate error during the training as a difference between predicted and target output.
|
deepnetts.net.train |
Training algorithms and related utilities.
|
deepnetts.util |
Various utility classes including Tensor, image operations, multithreading, exceptions etc.
|
Class and Description |
---|
FeedForwardNetwork
Feed forward neural network architecture, also known as Multi Layer Perceptron.
|
NeuralNetwork
Base class for all neural networks in Deep Netts.
|
Class and Description |
---|
NeuralNetwork
Base class for all neural networks in Deep Netts.
|
Class and 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. |
NetworkType
Neural network architecture types.
|
NeuralNetwork
Base class for all neural networks in Deep Netts.
|
Class and Description |
---|
NeuralNetwork
Base class for all neural networks in Deep Netts.
|
Class and Description |
---|
NeuralNetwork
Base class for all neural networks in Deep Netts.
|
Class and 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.
|
FeedForwardNetwork
Feed forward neural network architecture, also known as Multi Layer Perceptron.
|
NeuralNetwork
Base class for all neural networks in Deep Netts.
|
Copyright © 2022. All rights reserved.