rmems commited on
Commit
d115227
·
verified ·
1 Parent(s): 3325828

Delete hybrid_training_sample.json

Browse files
Files changed (1) hide show
  1. hybrid_training_sample.json +0 -54
hybrid_training_sample.json DELETED
@@ -1,54 +0,0 @@
1
- {
2
- "architecture": "Julia-Rust Hybrid",
3
- "training_session": {
4
- "timestamp": "2026-03-22T19:34:01.613807",
5
- "data_source": "Kaspa + Monero sync completion",
6
- "epochs": 20,
7
- "samples": 132270
8
- },
9
- "performance": {
10
- "training_speed_us_per_tick": 35.0,
11
- "ipc_overhead_us": 0.8,
12
- "memory_usage_kb": 1.6,
13
- "accuracy_percent": 95.2
14
- },
15
- "learning_results": [
16
- {
17
- "epoch": 1,
18
- "reward": 0.98,
19
- "spike_rate": 0.18,
20
- "weight_mean": 0.9,
21
- "weight_std": 0.12,
22
- "processing_time_ms": 1.8
23
- },
24
- {
25
- "epoch": 5,
26
- "reward": 0.996,
27
- "spike_rate": 0.204,
28
- "weight_mean": 0.964,
29
- "weight_std": 0.088,
30
- "processing_time_ms": 1.5
31
- },
32
- {
33
- "epoch": 10,
34
- "reward": 0.999,
35
- "spike_rate": 0.22,
36
- "weight_mean": 0.982,
37
- "weight_std": 0.04,
38
- "processing_time_ms": 1.2
39
- },
40
- {
41
- "epoch": 20,
42
- "reward": 1.0,
43
- "spike_rate": 0.235,
44
- "weight_mean": 0.995,
45
- "weight_std": 0.005,
46
- "processing_time_ms": 0.9
47
- }
48
- ],
49
- "fpga_parameters": {
50
- "thresholds": "16 values in Q8.8 format",
51
- "weights": "256 values in Q8.8 format (16x16 matrix)",
52
- "decay_rates": "16 values in Q8.8 format"
53
- }
54
- }