To predict the poi distribution of Xi 'an in the future based on deep learning network
A downloadable tool
Summary:
With the development of cities, commercial buildings play an important role, and the selection of commercial building land has a significant impact on commercial buildings.
However, finding suitable commercial land is a significant challenge for designers. In traditional design, selecting land requires extensive investigation in the early stages, so we hope to use GAN to identify potential commercial circles. During the experiment, our main question was whether GAN could assess potential business circles in regions without established business circles by learning information about existing business circles.
We trained GAN by importing CSV files of Weinan POI data and classifying the Weinan commercial area. After the training is completed, input the map of Weinan City into the trained model for exploration, and finally output the commercial areas that may appear in the Weinan urban area and surrounding areas. This study verified the feasibility of using GAN based commercial land selection through empirical research, providing useful references for urban planning and renewal.
During the experiment, our main question was whether GAN could assess potential business circles in regions without established business circles by learning information about existing business circles. We train GAN by importing CSV files of Xi'an POI data and classifying the commercial district of Xi'an. After the training is completed, input the map of Weinan City into the trained model for exploration, and finally output the commercial areas that may appear in the Weinan urban area and surrounding areas.
This study verified the feasibility of using GAN based commercial land selection through empirical research, providing useful references for urban planning and renewal.
Keywords: GAN machine learning urban planning
Research background:
The selection of commercial land is crucial for commercial building design, and a reasonable choice can lay a solid foundation for the construction and operation of commercial buildings. Firstly, the location of commercial land directly affects the passenger flow of commercial buildings. Secondly, the surrounding environment has a significant impact on the image and attractiveness of commercial buildings. In addition, the selection of commercial land also needs to consider market demand and development trends. Last but not least, the size of commercial land determines the scale and functionality of the building.
Commercial architectural design is an important driving force for urban development. It can promote comprehensive urban development by shaping the urban environment, promoting community development, inheriting urban culture, and coordinating with urban planning. Commercial buildings are an important component of urban landscape. Excellent commercial architectural design can provide a unique visual experience for the city, enrich the diversity of urban space, and enhance the attractiveness of the city.
Our study takes Weinan City as an example and selects the layout trends of five commercial types to provide some ideas for the future urban commercial layout overview.
We use Generative Adversarial Networks (GANs) to predict potential business circles in regions without established business circles. We have established a model to generate a POI scatter map of the city, and trained it with GAN to obtain the possibility of similar commercial layouts.
Finally, we need an effective method to validate our results. We validate the effectiveness of the model by comparing the predicted results with actual commercial areas. We are also considering using some additional data, such as sales data, pedestrian flow, etc., to further validate the model's predictions.
Project logic:
Firstly, we extract the POI data CSV format of Weinan City from the Gaode map, and annotate and select the type code.
Then encode the POI data from the CSV file, normalize the longitude and latitude, divide the map area based on the normalized data, and draw scatter plots for each area. Classify the Weinan commercial area and save it as an image file.
Load the image dataset of the map area. In addition, image data is preprocessed by resizing, converting to tensors, and normalizing.
We used Generative Adversarial Networks (GANs) to predict potential business districts in areas without established business districts, and selected a generator to generate new business district image
After the success of the project, we will consider validating the effectiveness of the model by comparing the predicted results with actual commercial areas.
If we want to further derive the model, we will also consider using some additional data, such as sales data, pedestrian flow, etc., to further validate the model's predictions.
Experimental steps:
Encode the POI data from a CSV file, normalize the longitude and latitude, divide the map area based on the normalized data, and draw scatter plots for each area. Classify the Xi'an commercial area and save it as an image file. Load the image dataset of the map area. In addition, image data is preprocessed by resizing, converting to tensors, and normalizing.
该代码定义了两个模型:一个生成器用于生成新的商业区图像,另一个鉴别器用于确定输入图像是真实的还是生成的。此代码为生成器和鉴别器定义了一个 Adam 优化器,并定义了一个二进制交叉熵损失函数来测量生成器和鉴别器的性能。因此,生成器可以生成类似于商业布局的散点图。
Leave a comment
Log in with itch.io to leave a comment.