Abstract

In order to improve the selection and exploration effect of cultural and creative tourist attractions, this paper applies BP network to the selection and search of cultural and creative tourist attractions. Moreover, this paper improves the algorithm to promote the interrelation of cultural and creative industries and tourism industries to promote each other to form a complex and changeable dynamic system and proposes a personalized recommendation model for tourist attractions based on domain adaptation. Domain adaptation can effectively reduce the distribution difference between different data. In addition, this paper combines experimental research to verify the system model of this paper. The research results show that the cultural and creative tourist attractions selection search system based on the BP network proposed in this paper has a good selection effect of tourist attractions and has an important role in promoting the development of cultural and creative tourism.

1. Introduction

At present, creative products based on regional culture are mostly concentrated in art exhibitions and high-end crafts, which make the audience group smaller. Tourism products on the traditional market have low cultural content and poor product quality, and a large part of the products are direct applications of pictures, so there is no innovation. Domestic and foreign scholars are doing more and more research studies on regional culture, but the design and application of regional cultural elements are in the initial stage. Therefore, it is necessary to start with cultural elements and develop and design tourism cultural and creative products based on regional culture as the research content. Moreover, it is necessary to analyze the cultural elements with the most regional characteristics through the study of regional culture, conduct research and analysis on them, and establish a material library of regional cultural elements, which is conducive to increasing the added value of products and is conducive to product serialization and branding.

At present, many tourism, cultural, and creative products centered on regional culture are seriously homogenized, and many products in scenic spots only replace the parts of the products that can be pasted, resulting in similar products with little difference. Most tourism products have no sense of design, messy types, and no special features. Except for the different pictures, the product modeling functions of the direct map products are almost the same. On the surface, it is because tourism products lack cultural connotation. At a deeper level, it is that the level of cultural excavation is not enough. New technologies and new media are used to rearrange and utilize the regional culture, build a regional cultural material library, and preserve the culture at the same time. More people know the regional culture. Second, the establishment of a regional cultural material library is conducive to the development of the cultural industry, thereby supporting the development and iteration of subsequent cultural creative products. Third, through the study of regional culture, establish a relevant cultural research system, explore relevant research methods and research models, and apply them to the design and research and development of cultural creative products to guide the development of cultural creative products, upgrades, and changes in the current market, so that the products are no longer low quality and low culture. Because of its particularity, regional culture also represents ancient Chinese culture at a certain level. Using regional cultural elements to develop cultural and creative products will help promote the public to understand regional culture and history and understand Chinese culture. It can not only promote the development of local culture but also enhance tourists’ awareness of local culture, thereby driving regional economic development. Development is more conducive to the establishment of national cultural self-confidence.

Regional culture refers to the cultural connotation with regional characteristics within a region containing material and spiritual characteristics, including the development form and social lifestyle of the place from time to time, as well as the unique cultural heritage and material heritage [1]. Natural resources and human resources are integrated into a cultural characteristic that can reflect national characteristics, thoughts, concepts, customs, beliefs, morals, ethics, and so on. Hundred schools of thought, piano, chess, calligraphy and painting, literature, drama, festivals, folk houses, architecture, characters, language, costumes, stories, characters, customs, dialects, singing and dancing, food, traditional Chinese medicine, religion, belief, philosophy, craftsmanship, martial arts, and other diverse regional cultures constitute the broad Chinese culture [2].

Packaging design research based on regional culture is to study the application of regional culture in packaging design. Taking Baminjin series packaging design examples as the starting point, it explores research approaches suitable for Baminjin packaging design, and through the inheritance and development of Bamin regional culture, it reflects the value of cultural innovation and wins a better investment market. It is necessary to apply regional culture in product packaging design and design according to consumers’ cultural identity and emotional bonds of the brand, so as to enhance the cultural value of packaging design [3].

This paper applies the BP network to the selection of cultural and creative tourist attractions and builds an intelligent system based on the actual situation to promote the further development of cultural and creative tourism.

