yuncheol-ncdtech commited on
Commit
3c328d4
Β·
verified Β·
1 Parent(s): 24d755d

Upload 4 files

Browse files
.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
+ ![Architecture: 4 β†’ 16 β†’ 8 β†’ 6](assets/01_architecture.png)
 
 
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
+ ![Training history](assets/02_training_curve.png)
41
 
42
  ## Load and run (NumPy only, no framework)
43
 
 
59
 
60
  ## Where this fits: our 4-layer stack
61
 
62
+ ![NCDTech 4-layer stack](assets/03_four_layer_stack.png)
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

  • SHA256: 4266ddf2ede26359f246808df88a353f746f7df2e614338d7bdfe3f0d3830211
  • Pointer size: 131 Bytes
  • Size of remote file: 151 kB