An open API service indexing awesome lists of open source software.

https://github.com/iamvaibhavsar/house_price_prediction

This project aims at predicting house prices (residential) in Ames, lowa, USA. The data set for this project has been taken from Kaggle's Housing Data Set Knowledge Competition. The Algorithms used in this project are XGBoost, Neural Network and Lasso Regression
https://github.com/iamvaibhavsar/house_price_prediction

data-science lasso-regression machine-learning machine-learning-algorithms neural-networks prediction-algorithm xgboost-model

Last synced: 2 months ago
JSON representation

This project aims at predicting house prices (residential) in Ames, lowa, USA. The data set for this project has been taken from Kaggle's Housing Data Set Knowledge Competition. The Algorithms used in this project are XGBoost, Neural Network and Lasso Regression

Awesome Lists containing this project

README

        

# House_Price_Prediction

This project aims at predicting house prices (residential) in Ames, lowa, USA. The data set for this project has been taken from Kaggle's Housing Data Set Knowledge Competition. The data set is simple.

---
Read the research Paper for more detail.

We will use three algorithms: XGBoost, Neural Network and Lasso Regression.