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.

PythonLoRAZero123++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.

PythonNumPyAutogradPyPI
>95% MNIST Accuracy2.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.

PythonPyTorchCNNControl 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.

HTMLCSSJavaScript
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++PythonPyBind11Physics SimulationRL
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.

PythonOpenCVSLAMComputer 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++17EigenPyBind11Python
6.5× Inference SpeedupC++17 & EigenPyBind11 Zero-Copy
08
Unsupervised LSTM Autoencoder

UAV Telemetry Anomaly Detection

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

PythonPyTorchLSTMTime SeriesAnomaly Detection