Tools and Data to Experiment with Machine Learning
Elena Daehnhardt ·
Python open-source library scikit-learn provides a comprehensive selection of machine learning techniques (regression, classification, clustering), feature selection, metrics, preprocessing, and other functionality. Scikit-learn has some basic neural-network support through MLPClassifier, but for real deep learning you are better off reaching for TensorFlow's Keras API rather than the now-defunct Scikit Flow wrapper. Read more...