Class | Description |
---|---|
MLPClassifier |
Trains a multilayer perceptron with one hidden layer using WEKA's Optimization class by minimizing the given loss function plus a quadratic penalty with the BFGS method.
|
MLPModel |
Abstract super class for MLPClassifier and MLPRegressor.
|
MLPRegressor |
Trains a multilayer perceptron with one hidden layer using WEKA's Optimization class by minimizing the given loss function plus a quadratic penalty with the BFGS method.
|