Objective- To build a Supervised Machine Learning Model using OneVsRest Multiclass Classification over MNIST Handwritten Data of Digits
Dependencies-
- Numpy- To get the images in the form of Numpy array
- Scikit Learn - To implement ML model
- Matplotlib- To visualize the data using pyplot class