Skip to content

A simple Neural Network Model to predict the housing price based on the house features like bedrooms, area, etc. We are using kaggle Housing Prices Dataset. The data has multicollinearity prob

Notifications You must be signed in to change notification settings

esmailza/Housing_Price

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Housing_Price

A simple Neural Network regression model to predict housing prices based on house features such as the number of bedrooms, total area, and other relevant characteristics. We are using the Kaggle Housing Prices Dataset. The dataset exhibits multicollinearity, a situation where predictor variables are highly correlated with each other. To address this multicollinearity problem and improve model performance, we employ Principal Component Analysis (PCA) for dimensionality reduction.

Screenshot of platform

Mean Absolute Error (MAE): 0.46
Mean Squared Error (MSE): 0.38
Root Mean Squared Error (RMSE): 0.62
R-squared (R^2): 0.67

Screenshot of platform

About

A simple Neural Network Model to predict the housing price based on the house features like bedrooms, area, etc. We are using kaggle Housing Prices Dataset. The data has multicollinearity prob

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published