v2.0.0
Added
- Added a
transform_layer_index
keyword andtransform
method to the
MLPClassifier and MLPRegressor to extract features from a hidden layer (#62).
Changed
- Moved the MLPClassifier and MLPRegressor to using
Xavier initialization (#68).
transform_layer_index
keyword and transform
method to the