Skip to content

vasilopo/Credit-Card-Fraud-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Credit-Card-Fraud-Detection

An Unsupervised Learning Approach

Experimentation notebook for the Kaggle Credit Card Fraud Detection.

Dependencies

1. matplotlib

pip3 install -U matplotlib

2. numpy

pip3 install -U numpy

3. scikit-learn

pip3 install -U scikit-learn

4. keras

pip3 install -U keras

Notebook Contents

1. Data Preprocessing

2. Data Visualization (TSNE and PCA with TSNE)

3. Create of Train, Test, Validation datasets

4. Machine Learning Approach

  • K-Means Clustering
  • K-Means Evaluation

6. Deep Learning Approach

  • Deep AutoEncoders
  • Deep AutoEncoders Evaluation

References

Contacts

LinkedIn
Twitter
Kaggle
GitHub

License

This project is licensed under the MIT License.