File size: 1,217 Bytes
876f220
 
1460500
 
876f220
 
1460500
876f220
1460500
 
 
876f220
1460500
b2b7fbd
876f220
1460500
 
 
 
876f220
1460500
876f220
 
1460500
 
876f220
1460500
876f220
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
library_name: keras
license: mit
pipeline_tag: image-classification
---

> This is **Experimental** / **Deprecated model**, please visit https://huggingface.co/ryanlinjui/darkchess-robot-eye-VGGNet

## Model description
This model serves as the **Eye of Darkchess Robot**, used to recognize the real-world Darkchess board.
> for more imformation, please visit: https://github.com/ryanlinjui/darkchess-robot

### Architecture
Based on [AlexNet](http://papers.nips.cc/paper/4824-imagenet-classification-with-deep-convolutional-neural-networks.pdf) and [LeNet](https://yann.lecun.com/exdb/publis/pdf/lecun-98.pdf), with modifications to theirs architecture and parameters.

<details>
  <summary>Click me</summary>
  
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64e8245d2c506d28d480fb46/ZHuhwhd4DYj2JMj8zOIpM.png)

</details>


## Evalution Stat
TBA

## Training hyperparameters

The following hyperparameters were used during training:

| Hyperparameters | Value |
| :-- | :-- |
| name | Adam |
| learning_rate | 0.0010000000474974513 |
| decay | 0.0 |
| beta_1 | 0.8999999761581421 |
| beta_2 | 0.9990000128746033 |
| epsilon | 1e-07 |
| amsgrad | False |
| training_precision | float32 |