Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mohit1106/fraud-detection

an anomaly detection system on 284,807 transactions, achieving an AUC of ~0.972 with CNNs and Autoencoders.
https://github.com/mohit1106/fraud-detection

autoencoders cnn-model isolation-forest keras python scikit-learn tensorflow

Last synced: about 23 hours ago
JSON representation

an anomaly detection system on 284,807 transactions, achieving an AUC of ~0.972 with CNNs and Autoencoders.

Awesome Lists containing this project

README

        

# Fraud-Detection-in-Financial-Transactions
an anomaly detection system on 284,807 transactions, achieving an AUC of ~0.972 with CNNs and Autoencoders.

🔍 Detecting fraudulent transactions using anomaly detection models

🚀 Key Features:

Developed an anomaly detection system on 284,807 transactions, achieving an AUC of ~0.972 with CNNs and Autoencoders.
Applied oversampling, undersampling, and class-weight adjustments, improving fraud detection precision by 15%.
Optimized hyperparameters via grid search, reducing false positives by 18% and enhancing fraud detection efficiency.
🛠 Tech Stack: Python, TensorFlow, Keras, Scikit-Learn, Isolation Forest, LOF, Autoencoders, CNNs, PCA

📁 Repo Structure:

data/ → Preprocessed financial transaction dataset
models/ → Trained fraud detection models
notebooks/ → Jupyter notebooks for training and evaluation