Uses of Class
deepnetts.net.NeuralNetwork

Packages that use NeuralNetwork
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.
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.