Uses of Enum Class
deepnetts.net.loss.LossType
Packages that use LossType
Package
Description
Support for automatically building deep learning models using hyper-parameter search.
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.
-
Uses of LossType in deepnetts.automl
Methods in deepnetts.automl with parameters of type LossType -
Uses of LossType in deepnetts.net
Methods in deepnetts.net with parameters of type LossTypeModifier and TypeMethodDescriptionConvolutionalNetwork.Builder.lossFunction
(LossType lossType) Sets loss function to be used by created neural network.FeedForwardNetwork.Builder.lossFunction
(LossType lossType) Sets loss function to be used by created neural network. -
Uses of LossType in deepnetts.net.layers
Methods in deepnetts.net.layers that return LossTypeMethods in deepnetts.net.layers with parameters of type LossType -
Uses of LossType in deepnetts.net.loss
Methods in deepnetts.net.loss that return LossType