Abstract
In the field of tourism recommendation systems, accurately recommending scenic spots and routes for users is one of the hot research directions. In order to better consider the complex interaction between user preferences and attraction features, as well as the potential connections between different information sources, this study constructed a graph attention network model using knowledge graphs for tourist attraction and route recommendations, and extracted features from visual images using visual geometry group-16. The results indicate that, in Xian, when the learning rate is 0.01, the area under the curve value is 0.916. The area under the curve of New York is 0.909, and the learning rate is 0.001. The area under the curve value of the Tokyo dataset is 0.895. When the learning rate is moderate, the model quickly stabilizes in the first 16 rounds and reaches its optimal state in 26–30 rounds. When the propagation depth is 2, the accuracy is 0.920, 0.905, and 0.895, respectively. After introducing visual features, the accuracy, recall, and F1 score improved by 10 to 15.7%. The multi-layer perceptron further increased the effect by 4–6%. These experimental data fully demonstrate the effectiveness and accuracy of the recommendation algorithm. This study provides a powerful tool for tourism recommendation systems, which helps to further improve user experience.
1 Introduction
The explosive growth of tourism-related information on the Internet has provided tourists with unprecedented diversity of choices. However, the massive growth of this information also brings about the problem of “information overload.” Tourists often face the challenge of massive amounts of information when making travel decisions, making it difficult to filter out truly interesting tourist attractions and routes. This information overload not only increases the choice pressure on tourists, but also reduces the quality of the tourism experience. In this context, developing a recommendation system that can provide accurate, efficient, and personalized recommendations for tourists has become extremely important [1,2]. However, traditional recommendation systems face many challenges when dealing with such vast and diverse data. Especially in the tourism field, due to the reliance of many recommendation systems on user historical behavior data, the sparsity of historical data becomes a major obstacle for first-time or infrequent tourists. This data sparsity problem makes it difficult for traditional recommendation systems to accurately capture the true interests and needs of these tourists, thereby affecting the effectiveness and quality of recommendations [3]. When processing input data, graph attention network (GAT) fully considers the relationships between data, enabling it to more accurately capture the correlations between data when processing graph structured data. It has the ability to automatically learn the relationships between nodes without the need for manual presetting [4]. To this end, a multi-source auxiliary information tourist attraction and route recommendation algorithm on the ground of GAT was proposed in the study. This method first deeply integrates multi-source data through a combination of GAT and knowledge graphs. Then, visual geometry group (VGG)-16 is used to extract attraction features from visual images. The social relationships of tourists are integrated through the GAT to achieve interest propagation, and a multi-layer perceptron is applied to complete the recommendation algorithm. The research aims to provide users with more personalized and accurate recommendations for tourist attractions and routes and to enhance user satisfaction and travel experience to a greater extent. This study innovatively combines GAT and knowledge graph embedding (KGE), deeply analyzes multi-source auxiliary information, and provides a novel solution for the field of tourism recommendation systems, which is helpful for the development of the tourism industry and the improvement of tourism experience. The overall structure of the research includes four parts: the first part summarizes the research achievements and shortcomings of deep learning and recommendation algorithms at home and abroad. In the second part, a tourist attraction and route recommendation algorithm was designed on the ground of GAT. The third part is to compare and analyze the proposed recommendation algorithm through research experiments. The fourth part summarizes the experimental results, points out the shortcomings of the research, and proposes future research directions.
2 Related works
Deep learning is an advanced machine learning method. When combined with recommendation algorithms, especially when dealing with multi-source auxiliary information, it opens up new possibilities to overcome the data sparsity problem in traditional recommendation systems and improve recommendation accuracy [5]. To gain a deeper understanding of the potential and impact of this technology combination, the following will introduce some relevant research by scientists and scholars. Sheng et al. constructed MOOC multi-source heterogeneous information to capture heterogeneity between entities and proposed a personalized recommendation model on the ground of attention collaborative extended matrix factorization. It utilizes a graph convolutional network on the ground of meta-path node sampling to learn the structure and semantics of the network, and generates joint representation embeddings through attention mechanisms. Experimental results have shown the robustness and superiority of the model on two real datasets [6]. Chen et al. introduced an attention flow network and modeled user purchase records by describing the process of change in purchase intention through attention flow. On the ground of this, a personalized recommendation algorithm is proposed. This algorithm integrates purchase sequences into a weighted attention flow network, recommends products on the ground of user attention decay and network transition probability, and is effective in linear time. The efficient performance of the method has been validated through testing on multiple real datasets [7]. Liu et al. proposed a collaborative filtering algorithm that integrates temporal context information and user context, focusing on expanding and discovering user interests. It integrates the model into collaborative filtering and utilizes a popularity penalty function to weight recommendation similarity. When generating recommendations, it considers user context and weights candidate short videos. It generates Top-K recommendation lists in diverse ways. The example analysis demonstrates the accuracy and diversity of the method [8]. Zhao et al. proposed an adaptive context embedding hypergraph convolutional network on the ground of session recommendation. It integrates contextual information from the project and its neighborhood in its convolution, and it uses adaptive transformation functions to eliminate the influence of irrelevant terms. It also adopts a soft attention mechanism to obtain user interests and recommendations. The experimental results show that the model has significant improvements compared to existing methods [9]. Cepeda-Pacheco and Domingo developed a multi-label deep learning classifier to enhance the happiness of tourists in tourism and implemented tourism search and planning activities. They obtained information through internet of things devices, and the results showed that the accuracy of this method reached 99.9% [10]. An and Moon designed an intelligent tourism recommendation system that combines long short-term memory and convolutional neural network (CNN) based on emotional analysis of tourism evaluation, and the results showed that the system is effective [11].
Zhang and Chen optimized the social tag recommendation system by using a time attention model to sort tags and remove junk tags, and combined with a time decay model to pay attention to the temporal changes of tags. On the ground of this, a social tag optimization recommendation algorithm on the ground of a complete three-part graph network is proposed, which combines user and item preference information and uses collaborative filtering to generate recommendation items. The experiment shows that the recommendation prediction of this algorithm is more accurate [12]. Ye et al. proposed a new sequential recommendation method that learns project trend information from implicit user interaction history and integrates it into project recommendations. It introduces self-attention mechanism for representation and evaluates the use of variant models of gated graph neural networks to enhance representation. The results show that this method improves performance by up to 18.2% and effectively learns project trends at low computational complexity. The results demonstrate the criticality of project trends in recommendation systems [13]. Yang et al. proposed a multi-source knowledge transfer method that helps classify unlabeled nodes in the target network through graph patterns in multi-source networks. It selects the most transferable source network to learn common subgraph patterns and uses these patterns to construct structural features for the target network. This experiment has shown that this method surpasses advanced technology in social recommendation and citation networks [14]. Yu et al. proposed the neural pairwise sorting decomposition machine NPRFM for project recommendation, which integrates multi-layer perceptual neural networks into the pairwise sorting decomposition machine. By stacking the second-order interactions of encoding features in a neural network with dual interaction layers, it simultaneously uses a paired sorting model to learn user relative preferences. To compensate for the lack of consideration of feature interaction importance in NPRFM, a new variant is proposed to introduce attention mechanism. The experimental results show that NPRFM surpasses traditional decomposition machine models [15]. Liu and other scholars proposed an intelligent tourism recommendation system with self-attention aggregators and graph transformation networks to predict user interests and preferences, which satisfies the dynamic timeliness of interest points. The results show that this method performs well [16]. Forouzandeh et al. proposed travel recommendations for tourists and analyzed the decision-making process of tourists by combining fuzzy TOPSIS and artificial bee colony algorithm. The results showed the feasibility of this method [17].
In summary, previous researchers have made great efforts to improve the accuracy of recommendations. However, in the field of tourism, research on recommendation systems that combine multi-source heterogeneous data is still relatively rare. For this purpose, the study adopted the GAT model, combined with knowledge graphs and VGG-16 networks, and finally introduced multi-layer perceptrons to construct a comprehensive recommendation model. This model aims to more accurately capture user interests and provide new research directions and methods for the future development of tourism recommendation systems.
3 A multi-source auxiliary information tourist attraction and route recommendation algorithm on the ground of GAT
The study first proposed the GAT model. On this basis, a knowledge graph was further combined to extract features from visual images through the VGG-16 network and integrate them with the attribute information of tourists. Next, it utilizes GAT to integrate the social relationships of passengers and spread their interests. Finally, a multi-layer perceptron model was proposed to implement tourist attraction and route recommendation algorithms.
3.1 Location-based social networks and ripple net model construction
In recommendation systems, GAT can effectively handle the relationship between user and target requirements, thereby improving the accuracy of recommendations. By integrating the rich semantic information of knowledge graphs into recommendation systems, KGE can help solve the cold start problem. At the same time, it can also enhance the interpretability of recommendations and support more complex recommendation scenarios. Therefore, to address the failure of recommendation systems to accurately shape multi-source auxiliary information, this study first proposed the GAT model. Then, it integrates the KGE to construct a three-layer location-based social network graph, where visitors are connected through social connections and carry attribute information. The independent abstraction of tourist attractions forms KGE, expanding the implicit preferences of tourists. Passengers and destinations are connected through check-in activities. When learning passenger features, encode their basic, label, and image information, and extract the images using VGG-16. The encoded vector is input into GAT to aggregate passenger social relationships. It then obtains implicit interests along the knowledge graph and considers geographical distance. Finally, it combines social and interest characteristics to obtain passenger interest representations. The proposed model has demonstrated its ability to process multi-source data by integrating visual features and knowledge graphs using VGG-16. This indicates that the proposed model can effectively integrate different types of data, such as text, images, and other structured data, in order to adapt to diverse inputs. The key to GAT is the graph attention layer, which inputs the feature matrix and adjacency matrix. GAT is a flexible neural network structure that can dynamically adjust the attention intensity to different nodes. This flexibility allows the proposed model to adapt to datasets of different scales and complex social relationship graphs. In GAT, after the node features change, the attention mechanism is used to calculate the coefficients of the two nodes, as shown in the following equation [18]:
where
It adopts a crowdsourced attention mechanism in GAT to ensure the educational process of its own attention, as shown in Figure 1.

