You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project focuses on predicting maternal-fetal health outcomes, specifically early detection of preeclampsia, by learning transferable representations from cfRNA and placental transcriptomic data.
Experimented with 16+ deep neural network configurations in TensorFlow on e-commerce demand data to compare tuning sensitivity, performance, and runtime tradeoffs. Best model: 2-layer (128->64), ReLU, Adam, LR 0.001, batch 128, early stopping, validation MAE 12.54 in ~126 seconds.
Feed-forward neural network trained incrementally on large-scale e-commerce pricing data to predict order quantity demand. Designed for datasets too large to fit into memory, the system processes data in chunks, engineers features on the fly, and updates the model via mini-batch learning - mirroring real-world production ML pipelines.