Week 12 and 13 updates
Blog Update 3 Week 12 and 13 20/05/25 - 03/06/25 Inference Pipeline Development and Final Presentation Preparation This week marked the transition from model experimentation to a fully functional inference pipeline, laying the groundwork for real-time glucose prediction. Alongside technical implementation, we also finalized the presentation materials and prepared a demo package for showcasing the end-to-end system. Inference Pipeline Implementation To simulate real-world prediction scenarios, a test sample was extracted and pushed to the end of the dataset. This allowed us to mimic unseen data inference while preserving a ground truth value for validation. The complete dataset, including this test sample, was then passed through the full preprocessing workflow, which included normalization and dimensionality reduction. Curvilinear Component Analysis (CCA) was used to transform the feature space, reducing it to 45 dimensions. This technique, already proven effective in prio...