Skip to content

moonishaider/i200594_DataMining_A3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

i200594_DataMining_A3

Anomaly Detection with Transformer Autoencoder and GAN

Introduction

This Python script implements an anomaly detection system using a combination of a Transformer-based autoencoder and a Generative Adversarial Network (GAN). The system is designed to detect anomalies in credit card transaction data.

Features

  • Utilizes a Transformer Autoencoder to learn the underlying patterns in the data.
  • Incorporates a GAN architecture to enhance the detection of anomalies.
  • Implements contrastive learning for improved feature representation learning.
  • Provides evaluation metrics such as Mean Squared Error (MSE), Root Mean Squared Error (RMSE), Mean Absolute Error (MAE), and accuracy.

Dependencies

  • Python 3.x
  • PyTorch
  • pandas
  • matplotlib

Usage

Installation

  1. Clone the repository:

    git clone https://github.com/your_username/your_repository.git
    cd your_repository

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published