For the study of cultural and creative industries, there have been relatively mature and systematic research results abroad. Literature [4] awakened the definition of the concept of creative industries based on the perspective of cultural economics. Literature [5] analyzed and compared the similarities and differences between the two terms “cultural entrepreneurship industry” and “creative industry” and pointed out that they have essentially the same characteristics. Literature [6] expanded the extension of the creative industry and collectively referred to the cultural industry and the art industry as the creative industry. Literature [7] analyzed the driving factors of innovation and pointed out that market demand plays a key role in guiding innovation, but it also restricts the development of innovation. Compared with technology, market demand has a greater driving role. Literature [8] put forward the “dual-factor theory” for the development of cultural and creative industries and believed that supply and demand are the two main driving forces that promote the development of entrepreneurial industries. Literature [9] systematically proposed the theory of creative economics, which led to the vigorous development of theories of creative economics. Literature [10] studied the industrial characteristics of traditional handicrafts and pointed out that cultural creativity can give handicrafts more added value. Literature [11] combined creative industries with tourism and pointed out creative tourism, a new idea for the development of tourism. Literature [12] believed that under different economic environments, entrepreneurial industries should apply different development models and advocate different models. The former focuses on market orientation, while the latter believes that government leadership can better promote the development of creative industries. Literature [13] defined industrial agglomeration, took major cities in the world as the research object, and defined the new urban development model of “creative cities.” Literature [14] compared several major cultural and creative industry development models. Literature [15] pointed out the evolution trend of Singapore’s cultural and creative industries based on the perspective of potential mining. Literature [16] comparatively analyzed the creative industry, cultural industry, and cultural creative industry and sorted out the main similarities and differences of the three. Literature [17] analyzed the main influencing factors driving the development of cultural and creative industries based on the perspective of industrial competitiveness and further analyzed the value of cultural and creative industry chain research. Literature [18] studied the value chain creation mechanism of cultural and creative industries. Literature [19] pointed out that human resources, market demand, institutional environment, and basic environment are the key factors that promote the development of cultural and creative industries. On this basis, a framework of influencing factors of the cultural entrepreneurship industry is constructed. Literature [20] pointed out that the policy environment and cultural environment play a key role in the development of Beijing’s cultural and creative industries.

3. Recommendation Algorithm Based on BP Neural Network Model

According to the above conclusions, it is known that the deep convolutional neural network cannot process data in non-Euclidean space and loses its effectiveness when encountering topological structure graph data. However, graph structures are common in real life, so more and more people are beginning to explore how to define convolution operations for graph data.

The main challenges of using convolutional neural networks for graph structures are as follows:(1)The graph structure data do not satisfy the translation invariance; that is, the structure of each node is different, and the number of connected neighbor nodes is uncertain, so it is impossible to use a convolution kernel of the same size to perform convolution operations.(2)The graph structure data have directionality. For example, users in social networks are connected.

The graph convolutional neural network for non-Euclidean spatial data is divided into two directions: spectral domain method and vertex domain method.

The vertex domain method of graph convolutional neural network has two ideas. One idea is to design convolution kernel and convolution operation based on graph structure data, and the other idea is to convert graph structure data into Euclidean space data structure.

Like the traditional convolutional neural network, the goal of the BP neural network model is to learn a function to extract features. Each neural network layer can be written as a nonlinear function:

Among them, represents the number of layers, and of each layer differs only in parameters, and represents the final output.

The feature matrix, adjacency matrix, and weight matrix are subjected to matrix multiplication to reflect the physical meaning of convolution. Obviously the weight matrix is easy to understand. Multiplying the adjacency matrix and the feature matrix is to learn the traditional convolution operation. The traditional convolution operation is to sum the product of the convolution kernel and the corresponding element. The convolution operation of the graph structure also needs to meet the translation invariance; that is, the number of elements in the convolution kernel participating in the convolution operation must change according to the graph structure, and the translation invariance in the graph structure is reflected in the adjacency matrix. Graph structure data are as shown in Figure 1.

, and we only list the first line of :

can be expressed as the sum of the feature vectors of the two neighbor nodes of . If the weight matrix is added, the meaning of weighted average can be expressed, which is the convolution operation in the traditional sense. However, there is one point that needs to be explained here. Since the convolution operation is a weighted average of the central node and the surrounding nodes, the above formula does not involve the central node, the adjacency matrix A is improved, and the original adjacency matrix A is added with its own node.

