com.deepnetts:deepnetts-core 1.13.2 API
Package | Description |
---|---|
deepnetts.android | |
deepnetts.core |
Core engine configuration and settings.
|
deepnetts.data |
Data collections used to build machine learning models.
|
deepnetts.data.preprocessing |
Data pre-processing techniques.
|
deepnetts.data.preprocessing.scale | |
deepnetts.eval |
Evaluation for machine learning models, used to estimate how good they are performing for given data.
|
deepnetts.net |
Neural network architectures with their corresponding builders.
|
deepnetts.net.layers |
Neural network layers, which are main building blocks of a neural network.
|
deepnetts.net.layers.activation |
Activation functions for neural network layers.
|
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 |
Deep learning training algorithms and utilities.
|
deepnetts.net.train.opt |
Optimization methods used by training algorithm.
|
deepnetts.net.weights |
Weights randomization techniques.
|
deepnetts.util |
Various utility classes including Tensor, image operations, exceptions etc.
|