sklearn.neural_network.MLPClassifier — scikit-learn …
Multi-layer Perceptron classifier. This model optimizes the log-loss function using LBFGS or stochastic gradient descent. New in version 0.18. Parameters. hidden_layer_sizestuple, length = n_layers - 2, default= (100,) The ith element …
1.17. Neural network models (supervised) — scikit …
1.17. Neural network models (supervised) — scikit-learn 1.0.1 documentation. 1.17. Neural network models (supervised) ¶. Warning. This implementation is not intended for large-scale applications. In particular, scikit-learn offers no GPU …