Housing price prediction using neural networks

Artificial Neural Network (ANN) is inspired and developed by modern neuroscience, which aims at reflecting the structural and functional characteristics of the human brain by building abstract mathematical models. It is a simple simulation of the complex biological neural network to develop an ar...

Full description

Saved in:
Bibliographic Details
Main Author: Liu, Zhaoying
Other Authors: Wang Lipo
Format: Final Year Project
Language:English
Published: 2016
Subjects:
Online Access:http://hdl.handle.net/10356/68181
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Nanyang Technological University
Language: English
Description
Summary:Artificial Neural Network (ANN) is inspired and developed by modern neuroscience, which aims at reflecting the structural and functional characteristics of the human brain by building abstract mathematical models. It is a simple simulation of the complex biological neural network to develop an artificial system that could perform "intelligent" tasks similar to the human brain. The neural network system is composed of interconnected neurons which exchange messages through connections with numeric weights that can be adjusted by learning. There are more than 40 different kinds of neural network models, the most common ones are Multilayer Perceptron (MLP), Hopfield net, Boltzmann Machine, Backpropagation (BP) net, etc. Among all the various capabilities of neural-net computing, supervised learning is the most prominent one that can be implemented using multi-layer feed forward net. The BP neural network regarded as the typical representative of feed forward net has its distinct disadvantages like slow learning and convergence rate and nonideal adaptive ability. As a result, the high-order functional-link net theory was brought forward along with the BP algorithm, which does not only enhance the learning speed but also has an unexpected function in reducing the learning algorithm and network topology construction. And one particular approach is the random vector implementation of the functional-link net. Nowadays neural networks have achieved great success in the application of pattern recognition, image processing, combination optimization, decision making, classification, and prediction. With the soaring housing price and pressure of purchasing houses, housing price has become a universal attention for the public. Housing price forecasting is a very good reference for the real estate investment and government's macro-control. In this project, the widely used BP network as well as random vector functional-link (RVFL) network are implemented in housing price prediction.