ryanlinjui commited on
Commit
1460500
·
verified ·
1 Parent(s): 876f220

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -8
README.md CHANGED
@@ -1,22 +1,30 @@
1
  ---
2
  library_name: keras
 
 
3
  ---
4
 
5
- ## Model description
6
 
7
- More information needed
 
 
8
 
9
- ## Intended uses & limitations
 
10
 
11
- More information needed
 
 
 
12
 
13
- ## Training and evaluation data
14
 
15
- More information needed
16
 
17
- ## Training procedure
 
18
 
19
- ### Training hyperparameters
20
 
21
  The following hyperparameters were used during training:
22
 
 
1
  ---
2
  library_name: keras
3
+ license: mit
4
+ pipeline_tag: image-classification
5
  ---
6
 
7
+ > This is **Experimental** / **Deprecated model**, please visit https://huggingface.co/ryanlinjui/darkchess-robot-eye-VGGNet
8
 
9
+ ## Model description
10
+ This model serves as the **Eye of Darkchess Robot**, used to recognize the real-world Darkchess board.
11
+ > for more imformation, please visit: https://github.com/ryanlinjui/darkchess-robot
12
 
13
+ ### Architecture
14
+ Based on [LeNet](https://yann.lecun.com/exdb/publis/pdf/lecun-98.pdf), with modifications to its architecture and parameters.
15
 
16
+ <details>
17
+ <summary>Click me</summary>
18
+
19
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64e8245d2c506d28d480fb46/ZHuhwhd4DYj2JMj8zOIpM.png)
20
 
21
+ </details>
22
 
 
23
 
24
+ ## Evalution Stat
25
+ TBA
26
 
27
+ ## Training hyperparameters
28
 
29
  The following hyperparameters were used during training:
30