MSc Computing AI and ML @ Imperial College London
Grad Research @ Harvard 2024
Undergrad Research @ Caltech 2023
Undergrad Research @ Caltech 2022
contact: igor.sadalski@gmail.com
ML-Based Acurte Kindey Injurty Detection System for Simulated Hospital (here)
Working in a team of 3 worked on prediction system for a simulated hospital used to detect the acute kidney injury (AKI). In the end our model exceeded the NHS algorithm benchmark by enhancing detection rates from 70% to 95%. Designed and implemented an end-to-end system utilizing Docker and ubernetes for cloud deployment. Engineered infrastructure resilience for common data-center failures, addressing issues ike unexpected socket closures and data retrieval on cluster node failures, leveraging open-source solutions to onitor the system. Lastly, we implemented Prometheus for event monitoring and alerting.
Dynamic Multi-Vehicle Routing with Stochastic Trip Requests for Paratransit Services (here)
Working with senior PhD student, Daniel Garces, at Harvard University CS Department I help implement some state of the art algorithms used to route fleets of buses. On top of this helped implement large simulator to model how requests come into the system
Conditional Variational Autoencoder for Safe Drone Flight (here)
Working under senior PhD student Ryan Cosner, help gathered data from real life drone and then based on it develop CVAE that could be used to quantify the uncertainty. This was later used to develop safety-based controller.
Retrieval Augmented Generation (RAG) LLM based Chatbook (here)
Experimented with various preprocesing document techniques, performed indexing using Elastic Search used newest version of Elastic Learned Sparse Encode to get embeddings for pre-processed parts. Then used Hugging face to download the weights for the google gemma-2b-it tokenizer and model. Lastly I created a prompt building algorithm that combined the retrieved book passages with the user query and returned the results in a interactive session with user.
Brain Super Resolution (here)
Brain connections can be maped accurately as a graph using large and expensive MRI machines. One idea to decrease costs is to use simpler mapping techniques and then increase the resolution of the brain map (represented as graph) using Graph Neural Networks. This projects (which was a Kaggle competition) tried to achieve this.
Advanced Applied Python (here)
I lead a one hour long presentation + workshop for students in CS reasearch lab at Harvard about the state of the art in modern python programing. Examples in the presentaiton are based on the code I either developed during the placement or some toy examples that show topics well. I talked about Typed Python, Interfaces, ABC and @abstractmethod, Profiling and Logging, Generators and list comprehensions , @staticmethod, @property, @property.setter, @classmethod, Use global variables in configuration files, Python Standard Library, Python/General OOP practices.
For my work I was mentioned in acknoledgements of paper: Csomay-Shanklin, N., Dorobantu, V.D. and Ames, A.D., 2022. Nonlinear Model Predictive Control of a 3D Hopping Robot: Leveraging Lie Group Integrators for Dynamically Stable Behaviors. arXiv preprint arXiv:2209.11808.
Based on nearly 70+ papers from leading journals like ICRA, NeurIPs, CoRL, IROS, etc. I created a comphrehnsive work on state of the art RL lagorithms for autonomous driving literature review.