mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-08-20 11:57:29 +00:00
Cross-referenced against our prover orchestration layers: - Plan-Execute-Verify-Replan ↔ L0-L3 pipeline - Agents as specialists ↔ 11-agent swarm - Guardrails ↔ ProverWatchdog - Sandbox testing ↔ Virtual FPGA tests - Trajectory-aware eval ↔ BFS audit trail 5 gaps identified, 4 strengths confirmed
9 lines
782 B
Text
9 lines
782 B
Text
created: 20260507000000000
|
|
modified: 20260507000000000
|
|
tags: ResearchStack Biology AI Peptide MoE
|
|
title: Peptide MoE
|
|
type: text/vnd.tiddlywiki
|
|
|
|
! Peptide MoE
|
|
|
|
Peptide Mixture-of-Experts model for protein/peptide prediction. Lean modules: `PeptideMoE.lean`, `PeptideMoEExamples.lean`, `PeptideMoEFailure.lean`, `PeptideMoERepair.lean`. Part of the [[Swarm MoE Rewiring]] system for dynamic expert routing. The peptide pipeline connects codon sequences to protein structures through a learned mixture-of-experts architecture with repair/recovery mechanisms for prediction failures. Test data and review at `shared-data/data/swarm_peptide_moe_*`. Integrates with the [[Genetic Code Pipeline]] for codon-to-peptide translation and the [[RNA to Peptide Shifter]] for ribosomal modeling.
|