ANN - for Customer Subscription Prediction Using the Bank Marketing Dataset

 

ANN - for Customer Subscription Prediction Using the Bank Marketing Dataset

Problem Statement

Develop an Artificial Neural Network (ANN) model to predict whether a customer will subscribe to a term deposit based on customer demographic, financial, and marketing campaign information. 

 Download Dataset

Dataset Summary

ParameterValue
Dataset NameBank Marketing Dataset
SourceUCI Machine Learning Repository
Total Records45,211
Total Features16 Input Features + 1 Target Variable
Target Variabley (Yes/No)
Problem TypeBinary Classification  

Steps to Perform ANN Practical

  1. Import the required libraries.
  2. Load the Bank Marketing dataset.
  3. Explore the dataset (shape, columns, data types, summary statistics).
  4. Check for missing values.
  5. Encode categorical features into numerical values.
  6. Separate input features (X) and target variable (y).
  7. Split the dataset into training and testing sets.
  8. Apply feature scaling to the input features.
  9. Build the Artificial Neural Network (ANN) model.
  10. Compile the ANN model.
  11. Train the ANN model using the training dataset.
  12. Predict the target values for the testing dataset.
  13. Evaluate the model using accuracy and loss.
  14. Generate the confusion matrix.
  15. Display the classification report.
  16. Interpret the results and draw the conclusion.






टिप्पणी पोस्ट करा

0 टिप्पण्या