Housing price prediction using sequence transformers

The objective of this project is to create a forecast of Singapore’s housing prices using a dataset that includes prices of Housing and Development Board (HDB) flats over 5-10 years. The machine learning technique used in this research will be Sequence Transformers which is often used in Natural Lan...

全面介紹

Saved in:
書目詳細資料
主要作者: Muhammad Aidil Goh Jalil
其他作者: Soh Yeng Chai
格式: Final Year Project
語言:English
出版: Nanyang Technological University 2022
主題:
在線閱讀:https://hdl.handle.net/10356/157538
標簽: 添加標簽
沒有標簽, 成為第一個標記此記錄!
實物特徵
總結:The objective of this project is to create a forecast of Singapore’s housing prices using a dataset that includes prices of Housing and Development Board (HDB) flats over 5-10 years. The machine learning technique used in this research will be Sequence Transformers which is often used in Natural Language Processing (NLP). The paper applies the multi-layer attention layer, which improves processing time by parallelizing input data. The Transformer model allows for a bigger dataset to be used as compared to Recurrent Neural Network (RNN) tools such as Long-Short Term Memory (LSTM). Therefore, this project aims to test the feasibility of using Sequence Transformers by validating the output with loss functions by comparing training loss to validation loss.