Upload 4 files
Browse files- .gitattributes +1 -0
- README.md +9 -3
- assets/01_architecture.png +0 -0
- assets/02_training_curve.png +0 -0
- assets/03_four_layer_stack.png +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
assets/03_four_layer_stack.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -19,9 +19,7 @@ simulation studio. Small enough to read, small enough to run on an MCU-class dev
|
|
| 19 |
|
| 20 |
## Architecture
|
| 21 |
|
| 22 |
-
|
| 23 |
-
input 4 β dense 16 (ReLU) β dense 8 (ReLU) β output 6
|
| 24 |
-
```
|
| 25 |
|
| 26 |
| part | meaning |
|
| 27 |
|------|---------|
|
|
@@ -37,6 +35,9 @@ input 4 β dense 16 (ReLU) β dense 8 (ReLU) β output 6
|
|
| 37 |
|
| 38 |
The `.npz` also embeds `meta_json`: the full 572-epoch training history
|
| 39 |
(per-class accuracy, loss, angle MAE per epoch), so the training curve is inspectable.
|
|
|
|
|
|
|
|
|
|
| 40 |
|
| 41 |
## Load and run (NumPy only, no framework)
|
| 42 |
|
|
@@ -58,6 +59,11 @@ print(cmd, angle)
|
|
| 58 |
|
| 59 |
## Where this fits: our 4-layer stack
|
| 60 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
This model is a **layer-2 artifact** of our stack β an edge neural network verified
|
| 62 |
through the 8-stage physics simulation workflow of our robot simulation studio.
|
| 63 |
Every stage of that workflow runs self QA/QC (layer 3) and reports through an
|
|
|
|
| 19 |
|
| 20 |
## Architecture
|
| 21 |
|
| 22 |
+

|
|
|
|
|
|
|
| 23 |
|
| 24 |
| part | meaning |
|
| 25 |
|------|---------|
|
|
|
|
| 35 |
|
| 36 |
The `.npz` also embeds `meta_json`: the full 572-epoch training history
|
| 37 |
(per-class accuracy, loss, angle MAE per epoch), so the training curve is inspectable.
|
| 38 |
+
The plot below is drawn directly from that embedded history:
|
| 39 |
+
|
| 40 |
+

|
| 41 |
|
| 42 |
## Load and run (NumPy only, no framework)
|
| 43 |
|
|
|
|
| 59 |
|
| 60 |
## Where this fits: our 4-layer stack
|
| 61 |
|
| 62 |
+

|
| 63 |
+
|
| 64 |
+
*(Diagram is in Korean; it is the same figure used on our website, demo video, and
|
| 65 |
+
companion dataset.)*
|
| 66 |
+
|
| 67 |
This model is a **layer-2 artifact** of our stack β an edge neural network verified
|
| 68 |
through the 8-stage physics simulation workflow of our robot simulation studio.
|
| 69 |
Every stage of that workflow runs self QA/QC (layer 3) and reports through an
|
assets/01_architecture.png
ADDED
|
assets/02_training_curve.png
ADDED
|
assets/03_four_layer_stack.png
ADDED
|
Git LFS Details
|