Project-first highlights for fast recruiter scanning.
FNO-Diffusion for Brain MRI Segmentation
Problem: Improve segmentation quality for BraTS 2021 MRI volumes under multi-modal uncertainty.
Method: Compared baseline FNO, diffusion U-shape, and an FNO-Diffusion hybrid with aligned evaluation.
Result: Built a case-study workflow showing where hybrid modeling improves robustness across regions.
Medical AIDiffusionFNO
PyTorch
IMDb Sentiment Analysis: RNN vs Pretrained Transformers
Problem: Compare RNN baseline quality against pretrained transformers on IMDb sentiment.
Method: BiLSTM vs DistilGPT-2/XLNet with built-in vs MLP heads and max-length ablations.
Result: XLNet reached 0.9578 TestAccuracy; longer context helped with diminishing returns after ~1024 tokens.
PythonPyTorchHuggingFace
NLPStatistics
AI Simulation with Mistral + Mixtral (ATLAS Showcase)
Problem: Simulate realistic NPC action choices under hard room-access constraints.
Method: Prompt and task-design experiments with Mistral 7B and Mixtral 8x7B, plus GPT/Claude comparison checks.
Result: Produced a prototype workflow that reduced invalid action outputs on constrained assignments.
LLMMistral 7BMixtral 8x7B
Prompt EngineeringSimulation