Package | Description |
---|---|
deepnetts.data |
Data structures to store example data used for building machine learning models.
|
deepnetts.util |
Various utility classes including Tensor, image operations, multithreading, exceptions etc.
|
Modifier and Type | Method and Description |
---|---|
javax.visrec.ml.data.DataSet<ExampleImage> |
ImageSet.add(ExampleImage exImage)
Adds an example image that will be used to train deep learning model to this set.
|
void |
ImageSet.loadImages(File imageIdxFile,
int numOfImages)
Loads specified number of example images with corresponding labels from
the specified file.
|
String[] |
ImageSet.loadLabels(File file)
Loads and returns image labels to train neural network from the specified
file.These labels will be used to label network's outputs.
|
String[] |
ImageSet.loadLabels(String filePath)
Loads and returns image labels to train neural network from the specified
file.
|
Modifier and Type | Method and Description |
---|---|
static void |
DeepNettsRunner.main(String[] args) |
void |
DeepNettsRunner.run(String trainingPropFile) |
Copyright © 2022. All rights reserved.