Skip to content

Neural Network to predict whether the house price is above or below the median value. Dataset is adapted from Zillow's Home Value Prediction Kaggle Competition. Used Keras, Tensorflow, Pandas, Scikit-learn, and matplotlib to develop and visualize the network.

Notifications You must be signed in to change notification settings

smittal3/House_cost_prediction_model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

House price prediction model

Built a neural network to predict whether a house is above or below median price based on data from Zillow's Home Value Prediction Kaggle Competition. The price of the house is dependant on 10 input features such as Lot Area (Sq ft), Overall Quality (1-10), Number of Full Bathrooms, Number of Half Bathrooms, etc. The data set was normalized using the MinMaxScaler from sklearn. The model is built using the Keras sequential model. Matplotlib is used to visualize loss and accuracy (training vs validation data set)

About

Neural Network to predict whether the house price is above or below the median value. Dataset is adapted from Zillow's Home Value Prediction Kaggle Competition. Used Keras, Tensorflow, Pandas, Scikit-learn, and matplotlib to develop and visualize the network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published