Multi-end attention mechanism model structure diagram.
As shown in Figure 1, it achieves the ultimate result by stacking multiple layers of GAT. As shown in equation (3), the system presents a collection of presentation traits generated by
where

Structure diagram of VGG-16.
Next, research will be conducted to construct recommendations for tourist destinations and routes. Location-based social network (LBSN) and common social platforms such as WeChat, Weibo, Facebook, and Ins have accumulated numerous passenger generated information. This information can be used to represent location-based social network graphs. The standard location-based social network graph covers both travelers and attractions, as shown in the traditional LBSN graph in Figure 3. A community network is constructed between different travelers, and a signing network is established between travelers and attractions. However, the standard LBSN diagram omits the interaction between scenic spots. If this composition is used, the skill of exploring scenic spot interaction will naturally be lost. Therefore, it is necessary to revise the standard LBSN diagram, stratify the location-based social network diagram, and separate the scenic spots into KGE. It utilizes the background information and real connections within the diagram to bridge the scenic spots. Finally, it extracts the potential hobbies of passengers [19,20].

Diagram of a typical LBSN.
This study developed a model on the ground of the optimized LBSN map, and the ultimate goal of the scenic spot recommendation model is to master a target method. When providing the community connection, signature form, knowledge graph, and corresponding assistant information of the passenger, it is possible to estimate the preference score of passenger
where

