Yogic
Can a model tell you're stressed before you can?
An AI system that detects and quantifies stress from physiological sensor data — EDA, BVP, heart rate, SpO₂. It uses a Mixture-of-Experts deep network where different experts learn different sensor patterns, and a gating network fuses them into a continuous stress score plus a neutral / non-neutral call. Evaluated with F1 and AUROC, tested with real-time inference.
the honest part ↓
What was hard: four sensors, four different sampling realities. Getting the streams aligned and the experts to actually specialize took longer than the model itself.
Next time: try attention-based encoders per sensor and a proper ablation of the gating network.
PythonTensorFlowMixture of Expertstime-seriesbiosignals