rmems commited on
Commit
729e2b3
·
verified ·
1 Parent(s): 95e859f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -12
README.md CHANGED
@@ -1,12 +1,39 @@
1
- Spikenaut-SNN-v2 🚀
2
- Welcome to the second iteration of Spikenaut, a Spiking Neural Network (SNN) project exploring the intersection of neuromorphic computing and efficient AI logic.
3
- The "Clean Slate" Update
4
- If you’re looking for the previous datasets or model weights—they’re gone.
5
- To be honest, the initial data was messy. After a lot of scrubbing and late nights, I realized that building on a shaky foundation isn't the way to move forward in Electrical Engineering or Data Science. I made the tough call to delete everything and start fresh.
6
- Current Status
7
- [x] Data Purge: Completed (Removing the "unclean" legacy data).
8
- [ ] Data Re-Ingestion: In Progress (Implementing new cleaning pipelines).
9
- [ ] Architecture Refinement: Ongoing.
10
- About the Author
11
- I'm Raul, an Electrical Engineering student at TXST. I’m a first-gen student navigating the complexities of ADHD and engineering. This project is a reflection of my journey: sometimes you have to tear it all down to build it back stronger.
12
- Stay tuned. The data will be cleaner, the logic will be sharper, and the results will be worth the wait.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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