is normalized to

Although this model is very simple, the model effect is very powerful. Figure 2 shows the use of a simple GCN model on the famous Taekwondo club data set in this paper. After experimentation, it is found that only 3 levels are needed to classify club members. Moreover, the experimental result of using the identity matrix as the characteristic matrix when the characteristic matrix of the node is not known is also very impressive. For many graph networks, there may be no node characteristics, and graph convolutional neural networks can also be used at this time. The identity matrix I replaces the feature matrix X operation.

The second airspace method converts graph structure data into Euclidean space data. First, it selects a representative node sequence from the graph structure and second designs a neighborhood with a fixed convolution kernel size for each node. Then, it converts each graph structure data into Euclidean space data, which can be solved by using traditional convolution operations.

Each image can be regarded as a special graph, and each pixel in the image can be represented as a node. The convolution operation for each image is the weighted average of central pixels and the surrounding pixels. Therefore, each graph structure can also be regarded as a weighted average of central vertices and corresponding neighborhoods, so that the graph structure can be converted into Euclidean space data. Traditional convolution operation is as shown in Figure 3, and graph structure transformation is as shown in Figure 4.

This paper selects representative nodes, and the node selection is based on the Weisfeiler–Lehman algorithm. It can be understood as calculating the centrality of each node, sorting according to the size of the value, and then taking the first representative nodes.

The neighborhood of the node is constructed by normalizing the neighborhood in the previous step. Normalization makes the nodes of the neighborhood graph have an order so that the unordered graph space is mapped to the vector space in a linear order. Moreover, this paper defines the optimal graph normalization problem and finds the optimal order by optimizing the function. The operation steps are shown in Figure 5.

Each graph structure data can map the disordered neighborhood to the vector space through node selection and node neighborhood construction. Therefore, the method proposed in this paper is to build a bridge between graph structure data and convolutional neural network and solve the transformed Euclidean space data through traditional convolutional neural network.

In the traditional Fourier transform , the integral operation here can be understood as a linear combination of and basis function . We only need to compare the basis function h used here to find the basis function on the graph.

The eigen decomposition of Laplacian matrix is

Because is an orthogonal matrix,

The characteristic matrix of the Laplacian matrix is the base matrix of the graph convolution, so the graph Fourier transform operation is converted into a matrix form:

Among them, f and are the original signals, is the Fourier transform of represents the product, and represents the convolution operation.

Analogy to in the graph, the Fourier transform of the convolution kernel is written as a diagonal matrix as follows:

Therefore, the generalized convolution on the graph is as follows:

is the unit eigenvector matrix of the Laplacian matrix. Later, in many spectral domain graph convolution papers, it is often represented by , where is the Hadamard product.

The setting of the first-generation convolution kernel directly selects the parameter diagonal matrix to represent.

Among them, is arbitrary parameters. It can be seen that the Laplacian matrix needs to be eigen-decomposed when seeking graph convolution.

Due to the large dimension of the Laplacian matrix of the graph data, calculating the eigenvalues will consume a lot of time. Moreover, because the first-generation convolution kernel does not have local features, many scholars have begun to modify the convolution kernel and proposed the second-generation convolution kernel.

The ingenious thing is

When substituting it into the above formula, we can get

Therefore, the convolution operation is transformed into

Compared with the first-generation convolution kernel, the second-generation convolution kernel reduces the number of parameters, reduces the complexity of the parameters, and speeds up the calculation. The convolution operation avoids the eigen decomposition of the Laplacian matrix, and the convolution kernel adds the local features of each node.

In addition to cleverly designing the convolution kernel to avoid the eigendecomposition of the Laplacian matrix, Chebyshev polynomials can also be used to fit the convolution kernel, which is a widely used method in GCN papers. The third-generation graph convolutional network (GCN) is proposed.

The first-generation convolution kernel is

Among them, is the matrix formed by the eigenvectors of the Laplacian matrix.

Using the Chebyshev polynomial instead of the original convolution kernel, we can get , where is the k-order Chebyshev polynomial, is the corresponding parameter, and is the diagonal matrix of eigenvalues.

