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
Baseline Event-Driven Tracking & Fusion (Radar/EO). C++ core with Python sim/eval. Demonstrates EKF state estimation and GNN with Mahalanobis gating to manage asynchronous data, clutter, drops, and filter calibration trade-offs.
Quantitative Analytics Suite A hands-on Python project inspired by JPMorgan’s quantitative research challenges. It covers four core modules: natural gas price forecasting, storage contract pricing, credit risk modeling (PD & expected loss), and FICO score quantization using DP and likelihood optimization.
Classification (Pattern Recognition) algorithm development with Bayesian, Anti-Bayesian, Decision Tree and Dependence Tree concepts. [IEMIS 2020, Springer AISC]
This is a mock keypad simulation project where I simulated circuit in LTspice to use that data for the test bench. I developed a Tkinter UI to generate data, which are sent to Arduino for processing, then sent back to the UI. Possible work extension could be done by substituting the mock keypad with the real one.
Adaptive hierarchical EMS model for the 2012 Chevrolet Volt Plug‑In Hybrid Electric Vehicle using a Genetic Algorithm and a Deep Learning predictor trained on GA‑optimized control actions.
Developed a custom clustering algorithm to analyze wine data without traditional machine learning. The project standardizes features and employs mathematical formulas using NumPy to identify distinct clusters, offering insights into wine sample groupings and their characteristics.
A curated collection of hands-on notebooks exploring core machine and deep learning concepts. Each notebook focuses on a specific topic - from linear models and foundational elements like broadcasting and autograd to advanced tasks such as custom layers, transfer learning, sequence modeling with RNNs, and representation learning with autoencoders.
Exploration of brain-inspired computing architectures through computational neuroscience models, focusing on point neuron dynamics and spiking neural networks (SNNs) using Nengo. Bridges concepts from neuroscience, computer science, and electrical engineering.
A collection of Python assignments and algorithmic exercises from the Innopolis University programming course. Includes implementation of core data structures, basic algorithms, and weekly coding challenges.