KGE attractions diagram (The scenic spot pictures are sourced from https://www.chnmuseum.cn/).
Using KGE as a multi-source auxiliary information to study recommendation mechanisms, KGE has demonstrated excellent performance. It converts elements and relationships into embedded arrays, automatically recognizing contextual information in the knowledge graph. However, knowledge graphs are often used for link prediction and require a full graph architecture. In tourist attraction recommendations, attraction updates are rapid and it is difficult to construct a complete knowledge map. Therefore, the study introduces Ripple Net into the scenic knowledge graph model. The relevant equation of Ripple Net is defined in the following equation:
where
3.2 Construction of a multi-source auxiliary information tourist attraction and route recommendation algorithm on the ground of GAT
The tourism data environment includes various types such as urban tourism, rural tourism, and seaside tourism, and the characteristics of each type of scenic spot and route may vary significantly. The proposed model’s graph attention mechanism can optimize the relevance and accuracy of recommendation systems by learning data with different characteristics. The combination of KGE and GAT in the proposed model helps to quickly identify emerging tourism trends and adjust recommendation strategies, thereby better responding to market changes. This study further proposes a tourist attraction and route recommendation model on the ground of GAT, as shown in Figure 5. This structure consists of two main parts: tourists and attractions. The passenger section takes into account social network characteristics and potential hobbies comprehensively. First, it extracts features from passenger images, merges them with other information, and then integrates them using the GAT layer. It utilizes Ripple-Net to explore implicit preferences of passengers. In terms of tourist attractions, due to the complexity of passenger modeling, only multiple information of tourist attractions is merged and learned using a single-layer neural network. The modeling of tourist attractions is actually the synthesis of static information such as location, type, and historical rating. The static information is rich, but the structure is relatively simple and does not change much. Therefore, in order to reduce the complexity of the overall model and consider the effective utilization of computing resources, a single-layer neural network is studied to achieve the fusion of scenic spot information. This ensures the effectiveness of the model while avoiding unnecessary computational burden. At the same time, ensure the efficiency of the model and flexibly adapt to the modeling needs of different parts. Finally, the features of tourists and attractions are predicted by a multi-layer perceptron to provide personalized attraction recommendations for tourists [21].

Tourist attraction and route recommendation model.
To incorporate graphic visual attributes into the tourism recommendation model, key visual attributes are first identified from photos of tourists or attractions. Recently, CNN technology has been widely used in the field of graphic attribute identification due to its ability to recognize advanced image attributes. Due to the fact that there is more than one image of a tourist or attraction, to obtain a representative visual attribute array, a weight synthesis strategy is adopted to integrate the visual attributes of multiple images and generate a visual attribute array for the tourist or attraction [22]. It assumes that the image set of tourists or attractions represents
where
where
where
where
After obtaining the initial attribute description of the passenger, the input GAT model integrates the passenger’s community information. The attribute description of passenger
where

Hobby propagation diagram: (a) set of ripples and (b) first-order interest calculation.
Ripple-Net assumes that passengers who are interested in the subject may also be interested in the related subsubjects. The preferences of tourists for potential attractions will be extended to the secondary body through
Finally, the next step is to calculate the passenger’s preference attributes, as shown in the following equation:
where
where
4 Analysis of tourist attraction and route recommendation results on the ground of GAT with multi-source auxiliary information
The study first outlined the dataset involved and validated the learning rate and AUC parameter settings of the model. Next, the experiment investigates the impact of the interest propagation layer on the effectiveness of recommending tourist attractions and routes. Finally, the effects of negative sample selection, visual attributes, and ratings obtained using MP on tourist attraction and route recommendations were examined.
4.1 Analysis of learning rate and AUC value results for three datasets
This research experiment utilized three datasets, namely, Xian, New York, and Tokyo. Among them, the Xian dataset comes from the Mafengwo website, which uses specialized techniques to obtain and filter representative photos of scenic spots. The datasets of New York and Tokyo are filtered on the ground of specific latitude and longitude ranges, with longitude ranges of [40.98, 40.55] and [35.86, 35.51], respectively, and dimension ranges of [−73.68139.91]. In the constructed recommendation model, the selection of hyperparameters is particularly important, especially when applying GAT and interest propagation layers. This model uses area under the curve (AUC) for training to evaluate its effectiveness. The choice of learning rate is directly related to the convergence speed of the model. As shown in Figure 7(a), when the learning rate is 0.0001, the model converges slowly, while when the learning rate is 0.05, the model does not converge. At this point, the performance of the model is affected and there is instability. According to Figure 7(b), when the learning rate is 0.01, the model has the highest AUC value on the Xian dataset. This indicates that the model has good classification performance. Therefore, the optimal learning rate is chosen as 0.01.

Learning rate and AUC results in Xian data: (a) model loss and (b) model AUC.
For the New York dataset, Figure 8(a) shows the convergence of the model under different learning rates. Clearly, with learning rates of 0.005 and 0.01, the model converges rapidly in the initial 11 rounds and remains stable in the following 21 rounds. The learning rate of 0.001 is somewhat slow in the early 11 rounds, but can reach a lower loss value in the later stages. It is worth noting that a learning rate of 0.05 leads to the problem of gradient explosion. Figure 8(b) shows that the area value under the subject working characteristic curve of the model is the highest at a learning rate of 0.001. Therefore, for the New York dataset, the recommended learning rate is 0.001.

Learning rate and AUC results in New York data: (a) model loss and (b) model AUC.
For the Tokyo dataset, according to Figure 9(a), using a learning rate of 0.005, the loss value of the model decreases the fastest. But when the learning rate is 0.001, although the initial convergence speed of the model is slightly slower, the final loss value can reach its lowest point. Furthermore, Figure 9(b) shows the maximization of the area value under the subject operating characteristic curve of the model at a learning rate of 0.001. Therefore, it is recommended to choose 0.001 as the learning rate of the model on Tokyo.

Learning rate and AUC results in Tokyo data: (a) model loss and (b) model AUC.
Through experiments on the Xian, New York, and Tokyo datasets, it can be clearly seen from Figures 7–9 that after selecting an appropriate learning rate, the model quickly stabilizes in the first 16 rounds and reaches a stable state between 26 and 30 rounds. At an appropriate learning rate, the ranking performance of the model is also quite stable, and the area value under the curve remains stable in the range of 0.88 to 0.92. This means that in recommendation, the ranking probability of positive samples is 88–92% before negative samples. This further confirms the crucial role of the initially set learning rate in the effectiveness of the model.
4.2 Impact of interest propagation layer on the effectiveness of recommending tourist attractions and routes
The study adopted a Ripple Net interest propagation model on the ground of KGE as the recommendation system. In the experiment, the main focus was on exploring the impact of the dimensionality and number of hops of the vector space on recommendation performance, as shown in Figure 10. This indicates that as the dimension of the vector space increases, the sorting performance steadily improves, indicating that higher dimensions of the vector space can better encode information. The experimental results show that when the dimension of the vector space is 16, Xian, New York, and Tokyo are 0.916, 0.909, and 0.895, respectively, indicating that the model performs the best. Therefore, 16 dimensions are chosen as the optimal vector space dimension for the interest propagation layer.

AUC values for different vector space dimensions.
Next, this study discusses the mechanism by which passenger interests are transmitted through entity relationships in the interest propagation model of KGE. This study focuses on exploring the impact of communication depth on mining deep-level interests of passengers, and the relevant data are shown in Table 1. This indicates that different propagation depths have a significant impact on model performance. When the propagation depth is 2, Xian, New York, and Tokyo are 0.920, 0.905, and 0.895, respectively, achieving the best performance of the model. A depth that is too small may make it difficult to delve deeper into interests, while a depth that is too large may introduce unnecessary noise and reduce recommendation quality.
AUC values at different propagation depths
Propagation depth | 1 | 2 | 3 | 4 |
---|---|---|---|---|
Xian data | 0.916 | 0.920 | 0.920 | 0.919 |
New York data | 0.905 | 0.910 | 0.904 | 0.908 |
Tokyo | 0.895 | 0.897 | 0.895 | 0.895 |
4.3 Results and analysis of three methods for recommending tourist attractions and routes
The study aims to validate the proposed scenic spot recommendation model through experiments, which integrates the effects of negative sample selection, visual attributes, and MP on recommendation performance. The model is trained within 25–31 rounds with a regularization coefficient of 0.00005 to reduce the risk of overfitting, and the random inactivation rate is set to 0.6. Using BPR to calculate sorting loss, the experiment explored the impact of different negative sample selection numbers on the effectiveness. Each tourist attraction interaction corresponds to N previously visited attractions, forming a triplet for training. Figure 11 shows the variation of negative sample selection quantity N from 1 to 6. This indicates that as the quantity increases, the accuracy, recall, and F1 value of the model also improve. But after reaching a certain point, these indicators begin to decline. This reflects that too many negative samples may cause data skewness, thereby affecting model performance. Therefore, when selecting a quantity of 2, the model performs best.

Influence of negative sample sampling on recommendation quality: (a) Xi‘an dataset, (b) New York dataset, and (c) Tokyo dataset.
To explore the role of attributes in tourist attraction and route recommendation, the study compared the original model with its version without visual features, called NV. The performance of two methods was observed in the top 10 to 20 scenarios, as shown in Figure 12, indicating that the proposed model outperformed the NV version in all evaluation criteria. The accuracy, recall rate, and F1 value have all improved by 10 to 15.7%. This further confirms the value of visual attributes in the recommendation process, demonstrating that integrating image features can effectively enhance the accuracy of tourist attraction and route recommendations.

Effects of visual attributes: (a) accuracy, (b) recall, and (c) F1-score.
In the scoring prediction stage of the research experiment, the addition of MP has brought non-linear advantages to the model. To gain a deeper understanding of the differences between MP and traditional inner product strategies, detailed comparative experiments were conducted on three datasets. Figure 13 shows a comparison of the effects of ten recommended tourist attractions for travelers. This indicates an improvement of 4–6% in accuracy, recall, and F1 value on all three datasets. This further proves that the introduction of multi-layer perceptrons has brought performance improvements to the proposed model compared to a simple inner product strategy.

Influence of multilayer perceptrons: (a) Xi‘an dataset, (b) New York dataset, and (c) Tokyo dataset.
To verify the robustness of the proposed method, Figure 14 shows a comparison between the method and two recommendation models, KGE and CNN, and their recall results on the Xi’an and New York datasets. The recall rate of the proposed method is higher than that of KGE and CNN in both datasets, indicating that the proposed method can more comprehensively capture the items that users may be interested in. This method can still maintain high performance and good robustness in different environments and conditions.

Comparison of different methods: (a) Xi‘an dataset and (b) New York dataset.
5 Conclusion
This study utilized GAT to design a multi-source auxiliary information algorithm for recommending tourist attractions and routes, in order to solve the problem of rapid expansion of tourism related information. The results indicate that the effectiveness of the algorithm was demonstrated through experiments using three datasets: Xian, New York, and Tokyo. On the Xian dataset, when the learning rate is set to 0.01, the AUC value of the model reaches 0.916. On the New York dataset, the AUC of the model at a learning rate of 0.001 is 0.909. For the Tokyo dataset, under the same learning rate, the AUC reaches 0.895. This indicates that algorithms with moderate learning rates have higher accuracy in different datasets. In terms of vector space dimension, when the dimension is set to 16, the accuracy of the model on three datasets is 0.916, 0.909, and 0.895, respectively, demonstrating excellent performance. When the propagation depth is set to 2, the accuracy on the Xian, New York, and Tokyo datasets is 0.920, 0.905, and 0.895, respectively, which is better than other depths. After adding visual features, the model significantly improved on all evaluation criteria. Compared with the version without visual features, the accuracy, recall, and F1 value improved by 10 to 15.7%, which proves the importance of visual features. In addition, after introducing multi-layer perceptrons, the accuracy, recall, and F1 values on these three datasets improved by 4 to 6%. Therefore, the model is effective in recommending tourist attractions and routes. But there are still shortcomings, such as data sparsity and noise. Future research directions can consider combining more auxiliary information and deep learning techniques to further improve the accuracy and effectiveness of recommendations.
-
Funding information: The research was supported by: Rural Revitalization Institute of Liaodong University 2022 funding open bidding project, Study on the re-upgrading of Hekou rural revitalization enabled by the spirit in War to Resist US Aggression and Aid Korea (No. XCZX20220302).
-
Author contributions: Tongtong Ding confirms sole responsibility for the following: study conception and design,analysis and interpretation of results, and manuscript preparation.
-
Conflict of interest: The author declares that this article has no conflict of interest.
-
Data availability statement: The data that support the findings of this study are available from the corresponding author upon reasonable request.
References
[1] Lu X, Li X, Wang Z, Hei X. A multi-template fusion object tracking algorithm based on graph attention network. IEEJ Trans Electr Electron Eng. 2023;18(2):243–53.10.1002/tee.23719Search in Google Scholar
[2] Wang J, Liu L. A multi-attention deep neural network model base on embedding and matrix factorization for recommendation. Int J Cognit Comput Eng. 2020;1(8):70–7.10.1016/j.ijcce.2020.11.002Search in Google Scholar
[3] Zhang S, Wang L, Fei R, Xu X, Li W. Attraction recommendation based on tourism context modeling and multi‐neural collaborative filtering algorithm. IEEJ Trans Electr Electron Eng. 2023;18(8):1280–95.10.1002/tee.23847Search in Google Scholar
[4] Wu L, Li J, Sun P, Hong R, Ge Y, Wang M. DiffNet++: A neural influence and interest diffusion network for social recommendation. IEEE Trans Knowl Data Eng. 2022;34(10):4753–66.10.1109/TKDE.2020.3048414Search in Google Scholar
[5] Fang X, Wang J, Seng D, Li B, Chen X. Recommendation algorithm combining ratings and comments. AEJ - Alex Eng J. 2021;60(6):5009–18.10.1016/j.aej.2021.04.056Search in Google Scholar
[6] Sheng D, Yuan J, Xie Q, Li L. ACMF: An attention collaborative extended matrix factorization based model for MOOC course service via a heterogeneous view. Future Gener Computer Syst. 2021;126(12):211–24.10.1016/j.future.2021.08.001Search in Google Scholar
[7] Chen Y, Dai Y, Han X, Ge Y, Li P. Dig users’ intentions via attention flow network for personalized recommendation. Inf Sci. 2021;547(3):1122–35.10.1016/j.ins.2020.09.007Search in Google Scholar
[8] Liu W, Wan H, Yan B. Short video recommendation algorithm incorporating temporal contextual information and user context. Computer Model Eng Sci. 2023;135(1):239–58.10.32604/cmes.2022.022827Search in Google Scholar
[9] Zhao C, Cao H, Lv P, Chu Y, Wang F, Liao T. Adaptive context-embedded hypergraph convolutional network for session-based recommendation. Inf Technol Control. 2023;52(2):111–27.10.5755/j01.itc.52.1.32138Search in Google Scholar
[10] Cepeda-Pacheco JC, Domingo MC. Deep learning and Internet of Things for tourist attraction recommendations in smart cities. Neural Comput Appl. 2022;34(10):7691–709.10.1007/s00521-021-06872-0Search in Google Scholar
[11] An H, Moon N. Design of recommendation system for tourist spot using sentiment analysis based on CNN-LSTM. J Ambient Intell Humanized Comput. 2022;13(3):1653–63.10.1007/s12652-019-01521-wSearch in Google Scholar
[12] Zhang M, Chen W. Optimised tags with time attenuation recommendation algorithm based on tripartite graphs network. Int J Comput Sci Eng. 2020;21(1):30–7.10.1504/IJCSE.2020.105210Search in Google Scholar
[13] Ye T, Can W, Lina Y, Li W, Yu Y. Item trend learning for sequential recommendation system using gated graph neural network. Neural Comput Appl. 2023;35(18):13077–92.10.1007/s00521-021-05723-2Search in Google Scholar
[14] Yang H, He H, Zhang W, Bai Y. MTGK: Multi-source cross-network node classification via transferable graph knowledge. Inf Sci. 2022;589(1):395–415.10.1016/j.ins.2022.01.007Search in Google Scholar
[15] Yu Y, Jiao L, Zhou N, Zhang L, Yin H. Enhanced factorization machine via neural pairwise ranking and attention networks. Pattern Recognit Lett. 2020;140(12):348–57.10.1016/j.patrec.2020.11.010Search in Google Scholar
[16] Liu Y, Wu H, Rezaee K, Khosravi MR, Khalaf OI, Khan AA, et al. Interaction-enhanced and time-aware graph convolutional network for successive point-of-interest recommendation in traveling enterprises. IEEE Trans Ind Inform. 2022;19(1):635–43.10.1109/TII.2022.3200067Search in Google Scholar
[17] Forouzandeh S, Rostami M, Berahmand K. A hybrid method for recommendation systems based on tourism with an evolutionary algorithm and topsis model. Fuzzy Inf Eng. 2022;14(1):26–50.10.1080/16168658.2021.2019430Search in Google Scholar
[18] Xin M, Chen S, Zang C. A graph neural network-based algorithm for point-of-interest recommendation using social relation and time series. Int J web Serv Res. 2021;18(4):51–74.10.4018/IJWSR.2021100103Search in Google Scholar
[19] Dai J, Yuan W, Bao C, Zhang Z. DAS-GNN: Denoising autoencoder integrated with self-supervised learning in graph neural network-based recommendations. Appl Intell: Int J Artif Intell Neural Networks Complex Probl-Solving Technol. 2023;53(14):17292–309.10.1007/s10489-022-04399-ySearch in Google Scholar
[20] Wang X, Cheng M, Eaton J. Fake node attacks on graph convolutional networks. J Comput Cognit Eng. 2022;1(4):165–73.10.47852/bonviewJCCE2202321Search in Google Scholar
[21] Chen Z. Research on internet security situation awareness prediction technology based on improved RBF neural network algorithm. J Comput Cognit Eng. 2022;1(3):103–8.10.47852/bonviewJCCE149145205514Search in Google Scholar
[22] Luo N, Yu H, You Z, Li Y, Zhou T, Jiao Y, et al. Fuzzy logic and neural network-based risk assessment model for import and export enterprises: A review. J Data Sci Intell Syst. 2023;1(1):2–11.10.47852/bonviewJDSIS32021078Search in Google Scholar
© 2024 the author(s), published by De Gruyter
This work is licensed under the Creative Commons Attribution 4.0 International License.
Articles in the same Issue
- Research Articles
- A study on intelligent translation of English sentences by a semantic feature extractor
- Detecting surface defects of heritage buildings based on deep learning
- Combining bag of visual words-based features with CNN in image classification
- Online addiction analysis and identification of students by applying gd-LSTM algorithm to educational behaviour data
- Improving multilayer perceptron neural network using two enhanced moth-flame optimizers to forecast iron ore prices
- Sentiment analysis model for cryptocurrency tweets using different deep learning techniques
- Periodic analysis of scenic spot passenger flow based on combination neural network prediction model
- Analysis of short-term wind speed variation, trends and prediction: A case study of Tamil Nadu, India
- Cloud computing-based framework for heart disease classification using quantum machine learning approach
- Research on teaching quality evaluation of higher vocational architecture majors based on enterprise platform with spherical fuzzy MAGDM
- Detection of sickle cell disease using deep neural networks and explainable artificial intelligence
- Interval-valued T-spherical fuzzy extended power aggregation operators and their application in multi-criteria decision-making
- Characterization of neighborhood operators based on neighborhood relationships
- Real-time pose estimation and motion tracking for motion performance using deep learning models
- QoS prediction using EMD-BiLSTM for II-IoT-secure communication systems
- A novel framework for single-valued neutrosophic MADM and applications to English-blended teaching quality evaluation
- An intelligent error correction model for English grammar with hybrid attention mechanism and RNN algorithm
- Prediction mechanism of depression tendency among college students under computer intelligent systems
- Research on grammatical error correction algorithm in English translation via deep learning
- Microblog sentiment analysis method using BTCBMA model in Spark big data environment
- Application and research of English composition tangent model based on unsupervised semantic space
- 1D-CNN: Classification of normal delivery and cesarean section types using cardiotocography time-series signals
- Real-time segmentation of short videos under VR technology in dynamic scenes
- Application of emotion recognition technology in psychological counseling for college students
- Classical music recommendation algorithm on art market audience expansion under deep learning
- A robust segmentation method combined with classification algorithms for field-based diagnosis of maize plant phytosanitary state
- Integration effect of artificial intelligence and traditional animation creation technology
- Artificial intelligence-driven education evaluation and scoring: Comparative exploration of machine learning algorithms
- Intelligent multiple-attributes decision support for classroom teaching quality evaluation in dance aesthetic education based on the GRA and information entropy
- A study on the application of multidimensional feature fusion attention mechanism based on sight detection and emotion recognition in online teaching
- Blockchain-enabled intelligent toll management system
- A multi-weapon detection using ensembled learning
- Deep and hand-crafted features based on Weierstrass elliptic function for MRI brain tumor classification
- Design of geometric flower pattern for clothing based on deep learning and interactive genetic algorithm
- Mathematical media art protection and paper-cut animation design under blockchain technology
- Deep reinforcement learning enhances artistic creativity: The case study of program art students integrating computer deep learning
- Transition from machine intelligence to knowledge intelligence: A multi-agent simulation approach to technology transfer
- Research on the TF–IDF algorithm combined with semantics for automatic extraction of keywords from network news texts
- Enhanced Jaya optimization for improving multilayer perceptron neural network in urban air quality prediction
- Design of visual symbol-aided system based on wireless network sensor and embedded system
- Construction of a mental health risk model for college students with long and short-term memory networks and early warning indicators
- Personalized resource recommendation method of student online learning platform based on LSTM and collaborative filtering
- Employment management system for universities based on improved decision tree
- English grammar intelligent error correction technology based on the n-gram language model
- Speech recognition and intelligent translation under multimodal human–computer interaction system
- Enhancing data security using Laplacian of Gaussian and Chacha20 encryption algorithm
- Construction of GCNN-based intelligent recommendation model for answering teachers in online learning system
- Neural network big data fusion in remote sensing image processing technology
- Research on the construction and reform path of online and offline mixed English teaching model in the internet era
- Real-time semantic segmentation based on BiSeNetV2 for wild road
- Online English writing teaching method that enhances teacher–student interaction
- Construction of a painting image classification model based on AI stroke feature extraction
- Big data analysis technology in regional economic market planning and enterprise market value prediction
- Location strategy for logistics distribution centers utilizing improved whale optimization algorithm
- Research on agricultural environmental monitoring Internet of Things based on edge computing and deep learning
- The application of curriculum recommendation algorithm in the driving mechanism of industry–teaching integration in colleges and universities under the background of education reform
- Application of online teaching-based classroom behavior capture and analysis system in student management
- Evaluation of online teaching quality in colleges and universities based on digital monitoring technology
- Face detection method based on improved YOLO-v4 network and attention mechanism
- Study on the current situation and influencing factors of corn import trade in China – based on the trade gravity model
- Research on business English grammar detection system based on LSTM model
- Multi-source auxiliary information tourist attraction and route recommendation algorithm based on graph attention network
- Multi-attribute perceptual fuzzy information decision-making technology in investment risk assessment of green finance Projects
- Research on image compression technology based on improved SPIHT compression algorithm for power grid data
- Optimal design of linear and nonlinear PID controllers for speed control of an electric vehicle
- Traditional landscape painting and art image restoration methods based on structural information guidance
- Traceability and analysis method for measurement laboratory testing data based on intelligent Internet of Things and deep belief network
- A speech-based convolutional neural network for human body posture classification
- The role of the O2O blended teaching model in improving the teaching effectiveness of physical education classes
- Genetic algorithm-assisted fuzzy clustering framework to solve resource-constrained project problems
- Behavior recognition algorithm based on a dual-stream residual convolutional neural network
- Ensemble learning and deep learning-based defect detection in power generation plants
- Optimal design of neural network-based fuzzy predictive control model for recommending educational resources in the context of information technology
- An artificial intelligence-enabled consumables tracking system for medical laboratories
- Utilization of deep learning in ideological and political education
- Detection of abnormal tourist behavior in scenic spots based on optimized Gaussian model for background modeling
- RGB-to-hyperspectral conversion for accessible melanoma detection: A CNN-based approach
- Optimization of the road bump and pothole detection technology using convolutional neural network
- Comparative analysis of impact of classification algorithms on security and performance bug reports
- Cross-dataset micro-expression identification based on facial ROIs contribution quantification
- Demystifying multiple sclerosis diagnosis using interpretable and understandable artificial intelligence
- Unifying optimization forces: Harnessing the fine-structure constant in an electromagnetic-gravity optimization framework
- E-commerce big data processing based on an improved RBF model
- Analysis of youth sports physical health data based on cloud computing and gait awareness
- CCLCap-AE-AVSS: Cycle consistency loss based capsule autoencoders for audio–visual speech synthesis
- An efficient node selection algorithm in the context of IoT-based vehicular ad hoc network for emergency service
- Computer aided diagnoses for detecting the severity of Keratoconus
- Improved rapidly exploring random tree using salp swarm algorithm
- Network security framework for Internet of medical things applications: A survey
- Predicting DoS and DDoS attacks in network security scenarios using a hybrid deep learning model
- Enhancing 5G communication in business networks with an innovative secured narrowband IoT framework
- Quokka swarm optimization: A new nature-inspired metaheuristic optimization algorithm
- Digital forensics architecture for real-time automated evidence collection and centralization: Leveraging security lake and modern data architecture
- Image modeling algorithm for environment design based on augmented and virtual reality technologies
- Enhancing IoT device security: CNN-SVM hybrid approach for real-time detection of DoS and DDoS attacks
- High-resolution image processing and entity recognition algorithm based on artificial intelligence
- Review Articles
- Transformative insights: Image-based breast cancer detection and severity assessment through advanced AI techniques
- Network and cybersecurity applications of defense in adversarial attacks: A state-of-the-art using machine learning and deep learning methods
- Applications of integrating artificial intelligence and big data: A comprehensive analysis
- A systematic review of symbiotic organisms search algorithm for data clustering and predictive analysis
- Modelling Bitcoin networks in terms of anonymity and privacy in the metaverse application within Industry 5.0: Comprehensive taxonomy, unsolved issues and suggested solution
- Systematic literature review on intrusion detection systems: Research trends, algorithms, methods, datasets, and limitations
Articles in the same Issue
- Research Articles
- A study on intelligent translation of English sentences by a semantic feature extractor
- Detecting surface defects of heritage buildings based on deep learning
- Combining bag of visual words-based features with CNN in image classification
- Online addiction analysis and identification of students by applying gd-LSTM algorithm to educational behaviour data
- Improving multilayer perceptron neural network using two enhanced moth-flame optimizers to forecast iron ore prices
- Sentiment analysis model for cryptocurrency tweets using different deep learning techniques
- Periodic analysis of scenic spot passenger flow based on combination neural network prediction model
- Analysis of short-term wind speed variation, trends and prediction: A case study of Tamil Nadu, India
- Cloud computing-based framework for heart disease classification using quantum machine learning approach
- Research on teaching quality evaluation of higher vocational architecture majors based on enterprise platform with spherical fuzzy MAGDM
- Detection of sickle cell disease using deep neural networks and explainable artificial intelligence
- Interval-valued T-spherical fuzzy extended power aggregation operators and their application in multi-criteria decision-making
- Characterization of neighborhood operators based on neighborhood relationships
- Real-time pose estimation and motion tracking for motion performance using deep learning models
- QoS prediction using EMD-BiLSTM for II-IoT-secure communication systems
- A novel framework for single-valued neutrosophic MADM and applications to English-blended teaching quality evaluation
- An intelligent error correction model for English grammar with hybrid attention mechanism and RNN algorithm
- Prediction mechanism of depression tendency among college students under computer intelligent systems
- Research on grammatical error correction algorithm in English translation via deep learning
- Microblog sentiment analysis method using BTCBMA model in Spark big data environment
- Application and research of English composition tangent model based on unsupervised semantic space
- 1D-CNN: Classification of normal delivery and cesarean section types using cardiotocography time-series signals
- Real-time segmentation of short videos under VR technology in dynamic scenes
- Application of emotion recognition technology in psychological counseling for college students
- Classical music recommendation algorithm on art market audience expansion under deep learning
- A robust segmentation method combined with classification algorithms for field-based diagnosis of maize plant phytosanitary state
- Integration effect of artificial intelligence and traditional animation creation technology
- Artificial intelligence-driven education evaluation and scoring: Comparative exploration of machine learning algorithms
- Intelligent multiple-attributes decision support for classroom teaching quality evaluation in dance aesthetic education based on the GRA and information entropy
- A study on the application of multidimensional feature fusion attention mechanism based on sight detection and emotion recognition in online teaching
- Blockchain-enabled intelligent toll management system
- A multi-weapon detection using ensembled learning
- Deep and hand-crafted features based on Weierstrass elliptic function for MRI brain tumor classification
- Design of geometric flower pattern for clothing based on deep learning and interactive genetic algorithm
- Mathematical media art protection and paper-cut animation design under blockchain technology
- Deep reinforcement learning enhances artistic creativity: The case study of program art students integrating computer deep learning
- Transition from machine intelligence to knowledge intelligence: A multi-agent simulation approach to technology transfer
- Research on the TF–IDF algorithm combined with semantics for automatic extraction of keywords from network news texts
- Enhanced Jaya optimization for improving multilayer perceptron neural network in urban air quality prediction
- Design of visual symbol-aided system based on wireless network sensor and embedded system
- Construction of a mental health risk model for college students with long and short-term memory networks and early warning indicators
- Personalized resource recommendation method of student online learning platform based on LSTM and collaborative filtering
- Employment management system for universities based on improved decision tree
- English grammar intelligent error correction technology based on the n-gram language model
- Speech recognition and intelligent translation under multimodal human–computer interaction system
- Enhancing data security using Laplacian of Gaussian and Chacha20 encryption algorithm
- Construction of GCNN-based intelligent recommendation model for answering teachers in online learning system
- Neural network big data fusion in remote sensing image processing technology
- Research on the construction and reform path of online and offline mixed English teaching model in the internet era
- Real-time semantic segmentation based on BiSeNetV2 for wild road
- Online English writing teaching method that enhances teacher–student interaction
- Construction of a painting image classification model based on AI stroke feature extraction
- Big data analysis technology in regional economic market planning and enterprise market value prediction
- Location strategy for logistics distribution centers utilizing improved whale optimization algorithm
- Research on agricultural environmental monitoring Internet of Things based on edge computing and deep learning
- The application of curriculum recommendation algorithm in the driving mechanism of industry–teaching integration in colleges and universities under the background of education reform
- Application of online teaching-based classroom behavior capture and analysis system in student management
- Evaluation of online teaching quality in colleges and universities based on digital monitoring technology
- Face detection method based on improved YOLO-v4 network and attention mechanism
- Study on the current situation and influencing factors of corn import trade in China – based on the trade gravity model
- Research on business English grammar detection system based on LSTM model
- Multi-source auxiliary information tourist attraction and route recommendation algorithm based on graph attention network
- Multi-attribute perceptual fuzzy information decision-making technology in investment risk assessment of green finance Projects
- Research on image compression technology based on improved SPIHT compression algorithm for power grid data
- Optimal design of linear and nonlinear PID controllers for speed control of an electric vehicle
- Traditional landscape painting and art image restoration methods based on structural information guidance
- Traceability and analysis method for measurement laboratory testing data based on intelligent Internet of Things and deep belief network
- A speech-based convolutional neural network for human body posture classification
- The role of the O2O blended teaching model in improving the teaching effectiveness of physical education classes
- Genetic algorithm-assisted fuzzy clustering framework to solve resource-constrained project problems
- Behavior recognition algorithm based on a dual-stream residual convolutional neural network
- Ensemble learning and deep learning-based defect detection in power generation plants
- Optimal design of neural network-based fuzzy predictive control model for recommending educational resources in the context of information technology
- An artificial intelligence-enabled consumables tracking system for medical laboratories
- Utilization of deep learning in ideological and political education
- Detection of abnormal tourist behavior in scenic spots based on optimized Gaussian model for background modeling
- RGB-to-hyperspectral conversion for accessible melanoma detection: A CNN-based approach
- Optimization of the road bump and pothole detection technology using convolutional neural network
- Comparative analysis of impact of classification algorithms on security and performance bug reports
- Cross-dataset micro-expression identification based on facial ROIs contribution quantification
- Demystifying multiple sclerosis diagnosis using interpretable and understandable artificial intelligence
- Unifying optimization forces: Harnessing the fine-structure constant in an electromagnetic-gravity optimization framework
- E-commerce big data processing based on an improved RBF model
- Analysis of youth sports physical health data based on cloud computing and gait awareness
- CCLCap-AE-AVSS: Cycle consistency loss based capsule autoencoders for audio–visual speech synthesis
- An efficient node selection algorithm in the context of IoT-based vehicular ad hoc network for emergency service
- Computer aided diagnoses for detecting the severity of Keratoconus
- Improved rapidly exploring random tree using salp swarm algorithm
- Network security framework for Internet of medical things applications: A survey
- Predicting DoS and DDoS attacks in network security scenarios using a hybrid deep learning model
- Enhancing 5G communication in business networks with an innovative secured narrowband IoT framework
- Quokka swarm optimization: A new nature-inspired metaheuristic optimization algorithm
- Digital forensics architecture for real-time automated evidence collection and centralization: Leveraging security lake and modern data architecture
- Image modeling algorithm for environment design based on augmented and virtual reality technologies
- Enhancing IoT device security: CNN-SVM hybrid approach for real-time detection of DoS and DDoS attacks
- High-resolution image processing and entity recognition algorithm based on artificial intelligence
- Review Articles
- Transformative insights: Image-based breast cancer detection and severity assessment through advanced AI techniques
- Network and cybersecurity applications of defense in adversarial attacks: A state-of-the-art using machine learning and deep learning methods
- Applications of integrating artificial intelligence and big data: A comprehensive analysis
- A systematic review of symbiotic organisms search algorithm for data clustering and predictive analysis
- Modelling Bitcoin networks in terms of anonymity and privacy in the metaverse application within Industry 5.0: Comprehensive taxonomy, unsolved issues and suggested solution
- Systematic literature review on intrusion detection systems: Research trends, algorithms, methods, datasets, and limitations