Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,39 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Gemini said
|
| 2 |
+
Spikenaut-SNN-v2: Neuromorphic Reservoir & Hybrid Architectures
|
| 3 |
+
⚠️ Research Status: Ground Zero Rebuild (April 2026)
|
| 4 |
+
I am currently taking this repository through a complete architectural reset. Following my initial prototype phase, I have moved back to a "Ground Zero" state to ensure absolute verification of every spiking neuron, synapse, and temporal parameter.
|
| 5 |
+
|
| 6 |
+
I realized I was moving too fast after my first successful prototype. To maintain the integrity of my research, I am now proceeding at a steadier, more deliberate pace. My current focus is centered on verifying telemetry integrity and ensuring my hardware-software baseline is bulletproof before scaling back into complex hybrid systems.
|
| 7 |
+
|
| 8 |
+
🧠 Model & Research Description
|
| 9 |
+
Spikenaut-SNN-v2 is my research-grade Spiking Neural Network (SNN) model designed for high-frequency data processing and autonomous decision-making in noisy environments.
|
| 10 |
+
|
| 11 |
+
Core Research Objectives:
|
| 12 |
+
Hardware-Driven Learning: Utilizing real-world telemetry from hardware—specifically my Dynex mining baseline—to drive STDP (Spike-Timing-Dependent Plasticity).
|
| 13 |
+
|
| 14 |
+
Hybridization (SpikeLMo): Investigating the infusion of SNN logic into the OLMoE-7B (Mixture of Experts) architecture. I am exploring the use of SNNs as low-power, temporal "Neuromorphic Routers" to gate high-level LLM experts.
|
| 15 |
+
|
| 16 |
+
HFT Logic: Developing specialized 16-neuron Liquid State Machine (LSM) reservoirs tuned for high-frequency trading market micro-structures.
|
| 17 |
+
|
| 18 |
+
🏗 System & Infrastructure
|
| 19 |
+
This research is developed and trained locally on my Ship of Theseus workstation running Fedora 43. My codebase is organized under the Eagle-Lander framework.
|
| 20 |
+
|
| 21 |
+
Primary Logic: Powered by my neuromod Rust crate.
|
| 22 |
+
|
| 23 |
+
Methodology: "Measure twice, spike once." I have moved away from bulk AI-assisted data uploads to a manual, deterministic verification process to eliminate noisy or "bad" data.
|
| 24 |
+
|
| 25 |
+
Hardware Integration: My Electrical Engineering background in Micro and Nano devices informs how I bridge this software with physical hardware, such as the Digilent Basys 3 FPGA.
|
| 26 |
+
|
| 27 |
+
🛠 Project Roadmap
|
| 28 |
+
[x] Initial Prototype (Dynex SNN)
|
| 29 |
+
|
| 30 |
+
[ ] CURRENT: Telemetry verification and baseline stabilization.
|
| 31 |
+
|
| 32 |
+
[ ] 16-neuron LSM reservoir tuning for HFT data.
|
| 33 |
+
|
| 34 |
+
[ ] Prototype integration with OLMoE-7B MoE layers.
|
| 35 |
+
|
| 36 |
+
📜 License
|
| 37 |
+
This model and its associated logic are released under the GNU General Public License v3.0 (GPL-3.0).
|
| 38 |
+
|
| 39 |
+
This documentation and research summary were drafted by Gemini, a large language model built by Google, based on the specific research parameters and project history provided by Raul Montoya Cardenas
|