Package deepnetts.data
package deepnetts.data
Data structures to store example data used for building machine learning models.
-
ClassDescriptionData set utility methods ans constants.Example image to train a deep learning model.Data set with images that will be used to train convolutional neural network.Single data item that will be used to train machine learning model.Data pre-processing abstraction.TabularDataSet<T extends MLDataItem>Basic data set with tabular data.Represents a basic data set item (single row) with input tensor and target vector in a data set.This class holds training and test data set pair.