elontusk404 commited on
Commit
f6a7c18
1 Parent(s): cd1e326

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,3 +1,13 @@
1
  ---
2
  license: openrail
3
  ---
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: openrail
3
  ---
4
+ Model Architecture:
5
+
6
+ The model is a sequential model in TensorFlow/Keras.
7
+ Input Layer: A Flatten layer that transforms the input images of size (28, 28) into a flat vector.
8
+ Hidden Layers: The model has two fully connected hidden layers with 512 and 256 neurons, respectively, using the ReLU activation function.
9
+ Output Layer: A fully connected layer with 10 neurons using the Softmax activation function for the task of classifying into 10 clothing categories in Fashion MNIST.
10
+ Model Statistics:
11
+ Loss on the test dataset: 0.4328601062297821.
12
+ Accuracy on the test dataset: 0.8863000273704529.
13
+ I'm still learning, in this model I'm trying to use validation set