Question: Use python Problem 1: (NN classifier on MNIST dataset) Load the MNIST dataset from sklearn. Split the dataset into training and testing parts. Use NN

Use python
Problem 1: (NN classifier on MNIST dataset) Load the MNIST dataset from sklearn. Split the dataset into training and testing parts. Use NN classifier (MLPClassifier) to recognize the digits. Try one hidden layer and two hidden layers. Try different number of hidden units. Plot the learning curves (You can utilize "from sklearn.model_selection import learning_curve")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
