This is a sample project for predicting house prices using a neural network model built with PyTorch.
- Install the dependencies:
pip install -r requirements.txt
- Data analysis:
python data_analysis.py
Chinese Name | English Name |
---|---|
行政區編號 | District ID |
土地面積 | Land Area |
使用分區 | Usage Zone |
移轉層次 | Transfer Level |
總樓層數 | Total Floors |
主要用途 | Main Usage |
主要建材 | Main Material |
建物型態 | Building Type |
屋齡 | Building Age |
建物面積 | Building Area |
車位面積 | Parking Area |
車位個數 | Parking Count |
橫坐標 | Latitude |
縱坐標 | Longitude |
主建物面積 | Main Building Area |
陽台面積 | Balcony Area |
附屬建物面積 | Attached Building Area |