Uses of Class
deepnetts.tensor.TensorBase

Packages that use TensorBase
Package
Description
 
Data structures to store example data used for building machine learning models.
Data normalization methods, used to scale data to specific range, in order to make them suitable for use by a neural network.
Neural network architectures with their corresponding builders.
Neural network layers, which are main building blocks of a neural network.
Activation functions for neural network layers.
Commonly used loss functions, which are used to calculate error during the training as a difference between predicted and target output.
 
Various utility classes including Tensor, image operations, multithreading, exceptions etc.