scikit-learn neural wrappers.
Generated from the
NEURAL table in specs. Registered under sklearn. hub keys, mirroring the native TuiML neural family.Classes
scikit-learn MLPClassifier (hub key sklearn.MLPClassifier).
Wraps MLPClassifier. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.
Commonly set: hidden_layer_sizes, activation, max_iter.
Constructor
__init__( self, **params, )
scikit-learn MLPRegressor (hub key sklearn.MLPRegressor).
Wraps MLPRegressor. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.
Commonly set: hidden_layer_sizes, activation, max_iter.
Constructor
__init__( self, **params, )
scikit-learn BernoulliRBM (hub key sklearn.BernoulliRBM).
Wraps
BernoulliRBM. Accepts that estimator's constructor parameters as keyword arguments; call get_parameter_schema for the full list with types and defaults derived from the installed scikit-learn.
Constructor
__init__( self, **params, )