Skip to content

gloryodeyemi/COMP_8610_Project_01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supervised Model for Predicting Default of Credit Card Clients

The goal of this experiment is to build a Multi-Layer Perceptron (MLP), a Deep Neural Network (DNN) model, to predict the default of credit card clients.

Keywords: DNN, MLP, Supervised model, Prediction

The Data

We used the default of credit card clients dataset, a case of customers default payment in Taiwan, from UCI. It has 24 attributes (number of columns) and 30000 instances (number of rows).

Requirements

You can find the modules and libraries used in this project in the requirement.txt file. You can also run the code below.

pip install -r requirements.txt

Structure

  • Data: contains the data file used for this project.

  • utils: contains the essential functions used for the data analysis.

  • images: contains images generated in the experiment.

  • models: contains the models generated in the experiment.

  • Project_01.ipynb: a python notebook that shows the procedure of building, training, and evaluating the MLP model and the results got. It uses the functions in the utils to achieve this.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Multi-Layer Perceptron architecture

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published