Projects

Patterns in Capsets

This study tackles the unsolved Capset Problem through an unconventional analysis of attribute distributions, aiming to determine the size of capsets with ‘n’ attributes and proposing that identifying specific distribution patterns could lead to a breakthrough.

Data-Driven Prediction of Aircraft Engine Remaining Useful Life for Enhanced Aviation Safety

This project focuses on leveraging machine learning techniques and the Commercial Modular Aero-Propulsion System Simulation (C-MAPSS) dataset to preprocess sensor data and develop a sophisticated model for accurately predicting the Remaining Useful Life (RUL) of aircraft engines, thereby enhancing aviation safety and operational efficiency through timely maintenance or replacement of engine components.

Modified SIR Modeling on the Spread of Ideas

This project explores the dynamics of idea sharing by introducing a system of differential equations, incorporating SIR-like and population growth models to simulate the spread of shared ideas, analyzing factors such as user flow rates, identifying potential cyclical patterns, and incorporating a capacity limit to simulate a more realistic model within a community.

YOLO v3 Object Detection Implementation and Evaluation in PyTorch

This project focuses on recreating the YOLO v3 algorithm from scratch using PyTorch, incorporating various data augmentation techniques and evaluating its performance on the MS COCO dataset, revealing challenges and insights into the model’s training and inference capabilities.