Package deepnetts.automl
package deepnetts.automl
Support for automatically building deep learning models using hyper-parameter search.
-
ClassDescriptionFactory for FeedForwardNetwork.The core automl class that performs automated model building and evaluation with specified parameters.NetworkFactory<T extends NeuralNetwork>Base interface for all network factories.Parameter<T>A single parameter with name and all possible values to try.Parameter search space: a collection of parameters and methods for generating all possible combinations.A single combination of parameters with list of parameters (with all possible values).Range<T>A value range of type T for the parameter.Strategy for hyper-parameter search.