Uses of Package
deepnetts.net
Packages that use deepnetts.net
Package
Description
Support for automatically building deep learning models using hyper-parameter search.
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).
Neural network architectures with their corresponding builders.
Neural network layers, which are main building blocks of a neural network.
Commonly used loss functions, which are used to calculate error during the training as a difference between predicted and target output.
Training algorithms and related utilities.
Various utility classes including Tensor, image operations, multithreading, exceptions etc.
-
Classes in deepnetts.net used by deepnetts.automlClassDescriptionFeed forward neural network architecture, also known as Multi Layer Perceptron.Base class for all neural networks in Deep Netts.
-
Classes in deepnetts.net used by deepnetts.eval
-
Classes in deepnetts.net used by deepnetts.netClassDescriptionConvolutional 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.Builder for a convolutional neural network.Feed forward neural network architecture, also known as Multi Layer Perceptron.Builder of a
FeedForwardNetwork
instance.Neural network architecture types.Base class for all neural networks in Deep Netts. -
Classes in deepnetts.net used by deepnetts.net.layers
-
Classes in deepnetts.net used by deepnetts.net.loss
-
Classes in deepnetts.net used by deepnetts.net.train
-
Classes in deepnetts.net used by deepnetts.utilClassDescriptionConvolutional 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.Feed forward neural network architecture, also known as Multi Layer Perceptron.Base class for all neural networks in Deep Netts.