mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-08-20 14:57:30 +00:00
This squashes all local history (768 commits) onto the scrubbed PR #90 baseline. Individual commits were lost during filter-repo corruption; the working tree content is preserved intact. Build: N/A (working tree state only)
37 lines
No EOL
812 B
Markdown
37 lines
No EOL
812 B
Markdown
# Layer L2: Biological
|
|
|
|
## Overview
|
|
Genetic codes, spiking neurons, and STDP (Spike-Timing-Dependent Plasticity). Biological computing models.
|
|
|
|
## Status
|
|
🟡 **Speculative** - Documentation exists, minor Lean implementation
|
|
|
|
## Key Components
|
|
|
|
### Genetic Code Tables
|
|
- 30+ genetic code implementations
|
|
- Codon-amino acid mapping
|
|
- Alternative genetic codes
|
|
|
|
### SpikingDynamics
|
|
- Izhikevich neuron model
|
|
- Action potential simulation
|
|
- Neural network dynamics
|
|
|
|
### GenomicCompression
|
|
- DNA-based data compression
|
|
- Genomic information density
|
|
- Biological data storage
|
|
|
|
## Formal Proofs
|
|
- [[Genetic Code Universality]]
|
|
- [[Neural Dynamics Stability]]
|
|
|
|
## Documentation
|
|
- [[Genetic Code Reference]]
|
|
- [[Neuron Model Specifications]]
|
|
- [[Biological Computing Overview]]
|
|
|
|
---
|
|
|
|
#layer-L2 #biological #genetic-codes |