Datasets:
Merge Physical Neighborhood Mapping into Section 2 with relative image paths
Browse files
README.md
CHANGED
|
@@ -33,7 +33,7 @@ Before this was a formal dataset, it was an attempt to solve a bare-metal proble
|
|
| 33 |
|
| 34 |
The breakthrough came entirely by accident. I was running heavy mods—DLSS 4.0 and path tracing—on Cyberpunk 2077 and the Resident Evil 4 Remake. My workstation PC was screaming, pushing harder and louder than it ever did during crypto mining. That sparked the realization: *What if I used raw gaming telemetry data for neuromorphic spike data conversion?* What if I could use this intense hardware stress to create an artificial heartbeat for AI?
|
| 35 |
|
| 36 |
-
When I pitched this idea, most people didn't believe the spike data conversion would work. But after refining the early thermal equations using that Resident Evil 4 telemetry, **Metis** was born—a MoE-based model and dataset architecture for exploring SNN quantization.
|
| 37 |
|
| 38 |
### Relationship to Spikenaut
|
| 39 |
|
|
@@ -41,9 +41,22 @@ When I pitched this idea, most people didn't believe the spike data conversion w
|
|
| 41 |
|
| 42 |
## 2. The Science: Semantic Attractor Clustering
|
| 43 |
|
| 44 |
-
This dataset contains the raw bare-metal telemetry logs and latent space visualizations generated by the
|
| 45 |
|
| 46 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
|
| 48 |
## 3. Experiment Progression
|
| 49 |
The dataset documents the chronological progression from synthetic baselines to actual semantic routing:
|
|
|
|
| 33 |
|
| 34 |
The breakthrough came entirely by accident. I was running heavy mods—DLSS 4.0 and path tracing—on Cyberpunk 2077 and the Resident Evil 4 Remake. My workstation PC was screaming, pushing harder and louder than it ever did during crypto mining. That sparked the realization: *What if I used raw gaming telemetry data for neuromorphic spike data conversion?* What if I could use this intense hardware stress to create an artificial heartbeat for AI?
|
| 35 |
|
| 36 |
+
When I pitched this idea, most people didn't believe the spike data conversion would work. But after refining the early thermal equations using that Resident Evil 4 telemetry, **Metis** was born—a MoE-based SNN quantizaton model and dataset architecture for exploring SNN quantization.
|
| 37 |
|
| 38 |
### Relationship to Spikenaut
|
| 39 |
|
|
|
|
| 41 |
|
| 42 |
## 2. The Science: Semantic Attractor Clustering
|
| 43 |
|
| 44 |
+
This dataset contains the raw bare-metal telemetry logs and latent space visualizations generated by the routing encoder. The objective is to map the physical routing of LLM embeddings (specifically from the allenai/OLMoE-1B-7B-0125-Instruct-GGUF Mixture of Experts model) as they are processed by biologically-inspired neuronal fatigue mechanics. These insights directly inform the training of **Spikenaut**, my pure native SNN.
|
| 45 |
|
| 46 |
+
### The Discovery: Physical Neighborhood Mapping
|
| 47 |
+
|
| 48 |
+
The primary breakthrough documented in this dataset is the organic, physical separation of semantic concepts into distinct routing bands. By applying L2 Normalization to the embeddings, the network bounds semantic pressure, forcing tokens to follow the biological **path of least resistance**.
|
| 49 |
+
|
| 50 |
+
Telemetry visualizations prove that the Spike-based routing physically routes different cognitive tasks into isolated biological neighborhoods:
|
| 51 |
+
|
| 52 |
+
#### Abstract Language Routing (The 2000-Route)
|
| 53 |
+
When fed abstract English logic, the network distributes energy across multiple nodes, establishing a dominant attractor basin at the **2000-index walker route**, with secondary echoes in Walkers 700 and 1450.
|
| 54 |
+

|
| 55 |
+
|
| 56 |
+
#### Structured Logic Routing (The 600-800 Band)
|
| 57 |
+
When fed rigid mathematical statements or raw Rust syntax, the network completely abandons the 2000-route. The tokens experience mathematical pushback in abstract centers and organically collapse into the exact same **600-800 frequency band**. This demonstrates that the network physically maps highly structured logic tasks to adjacent biological neighborhoods to conserve energy.
|
| 58 |
+

|
| 59 |
+

|
| 60 |
|
| 61 |
## 3. Experiment Progression
|
| 62 |
The dataset documents the chronological progression from synthetic baselines to actual semantic routing:
|