Rahuletto commited on
Commit
f42b2ce
·
1 Parent(s): ee87f3c

chore: readme links

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -4,6 +4,8 @@ app_file: main.py
4
  sdk: gradio
5
  sdk_version: 5.35.0
6
  license: mit
 
 
7
  language:
8
  - en
9
  metrics:
@@ -17,12 +19,16 @@ tags:
17
  - classification
18
  - cifar
19
  - cnn
 
20
  ---
21
 
22
  # CNN with CIFAR-10
23
 
24
  A PyTorch implementation of a Convolutional Neural Network (CNN) for image classification on the CIFAR-10 dataset, achieving **81.45% test accuracy**.
25
 
 
 
 
26
  ## Architecture
27
 
28
  ![CNN Architecture](assets/architecture.png)
 
4
  sdk: gradio
5
  sdk_version: 5.35.0
6
  license: mit
7
+ authors:
8
+ - Rahuletto
9
  language:
10
  - en
11
  metrics:
 
19
  - classification
20
  - cifar
21
  - cnn
22
+ - spaces
23
  ---
24
 
25
  # CNN with CIFAR-10
26
 
27
  A PyTorch implementation of a Convolutional Neural Network (CNN) for image classification on the CIFAR-10 dataset, achieving **81.45% test accuracy**.
28
 
29
+ > Try it out!
30
+ > https://huggingface.co/spaces/Rahuletto/CNN
31
+
32
  ## Architecture
33
 
34
  ![CNN Architecture](assets/architecture.png)