Added Fashion MNIST jupyter notebook#549
Conversation
|
@ANUBHAVNATANI looks good, thanks, but maybe we can improve some points:
|
|
@vfdev-5 I had made all the changes that you had mentioned above. |
|
@ANUBHAVNATANI thanks, that looks better. However, concerning the confusion matrix I wasn't enough clear. In ignite we provide About the training, so now we are clearly overfitting, any ideas how to get val accuracy ~> 93-95 % (it's a MNIST-like dataset anyway) ? |
|
@vfdev-5 I think by changing the model architecture or doing some hyper parameter tuning we can achieve better accuracy. |
Yes that would be nice to see in the notebook.
Can post your code which didn't work. Confusion matrix should normally work as any other metric by attaching to an evaluator... |
|
@vfdev-5 I had made further changes to the notebook to get high accuracy and encompassing confusion matrix of ignite library. |
|
@ANUBHAVNATANI nice! Result is better.
and and maybe others
Maybe we could better explain ignite part rather than NN stuff. What do you think ?
to
to and explain how and which we setup the metrics, please. Thanks ! |
|
@vfdev-5 Thanks for the suggestion I had made all the changes to the notebook as you have mentioned before. |
Markdown Update 3
vfdev-5
left a comment
There was a problem hiding this comment.
LGTM! Thanks @ANUBHAVNATANI
Description:
Added Fashion MNIST jupyter notebook
Check list: