MNIST Single Prediction We have set up a very simple SVC to classify the MNIST digits to make one single shoot predict. First we load the libraries and the dataset: A notebook you find at: https://github.com/maxkleiner/maXbox4/blob/master/MNISTSinglePredict.ipynb <class ‘sklearn.utils.Bunch’> 1797 samples Then we setup the Support Vector Classifier with the training data X and the targetContinue reading “MNIST Single Predict”