| Literature DB >> 36045992 |
Zhixiao Ye1, Yunlong Zhang2, Juan Jiang3, Tong Liu4.
Abstract
When studying intelligent community and property management system, network service has an important impact on intelligent community construction and property management service. How to use machine learning and other technologies to improve the network service of intelligent community and integrate it into real estate property management is worthy of further research. This paper introduces the basic model of machine learning and proposes a network data prediction model based on time series. For the time dimension, an improved prediction algorithm model of machine learning is proposed. For mobile data allocation, from the perspective of ensuring the current and future continuity of the spectrum after spectrum allocation, this paper proposes a spectrum allocation algorithm based on the joint measurement of time domain and frequency domain. In addition, the VP-tree algorithm is used to construct the spatial vector relationship of the intelligent community. At the same time, in the time trend and periodicity of the mobile data in the intelligent community network, the attention mechanism is introduced to realize the distribution of mobile data and traffic prediction in the intelligent community by machine learning. This paper analyzes the requirements of the property management system, designs the property management information system including the field subsystem layer, data acquisition layer, and cloud service layer, introduces the property management module and customer service module in detail, and carries out the system test. The test results show that the system runs well. Finally, aiming at the problems existing in the property management industry, this paper puts forward the development strategy of property management.Entities:
Mesh:
Year: 2022 PMID: 36045992 PMCID: PMC9420584 DOI: 10.1155/2022/7738811
Source DB: PubMed Journal: Comput Intell Neurosci
Figure 1Example of spectrum allocation considering time dimension.
Figure 2Attention mechanism.
Figure 3Comparison between predicted value and actual value of VP-tree + attention model.
Figure 4Overall structure of property management information system.
Figure 5Overall architecture of property management information system integration platform.
User information.
| Field | Name | Data type | Remark |
|---|---|---|---|
| Id | Primary key | Int (11) | Self-increase |
| User_name | Name | Varchar (50) | Users register themselves |
| Password | Key | Varchar (50) | Users register themselves |
| Nick_name | Nick name | Varchar (50) | Users register themselves |
| Role_id | Role | Int (11) | Users register themselves |
| Phone_num | Contact information | Varchar (50) | Users register themselves |
| E-mail address | Varchar (50) | Users register themselves | |
| Create_time | Registration time | Timestamp | Record when registering |
| Update_time | Update time | Timestamp | Record during operation |
| Delete_status | Status display | Varchar (1) | Effective or invalid state |
User roles.
| Field | Name | Data type | Remark |
|---|---|---|---|
| Id | Primary key | Int (11) | Self-increase |
| Role_name | Character name | Varchar (20) | Users register themselves |
| Create_time | Registration time | Timestamp (0) | Record when registering |
| Update_time | Update time | Timestamp (0) | Record during operation |
| Delete_status | Status display | Varchar (1) | Effective or invalid state |
Resident complaints and property replies form.
| Field | Name | Data type | Remark |
|---|---|---|---|
| Id | Primary key | Int (11) | Self-increase |
| Title | Topic | Varchar (225) | Users register themselves |
| Content | Content | Varchar (225) | Users register themselves |
| URL | Picture | Varchar (50) | Related pictures |
| Create_time | Registration time | Timestamp (10) | Record when registering |
| Reply | Reply | Varchar (225) | Users register themselves |
| Role_id | Role | Int (11) | Users register themselves |
| Reply_time | Response time | Timestamp (0) | Record during operation |
| Status | Status display | Tinyint (1) | Revisible or un-wintering status |
System test environment information.
| Test environment | Windows server |
|---|---|
| Development tools | Eclipse |
| Server | Tomcat |
| Test content | Based on system requirements and architecture design, testing the operation rate and logical process of data |
| Test range | Intelligent community real estate property management system |
System test results.
| No. | Operate | Content | Result |
|---|---|---|---|
| 1 | New service content | New service matters page, fill in the relevant information, click the saving button | Pass |
| 2 | Modify the service content | Click the saved service items, and then click the modification button. After modifying the service content on the service matters, click the saving button | Pass |
| 3 | Query service list | Select the query keywords, query the service information list, and arrange the search content searched in accordance with the order of time | Pass |
| 4 | Owner information maintenance | Select the designated owner's information for maintenance, click the modification button to update or modify the information, and click the save button after modification | Pass |
| 5 | Maintenance of work order information | Select the complaint work order, click the modification button, reply on the work order information page, and click the saving button after the input is completed | Pass |