ryanlinjui
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,22 +1,30 @@
|
|
1 |
---
|
2 |
library_name: keras
|
|
|
|
|
3 |
---
|
4 |
|
5 |
-
|
6 |
|
7 |
-
|
|
|
|
|
8 |
|
9 |
-
|
|
|
10 |
|
11 |
-
|
|
|
|
|
|
|
12 |
|
13 |
-
|
14 |
|
15 |
-
More information needed
|
16 |
|
17 |
-
##
|
|
|
18 |
|
19 |
-
|
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/rcXUMhe_0L-Zm4ian6Z_m.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 |
|