nipunbatra / ml-teaching

https://nipunbatra.github.io/ml-teaching/
5 stars 16 forks source link

Notebook for showing notion of confusion #33

Closed RYeeshuDhurandhar closed 7 months ago

RYeeshuDhurandhar commented 7 months ago

This PR adds a notebook named "confusion-mnist.ipynb".

MLPClassfier from sk-learn is used to classify MNIST images. It consists of a plot for the confusion matrix and shows the wrongly classified digits. The incorrectly classified images are very similar to some other digits.

review-notebook-app[bot] commented 7 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

nipunbatra commented 7 months ago

Merged. Thanks, @RYeeshuDhurandhar