prabinpanta0 commited on
Commit
5e3acfe
1 Parent(s): c4d8716

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -1
README.md CHANGED
@@ -1,4 +1,32 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
3
  ---
4
- This model was created as a practice exercise for the course "Intro to TensorFlow for Deep Learning" from Udacity, given by TensorFlow. It was trained on a dataset of TenserFlow Fashion MNIST. The model uses a small neural network built with TensorFlow.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ language: en
4
+ metrics: mean_squared_error
5
+ library_name: tensorflow
6
+ tags:
7
+ - image-classification
8
+ - Fasion_image-classification
9
+ - tensorflow
10
+ - neural-network
11
+ pipeline_tag: image-classification
12
  ---
13
+ This model was created as a practice exercise for the course "Intro to TensorFlow for Deep Learning" from Udacity, given by TensorFlow. It was trained on a dataset of TenserFlow Fashion MNIST. The model uses a small neural network built with TensorFlow.
14
+
15
+ ## Model Input
16
+ **Dataset:** fashion_mnist tensorflow datasets
17
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/662ccaab9d047b3700b1d4cd/3t5Fk3v_sv5Uk_bH1liDP.png)
18
+
19
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/662ccaab9d047b3700b1d4cd/q_R6vUYFPeIe7Ykh_V0Zh.png)
20
+
21
+ ## Model Output
22
+
23
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/662ccaab9d047b3700b1d4cd/tuxgwqDwS8IjESGwDfNHI.png)
24
+
25
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/662ccaab9d047b3700b1d4cd/4reh9uD7qpd9Ck-uEJD7B.png)
26
+
27
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/662ccaab9d047b3700b1d4cd/pYFDtLvN92d9x6WdLsZlp.png)
28
+
29
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/662ccaab9d047b3700b1d4cd/cpX5YV7Ny5v3kifrj4Lbz.png)
30
+
31
+ ## License
32
+ This model is released under the MIT license.