See: Description
Interface | Description |
---|---|
NetworkFactory<T extends NeuralNetwork> |
Base interface for all network factories.
|
Class | Description |
---|---|
FeedForwardNetworkFactory |
Factory for FeedForwardNetwork.
|
HyperParameterSearch |
The core automl class that performs automated model building and evaluation with specified parameters.
|
Parameter<T> |
A single parameter of the deep learning model to tune.
|
Parameters |
Parameter search space: a collection of parameters and methods for generating all possible combinations.
|
Parameters.ParameterCombination |
Combination of parameters to search through.
|
Range<T> |
A value range of type T for the parameter.
|
Enum | Description |
---|---|
SearchStrategy |
Strategy for hyper-parameter search.
|
Copyright © 2022. All rights reserved.