Skip to content

Commit 5574f22

Browse files
authored
Pyorch
1 parent 7307869 commit 5574f22

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Classifying Fashion-MNIST --
2+
Fashion-MNIST dataset, a drop-in replacement for the MNIST dataset. MNIST is actually quite trivial with neural networks where you can easily achieve better than 97% accuracy. Fashion-MNIST is a set of 28x28 greyscale images of clothes. It's more complex than MNIST, so it's a better representation of the actual performance of your network, and a better representation of datasets I will use in the real world.
3+
.
4+
My Training loss--
5+
Training loss: 0.5128724418405785
6+
Training loss: 0.39047383406618513
7+
Training loss: 0.35648971603813967
8+
Training loss: 0.33088365973217654
9+
Training loss: 0.31589428266323705
10+
.
11+
accuracy 97%

0 commit comments

Comments
 (0)