File size: 2,667 Bytes
3bb804c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
  "global_settings": {
    "coupling": 70,
    "speed": 100
  },
  "nodes": [
    {
      "id": 0,
      "class_name": "NeuralTransformerNode",
      "pos_x": -944.0,
      "pos_y": -388.0,
      "width": 243.0,
      "height": 187.0,
      "config": {
        "inputs": {
          "temperature": "float",
          "gate_threshold": "float"
        },
        "input_data": {
          "temperature": [],
          "gate_threshold": []
        },
        "node_title": "Base Node",
        "edf_path": "E:\\DocsHouse\\450\\2.edf",
        "base_gain": 20.0,
        "base_speed": 1.0,
        "embed_dim": 64,
        "n_tokens_vocab": 20,
        "fs": 160.0,
        "is_loaded": true,
        "load_error": "",
        "needs_load": false,
        "playback_idx": 3571.0,
        "current_tokens": []
      },
      "custom_state_file": null
    },
    {
      "id": 1,
      "class_name": "EigenConstraintDecoder",
      "pos_x": -659.0,
      "pos_y": -394.0,
      "width": 1029.0,
      "height": 662.0,
      "config": {
        "inputs": {
          "token_stream": "spectrum",
          "theta_phase": "signal",
          "temperature": "signal",
          "prior_strength": "signal"
        },
        "node_title": "Eigen Constraint Decoder",
        "embed_dim": 64,
        "n_eigenmodes": 16,
        "history_len": 200,
        "manifold_size": 256,
        "latent_dim": 32,
        "compatible_count": 254,
        "constraint_violation": 0.002047961832820807,
        "entropy": 5.537563052749412,
        "epoch": 29,
        "eigenbasis_lr": 0.01,
        "skull_filter_lr": 0.001,
        "manifold_lr": 0.01
      },
      "custom_state_file": null
    },
    {
      "id": 2,
      "class_name": "ConstantSignalNode",
      "pos_x": -912.0,
      "pos_y": -38.0,
      "width": 200.0,
      "height": 180.0,
      "config": {
        "inputs": {},
        "outputs": {
          "signal": "signal"
        },
        "input_data": {},
        "node_title": "Constant Signal",
        "value": 0.1
      },
      "custom_state_file": null
    }
  ],
  "edges": [
    {
      "from_node_id": 0,
      "from_port": "theta_phase",
      "to_node_id": 1,
      "to_port": "theta_phase",
      "learned_weight": 1.0
    },
    {
      "from_node_id": 0,
      "from_port": "frontal_tokens",
      "to_node_id": 1,
      "to_port": "token_stream",
      "learned_weight": 1.0
    },
    {
      "from_node_id": 2,
      "from_port": "signal",
      "to_node_id": 1,
      "to_port": "temperature",
      "learned_weight": 1.0
    }
  ]
}