Skip to content

AbhayGarg123/FinSecure-Anomaly-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ›ก๏ธ FinSecure: Transaction Anomaly Detection

image

๐Ÿ“Œ Project Overview

Digital financial security is a paramount challenge. This project implements a robust Machine Learning Pipeline using Logistic Regression to detect anomalies and fraudulent patterns within financial transaction datasets.

This work specifically demonstrates how predictive modeling can act as a critical security layer, which is directly relevant to high-security authentication systems like those managed by UIDAI (Aadhaar).


๐Ÿš€ Technical Implementation

1. Data Processing (Pandas & NumPy)

  • Data Ingestion: Utilized Pandas to efficiently load and manage large-scale transactional records (CSV).
  • Array Manipulation: Employed NumPy for sophisticated numerical analysis and mathematical operations on the dataset.

2. Machine Learning Pipeline (Scikit-learn)

  • Train-Test Split: Used train_test_split to unbiasedly partition the data, ensuring robust model validation.
  • Classification Modeling: Trained a LogisticRegression classifier to distinguish between legitimate transactions and potential fraud (anomalies).
  • Performance Evaluation: Evaluated the modelโ€™s reliability using accuracy_score to determine its predictive success.

๐Ÿ› ๏ธ Tech Stack & Skills

Domain Tools & Technologies
Language Python 3.x
Libraries Pandas (Data Manipulation), NumPy (Numerical Analysis), Scikit-Learn (Modeling & Metrics)
Platform Google Colab, GitHub

๐Ÿ“‚ Project Links


Developed by: Abhay Garg | B.Tech 3rd Year

About

ML-based Anomaly Detection system for identifying fraudulent transactions in secure datasets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors