Tag Archives: Artificial Neural Networks

Adult​ Census Income Analysis and Prediction

prediction of income

In this project, We aim to Predict whether income exceeds $50K/yr based on census data. The data has been downloaded from the UCI Repository website (Adult). We implemented the Artificial Neural Network (ANN) on Python to solve this problem. The data contains the following culumns: Age: continuous.  Workclass: Private, Self-emp-not-inc, Self-emp-inc, Federal-gov, Local-gov, State-gov, Without-pay, Never-worked.  fnlwgt: continuous.  Education: Bachelors, Some-college, 11th, HS-grad, Prof-school, Assoc-acdm, Assoc-voc, 9th, 7th-8th, 12th, Masters, 1st-4th, 10th, Doctorate, 5th-6th, Preschool.  Education-num: …

Prediction of Churn For Bank Customers

In this project, we aim to predict whether the customers will leave the bank or not?. We implemented the Artificial Neural Network (ANN) on Python. The data contains the following columns: RowNumber: The number of row CustomerId: Identity number Surname: Last Name CreditScore: The score of credit by bank Geography: Country or region Gender: Male or female Age: Customer age Tenure: Year in bank Balance: Amount in account NumOfProducts: How many accounts, bank account affiliated products …