It can be seen that the elements of the characteristic diagonal matrix are limited to [0, 1] at this time. The reason for this operation is that the Chebyshev polynomial has a domain of [−1, 1].

Among them,

We can see that(1)Chebyshev polynomial as a convolution kernel avoids the eigen decomposition of the Laplacian matrix.(2)By introducing the adjacency relationship of the graph, the convolution kernel has local features. Therefore, the graph convolution model based on the spectral domain method is a further promotion of the basis function of the Fourier transform and the convolution kernel of the convolution operation.

The data in the social recommendation system can be naturally expressed as a user-user social graph and a user-item graph, and the BP neural network can integrate the node information in the above two graph structures. Therefore, BP neural network is widely used in product recommendation, movie recommendation, and other fields. User Modeling integrates the user information extracted from the user’s social network (which can be understood as the characteristics of friends in the user’s social relationship and reflects some of the characteristics of the user) with the user information extracted from the user-item graph structure (can be understood as the user’s rating of the item and reflects the user’s characteristics).

The Graphrec model includes User Modeling, Item Modeling, and Rating Prediction (Figure 6). Item Modeling integrates the characteristics of the item with the characteristics of the users participating in the evaluation of the item to reflect the characteristics of the item. Rating Prediction combines the user potential features extracted from the User Modeling and Item Modeling described above with the potential features of the item to predict the rating of each item.

The following is a detailed introduction to the content of the paper.

3.1. User Modeling

In order to understand the potential characteristics of users, the user model is divided into two parts, user-item graph and social network, and the two parts are described separately.

3.1.1. User-Item Graph Model

Among them, is the item evaluated by user , is the weight and bias of the neural network, and is a nonlinear function.

Users will express their opinions when scoring items, so items and item scoring can help users model.

Among them, is the integration of users and items, is the interactive representation of each item and the score, is the feature vector of the item, is the feature of the five evaluation levels, and is the connection of two vectors.

Generally, the abovementioned aggretions fusion function directly integrates multiple items evaluated by each user on an average basis, which as follows:

Because the proportion of each item is different for users, it is not possible to directly calculate the average integration. In order to make up for the lack of average integration, the attention mechanism is introduced.where is the weight of the attention mechanism.

Among them, is the feature vector of user , the interaction of items and ratings is connected with the feature vector of the user, and and are weights and biases. The Softmax function is used to normalize the above attention weights to obtain the final attention weights, which can be understood as the contribution of the interaction to the user-item space user latent factor.

In the interaction between users and friends, it can be found that users’ evaluations of products are similar to their own friends’ evaluations. Therefore, this paper proposes to obtain the potential characteristics of the user by fusing the evaluation of the user’s friends on the project and the characteristics of the project itself and design the following fusion function:

Since different friends have different influences on users, this paper introduces an attention mechanism to users’ friends.

The potential user characteristics obtained by the user-item graph model and the user potential characteristics obtained by the user social network model are merged, and the two parts of user characteristics are extracted through the full convolutional neural network to obtain the final user potential characteristics.

3.2. Item Modeling

The project model is to extract the potential features of the project and extract the potential features of the project by fusing the characteristics of the users participating in the project evaluation and the user’s score.

Each user feature is fused, and the fusion function is designed as follows:

Since each user has a different proportion of item feature extraction, this paper adds an attention mechanism.

3.3. Rating Prediction

Recommendation can be simplified as a matching problem between users and items, which matches suitable items for suitable users and derives users’ predictions for items. Proved that the full convolutional layer (MLP) can approximate any measurable function with arbitrary accuracy, so similarity can also be learned using the full convolutional layer (MLP).

3.4. Loss Function

Among them, is the set of tuples , where the tuples represent the user and the rated item , so this loss function calculates the loss for all rated items and does not consider the loss for the unrated items.

4. Selection Model of Cultural and Creative Tourist Attractions Based on BP Network

