Coder Social home page Coder Social logo

shikhar5647 / healthcare_anamoly_detection Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sahaniaditya/healthcare_anamoly_detection

0.0 0.0 0.0 10.3 MB

Building healthcare fraud detection using deep learning techniques: autoencoder, isolation forest and local outlier factor for robust anomaly detection.

Jupyter Notebook 100.00%

healthcare_anamoly_detection's Introduction

HEALTHCARE FRAUD DETECTION USING DEEP LEARNING AND ML ALGORITHMS

Name : Aditya Sahani(B22CS003) and Shikhar Dave(B22CH032)

Models Used : Isolation Forest, LocalOutlierFactor and AutoEncoders

This project focuses on detecting anomalies in healthcare data using machine learning techniques. The dataset used for this project is sourced from Kaggle.

Contributors

  • Aditya Sahani(B22CS003)
  • Shikhar Dave(B22CH032)

Technology and Models Used

  • Isolation Forest
  • Local Outlier Factor
  • Autoencoders

Project Overview

Healthcare fraud detection is a critical area where machine learning and data analysis can play a significant role in identifying fraudulent activities and preventing losses. In this project, we aim to detect anomalies in healthcare provider data using various machine learning models and techniques.

Data Preprocessing

  • Loaded the dataset and dropped unnecessary columns.
  • Removed null values and duplicated rows.
  • Removed commas from the numerical data for consistency.

Exploratory Data Analysis (EDA)

  • Conducted exploratory data analysis to gain insights into the data distribution and identify potential anomalies.
  • Visualized histograms, density plots, and box plots to analyze the distribution of features.

Isolation Forest

  • Used the Isolation Forest algorithm to detect anomalies in the preprocessed dataset.
  • Visualized anomalies using histograms, density plots, and scatter plots.

Local Outlier Factor (LOF)

  • Implemented the Local Outlier Factor algorithm to identify anomalies based on local density deviation.
  • Visualized the relationship between the number of neighbors and the number of outliers.

Autoencoder

  • Utilized autoencoders for anomaly detection by reconstructing input data and comparing it with original data.
  • Scaled the data using MinMaxScaler for optimal performance.
  • Trained the autoencoder model to learn the underlying patterns in the data.
  • Determined a threshold for anomaly detection based on reconstruction errors.
  • Evaluated the model's performance and counted the detected anomalies.

healthcare_anamoly_detection's People

Contributors

sahaniaditya avatar shikhar5647 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.