Skip to content

Commit e15920c

Browse files
Corrected broken link in documentation (scikit-learn#31818)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
1 parent f6939e8 commit e15920c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/modules/neural_networks_supervised.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Classification
7878
==============
7979

8080
Class :class:`MLPClassifier` implements a multi-layer perceptron (MLP) algorithm
81-
that trains using `Backpropagation <http://ufldl.stanford.edu/wiki/index.php/Backpropagation_Algorithm>`_.
81+
that trains using `Backpropagation <http://ufldl.stanford.edu/tutorial/supervised/MultiLayerNeuralNetworks/#backpropagation_algorithm>`_.
8282

8383
MLP trains on two arrays: array X of size (n_samples, n_features), which holds
8484
the training samples represented as floating point feature vectors; and array

0 commit comments

Comments
 (0)