From the above introduction to system theory, we can find that the essence of a system is a process. This process has always been in dynamic change and development, and the system structure is the manifestation of this dynamic change. Under the guidance of this theory, this paper combines the economic “supply-demand” structure theory to construct a dynamic process of the integration of cultural and creative industries and tourism industries. Based on the perspective of system theory, the concept of industry is defined as a systematic combination of related elements such as technology, products, enterprises, markets, and systems. Different industrial factors interact with each other, continuously differentiate and restructure, and promote the development of the industrial system. It can be said that the integration mechanism of industries is the result of the evolution of different divisions of labor between industries or within industries. This evolution process is shown in Figure 7.

The interrelationship and mutual promotion of cultural and creative industries and tourism industries constitute a complex and changeable dynamic system. The main driving force of this dynamic system comes from the continuous expansion of the demand for tourism creativity and the continuous increase of the supply of tourism creativity products. This interactive dynamic system can better promote industrial integration with the support of regional cultural creativity and mature tourism market. The driving force generated by the interaction between the demand thrust and the supply pull and the interaction of various factors in the external market environment constitutes the main driving force for the industrial integration of the cultural and creative industries and the tourism industry.

The recommendation performance of the cultural and creative personalized tourist attraction recommendation system will be greatly reduced, and manual labeling of training data is time-consuming and laborious. Therefore, it is considered to introduce a labeled auxiliary data set related to the target data set to solve the problem of the lack of labeled data in the target data. However, there is a distribution difference between the auxiliary data set and the target data set, so the data distribution difference between the two must be eliminated before it can be used to train a personalized travel recommendation system. Therefore, a personalized recommendation model for tourist attractions based on domain adaptation is proposed. Domain adaptation can effectively reduce the distribution difference between different data. The block diagram of the personalized recommendation model for cultural and creative tourist attractions based on domain adaptation is shown in Figure 8.

Figure 9 is a schematic diagram of setting the time boundary threshold and the popular/not popular boundary threshold . It can be seen that the comment values of a large number of scenic spots are concentrated in the lower area of the figure. This distribution of the number of reviews is consistent with the “long-tail effect” in the distribution of scenic spots mentioned in Section 4 and is consistent with the setting of using the number of reviews to reflect the popularity of scenic spots. It is reasonable to set the value in the interval shown in the figure. In order to avoid the excessive subjective influence caused by the need to manually set the value, this paper considers setting the experiment to select multiple thresholds and analyzes the influence of the scenic spot popularity prediction under different values.

Based on the above analysis, the effect of this model is verified. The system model in this paper is mainly applied to the selection and search of cultural and creative tourist attractions. Therefore, this paper conducts a simulation experiment on the search effect of the cultural and creative tourist attractions selection model based on the BP network and obtains the results shown in Table 1 and Figure 10.

The above research verifies the search effect of the cultural and creative tourist attractions selection system based on BP network. On this basis, a user satisfaction survey is conducted on the model in this paper, and the results are shown in Table 2 and Figure 11.

From the above and the research results, we can see that the cultural and creative tourist attractions selection search system based on BP network has good user satisfaction. On the whole, the cultural and creative tourist attraction selection search system proposed in this paper based on the BP network has a good selection effect of tourist attractions and has an important role in promoting the development of cultural and creative tourism.

5. Conclusion

The development of China's cultural industry has entered a “new stage,” and the innovative design of regional tourism cultural and creative products in the cultural industry has risen from corporate behavior to an important position in the national economy. For this reason, the focus of designers has shifted from traditional products to innovative products that highlight the five thousand years of Chinese culture and characteristic regional culture, which makes the cultural and creative industry hot. Chinese history and culture have a long history and a history of 5,000 years. The harmonious development of society and nature is based on the basic condition that the diversity of culture and nature is equally important. This paper applies the BP network to the selection and exploration of cultural and creative tourist attractions and builds an intelligent system based on the actual situation. Through experimental research, it can be seen that the cultural and creative tourist attraction selection search system proposed in this paper based on the BP network has a good selection effect of tourist attractions and has an important role in promoting the development of cultural and creative tourism.

Data Availability

The labeled dataset used to support the findings of this study is available from the corresponding author upon request.

Conflicts of Interest

The author declares that there are no conflicts of interest.

Acknowledgments

This study was sponsored by Sichuan International Studies University.