DigitClassifier

Handwritten Digit Classifier. In this at first we have imported the libraries (numpy , matplotlib & tensorflow) & then loaded the mnist data. Then normalised the data between 0 & 255. Made a model , compiled & then fitted it on the train & test data. model compilation was done on accuracy & then evaluated the data

3/28/2021
170 views

Tags:  

#python 

#classification