Selected Work ← Home
01

Controlled experiment comparing LoRA adapters trained on Zero123++-generated 3D-consistent synthetic views vs. 2D-augmented data for single-image object detection on Google Scanned Objects.

Python LoRA Zero123++ Object Detection
02
Deep Learning Framework from Scratch

forgeNN

Sole-authored deep learning framework in Python/NumPy. Dynamic computation graph, reverse-mode autograd, Conv2D via im2col, multi-head attention, transformers, Adam/AdamW. Published on PyPI.

Python NumPy Autograd PyPI
>95% MNIST Accuracy 2.2× Faster than PyTorch* 2k+ PyPI Downloads
03

Hierarchical CNN framework identifying second-order dynamical system parameters from step response images. Three-stage pipeline: regime classification → geometric observable estimation → physics-based parameter recovery.

Python PyTorch CNN Control Systems
04
Full Redesign & Development

OTOKON & ITURO Website Redesign

Complete redesign and development of otokon.org and ituro.otokon.org (now ituro.org). HTML/CSS/JS.

HTML CSS JavaScript
05
Physics-Based RL Environment

rigidRL

Custom 2D rigid body engine in C++ with Python bindings. Articulated agents via joint constraints. Designed for RL training integration.

C++ Python PyBind11 Physics Simulation RL
06
Classical Computer Vision

Monocular Visual Odometry Pipeline

Classical CV system in Python/OpenCV. ORB features, essential matrix decomposition, trajectory reconstruction. Foundation for SLAM in GPS-denied environments.

Python OpenCV SLAM Computer Vision
07
High-Performance Neural Network Backend

C++ Accelerated Inference Engine

High-performance C++ backend for Python-trained neural networks. Eigen + PyBind11 zero-copy bridge.

C++17 Eigen PyBind11 Python
6.5× Inference Speedup C++17 & Eigen PyBind11 Zero-Copy
08
Unsupervised LSTM Autoencoder

UAV Telemetry Anomaly Detection

Unsupervised LSTM autoencoder monitoring multi-variate sensor data for flight anomaly detection.

Python PyTorch LSTM Time Series Anomaly Detection