Projects

Projects

Here are some of the projects I’ve worked on. Click on any project image or the GitHub link to explore the code and details.

NAG: Network Adversary Generator
Adversarial ML

NAG: Network Adversary Generator

A PyTorch implementation for generating adversarial examples to test the robustness of deep neural networks. Explores how small, imperceptible perturbations can mislead modern classifiers.

View on GitHub
Face Aging Using Cycle GAN
Computer Vision · GAN

Face Aging Using Cycle GAN

A generative model that simulates realistic face aging and de-aging using Cycle-Consistent Adversarial Networks (CycleGAN), enabling unpaired image-to-image translation across age groups.

View on GitHub
Clustered SVM with Reduced Support Vectors
Machine Learning

Clustered SVM with Reduced Support Vectors

A novel approach to Support Vector Machines that applies clustering to reduce the number of support vectors, improving training efficiency while maintaining classification accuracy.

View on GitHub