Skip to content

A small notebook playing with MNIST dataset, using sklearn.

Notifications You must be signed in to change notification settings

KareemMAX/LogisticRegression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Logistic regression

A small notebook playing with MNIST dataset, using sklearn.

Current state

              precision    recall  f1-score   support

           0       1.00      1.00      1.00        27
           1       0.91      0.89      0.90        35
           2       0.97      0.97      0.97        36
           3       0.97      1.00      0.98        29
           4       0.94      1.00      0.97        30
           5       0.97      0.93      0.95        40
           6       1.00      0.98      0.99        44
           7       1.00      0.97      0.99        39
           8       0.95      0.92      0.94        39
           9       0.91      0.98      0.94        41

    accuracy                           0.96       360
   macro avg       0.96      0.96      0.96       360
weighted avg       0.96      0.96      0.96       360

About

A small notebook playing with MNIST dataset, using sklearn.

Topics

Resources

Stars

Watchers

Forks