scikit-learn User Guide: MLPClassifier
Pedregosa, F., Varoquaux, G., Gramfort, A., Michel, V., Thirion, B., Grisel, O., ... Duchesnay, É. (2011). Scikit-learn: Machine learning in Python. Journal of Machine Learning Research, 12, 2825–2830. https://scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPClassifier.html
Documentation page for the MLPClassifier in scikit-learn, explaining how to use neural networks for classification tasks with this powerful Python library.