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
This project implements the classical LeNet-5 CNN for MNIST digit classification using PyTorch. It covers a complete pipeline from data preprocessing to deployment. The model achieves ~98.8% test accuracy, showing the strong effectiveness of early CNN architectures for image classification.
FraudDetectAI is an advanced credit card fraud detection system built with XGBoost and Hybrid SMOTE Sampling (Oversampling + Undersampling). This project tackles highly imbalanced datasets, ensuring strong fraud detection accuracy while minimizing overfitting risks.