Problem Statement We are having Housing Finance company and wants to automate the loan eligibility process based on customer detail provided while filling online application form. About the Data Set Loan_ID: Unique Loan ID Gender: Male/ Female Married: Applicant married (Y/N) Dependents: Number of dependents Education: Applicant Education (Graduate/ Under Graduate) Self_Employed: Self employed (Y/N) ApplicantIncome: Applicant income CoapplicantIncome: Coapplicant income LoanAmount: Loan amount in thousands Loan_Amount_Term: Term of loan in months Credit_History: Credit history meets guidelines Property_Area: Urban/ Semi Urban/ Rural Loan_Status: (Output Variable) Loan approved (Y/N) Import the required libraries Load and verify shape of the data Data Preprocessing 1.1 Analysis on Categorical Independent Variable vs Target Variable The proportion of married applicants is higher for approved loans. Distribution of applicants with 1 or 3+ dependents is similar a...
Artificial intelligence is when machines can perform tasks that would normally require human intelligence. It includes machine learning, in which machines learn via experience and develop skills without the need for human intervention. Deep learning is a subset of machine learning. DL techniques are inspired by the human brain, learn from enormous volumes of data. The deep learning algorithm would repeat a task, modifying it slightly each time to enhance the outcome, like how we learn from experience. Because neural networks have various (deep) layers that permit learning, we refer to it as deep learning. Below are some of the applications of Deep Learning • Self Driving Cars. • News Aggregation and Fraud News Detection. • Natural Language Processing. • Virtual Assistants. • Entertainment. • Visual Recognition. • Fraud Detection. • Healthcare. Deep learning concept was introduced by Geoffrey Hinton in the 1980s. He did comparison of ML approaches to human brain. He created ...