Real Estate
Prediction Example
Chapter 7: House Prices Prediction with Linear Regression
In Book 12: Operations Research Applications for Decision Analysis and Prediction
ISBN: 978-620-5-49772-2
Author: Vojo Bubevski (Independent Researcher)
Abstract
This chapter illustrates a prediction for a real estate company to determine the final prices of the houses for sale based on their characteristics. A Neural Network tool first performs a linear regression, and then it trains a neural net. It then compares the neural net to the regression function on the testing data. It should be emphasised that the regression function has a lower root mean square error on the testing data than the neural net. Therefore, the regression function is implemented instead of the neural net, and the predictions are based on the regression.
Keywords: Prediction, Risk Analysis, Real Estate, House Prices, Neural Networks, Linear Regression.
The Results
Prediction results are presented in Table 2.
Table 2: Prediction of House Prices
House Index (j) |
Prediction Price |
1 |
$407,481.42 |
2 |
$377,922.20 |
3 |
$405,074.13 |
4 |
$390,208.21 |
5 |
$490,853.63 |
6 |
$495,866.41 |
7 |
$429,888.24 |
8 |
$335,088.18 |
9 |
$390,911.32 |
10 |
$380,027.49 |