Package | Description |
---|---|
deepnetts.automl |
Support for automatically building deep learning models using hyper-parameter search.
|
deepnetts.net |
Neural network architectures with their corresponding builders.
|
deepnetts.util |
Various utility classes including Tensor, image operations, multithreading, exceptions etc.
|
Modifier and Type | Method and Description |
---|---|
FeedForwardNetwork |
FeedForwardNetworkFactory.createNeuralNetwork(Properties params) |
Modifier and Type | Method and Description |
---|---|
FeedForwardNetwork |
FeedForwardNetwork.Builder.build()
Builds an instance of FeedForwardNetwork with settings specified in this builder.
|
Modifier and Type | Method and Description |
---|---|
static FeedForwardNetwork |
FileIO.createFeedForwardNetworkFromJson(org.json.JSONObject jsonObj) |
Copyright © 2022. All rights reserved.