Personalized Course Recommendation System Fusing with Knowledge Graph and Collaborative Filtering (2024)

  • Journal List
  • Comput Intell Neurosci
  • v.2021; 2021
  • PMC8487836

As a library, NLM provides access to scientific literature. Inclusion in an NLM database does not imply endorsem*nt of, or agreement with, the contents by NLM or the National Institutes of Health.
Learn more: PMC Disclaimer | PMC Copyright Notice

Personalized Course Recommendation System Fusing with Knowledge Graph and Collaborative Filtering (1)

Computational Intelligence and Neuroscience

Comput Intell Neurosci. 2021; 2021: 9590502.

Published online 2021 Sep 25. doi:10.1155/2021/9590502

PMCID: PMC8487836

PMID: 34616447

Gongwen Xu,Personalized Course Recommendation System Fusing with Knowledge Graph and Collaborative Filtering (2)1 Guangyu Jia,1 Lin Shi,1 and Zhijun Zhang2

Author information Article notes Copyright and License information PMC Disclaimer

Associated Data

Data Availability Statement

Abstract

Personalized courses recommendation technology is one of the hotspots in online education field. A good recommendation algorithm can stimulate learners' enthusiasm and give full play to different learners' learning personality. At present, the popular collaborative filtering algorithm ignores the semantic relationship between recommendation items, resulting in unsatisfactory recommendation results. In this paper, an algorithm combining knowledge graph and collaborative filtering is proposed. Firstly, the knowledge graph representation learning method is used to embed the semantic information of the items into a low-dimensional semantic space; then, the semantic similarity between the recommended items is calculated, and then, this item semantic information is fused into the collaborative filtering recommendation algorithm. This algorithm increases the performance of recommendation at the semantic level. The results show that the proposed algorithm can effectively recommend courses for learners and has higher values on precision, recall, and F1 than the traditional recommendation algorithm.

1. Introduction

Recently, with the integration of Internet and education, various online education platforms have emerged and developed rapidly. These platforms have accumulated many users with their high-quality and massive resources. Especially affected by the COVID-19, the online education all over the world has developed rapidly. The daily active users of Coursera, edX, XuetangX, and other online education platforms have reached more than 10 million. The explosive growth of online education has changed the traditional teaching mode and made it a reality for people to learn anytime and anywhere. Online education has become an important educational model and technical way for learners to acquire knowledge and expand skills and academic education [1].

However, nowadays a wide range of learning directions and all kinds of courses have sprung up on the online education platform. The massive courses also bring confusion to learners and have some disadvantages for learners. Firstly, it is difficult for learners to find suitable courses in a short time; secondly, the learning route that learners are interested in is complex, while the courses in the school training program tend to be single and repetitive, so the online learners' satisfaction is low and cannot achieve the expected teaching effect; thirdly, most online education platforms do not provide the same effective learning guidance and curriculum planning for learners as the traditional education. Learners are usually short of an in-depth understanding of the overall knowledge structure, while the number of Internet learning resources is miscellaneous, so learners fall into a large number of course choices, resulting in information overload and even the low course passing rate [2, 3].

How to provide personalized content for learners in massive courses resources is a problem worthy of research. Mining the interests of learners on the online education platform would help to better understand the needs of learners and help the platform provide personalized teaching services for learners. As the solution to this problem, the traditional interest mining methods either take the courses that learners are interested in as the interest point, or take the topic of the discussion area as the interest point. So many online education teams at home and abroad are also discussing and studying this problem [4, 5]. There are many research results obtained in recent years, but the recommendation courses are often based on the history of students' choice of courses and the big data analysis results of popular courses. Although the recommendation results are also practical, they lack the support for the whole learning process of learners and lack the recommendation in combination with the training scheme of the school.

Personalized recommendation technology has been widely used in various fields, such as news headlines, online videos, “we media” short video, and so on, which effectively solves the problem of information overload in various fields [6]. As the recommendation algorithm of knowledge graph as side information has been fully concerned and studied, it is possible for the courses recommendation algorithm based on knowledge graph to further improve the recommendation effect [7].

2. Overview of the Course Recommendation Algorithm

2.1. The Course Recommendation Algorithm

Course personalized recommendation technology is one of the research hotspots in the field of online education and big data education. Many research teams all over the world have put forward the concept of personalized online education and studied personalized course recommendation algorithms in order to reduce the dropout rate of online learning, stimulate and mobilize learners' enthusiasm for active learning, and give full play to the learning personality of different learners.

Bhaskaran and Santhi mined learners' browsing logs according to learners' behaviour and preferences and used the hybrid recommendation strategy proposed by ApriorAll algorithm to realize personalized recommendation for learners [8]. Based on the traditional data mining methods, Obeidat et al. [9] and others used collaborative filtering method and comparison of association rules to recommend courses for learners. The experimental results showed that grouping and clustering learners can significantly improve the recommendation effect. Huang et al. used reinforcement learning method and Markov decision process [10] to recommend exercises for learners. When recommending, they comprehensively considered the smoothness of exercise difficulty, review and preview, and the degree of learners' participation. Liu et al. proposed using the method based on neural network [11] to track learners' knowledge level, so as to provide learners with personalized learning path recommendation. The MCRs proposed by Zhang et al. are based on the distributed association rule mining algorithm [12], which makes the recommendation information transmitted more timely and improves the user's course retrieval efficiency.

Chen et al. carried out a knowledge recommendation algorithm based on learners' existing knowledge and learning materials [13], which modelled the recommendation process as a Markov decision problem. Aguilar et al. analysed the differences and similarities between the course selection system and the e-commerce platform, improved knowledge, and discovered association rules through biological heuristic algorithms, while most of the research in recent years were to explore the behaviour characteristics of learners to represent the characteristics of learners, so as to produce recommendation results [14].

Pang et al. extracted the behaviour characteristics of each learner and converted them into vectors of the same dimension, and dispersed them among similar users, so these learners would have more same courses [15]. They proposed multilayer bucket recommendation and MapReduce technology extension, so as to increase the satisfaction of the traditional collaborative recommendation algorithm.

To sum up, there have been a lot of works in learner personalized course recommendation recently years.

2.2. The Problems in the Traditional Course Recommendation Algorithm

At present, the existing research works mainly focused on using collaborative recommendation or data mining methods to improve the accuracy of course recommendation, but there are some problems in these methods, such as the cold start of recommendation algorithm, building a recommendation model without good performance, and carrying out an algorithm which cannot accurately recommend without initial data [16]. These problems are described as follows:

  1. Accuracy of course recommendation: the recommendation algorithm using highly accurate rate can provide learners with more suitable courses and enhance their satisfaction. The accuracy of recommendation results is an important index of recommendation algorithm. If the recommendation result generated by a recommendation algorithm does not bring out good recommendation results, the recommendation results will be meaningless in some certain [17].

  2. The problem of data sparsity: when using the traditional collaborative filtering method, the similarity calculation mainly depends on the learners' rating matrix of the course. In the actual process, the number of the course rating score is very small; in some cases, the scoring users account for only 2% of the total users. It makes the course scoring matrix so sparse, and it is difficult for courses and learners to find similar neighbors, resulting in the low quality of courses recommendation [18].

  3. Cold start problem: now the course platform would constantly update the content under the needs of new learners and new courses, but there is no record of new learners or new course content before updating the course platform, resulting in the failure of the recommendation algorithm to make timely and effective recommendations [19].

3. Related Research

3.1. Recommendation Based on Collaborative Filtering

Collaborative filtering algorithm is widely used in recommendation field. Traditional recommendation algorithms ignore the characteristic data of users or items in advance and only rely on the historical behaviour data of users to build models and recommend items to users. In most collaborative filtering algorithms, nearest neighbor technology is used to calculate the distance between users with the help of historical preference information [20]. The algorithm uses the weighted score of the nearest neighbor of the target user to predict the target user's preference for specific courses, but it often faces problems such as sparse data and mining interpretation of recommendation results.

Collaborative filtering has been successfully applied in different researching fields [21]. The collaborative filtering recommendation system is based on the idea that similar users may have similar preferences or similar items may be preferred by similar users [22]. Collaborative filtering is generally divided into two categories:

  1. User-based algorithm [23]: according to the users' behaviour record, it would find the user set which is similar in the interest and preference of the target user, then find the items liked by each user in this user set, filter out the items that the target user has already selected, and finally recommend the remaining items to the target user. In this method, the user similarity matrix calculated by the similarity formula is used to predict the target user's score on the items liked by similar users.

  2. Item-based algorithm [24]: according to the users' behaviour records, it calculates the similarity between items and filters out the item set with high score among the item sets generated by the target user. Then, according to the item similarity matrix, the other items, most similar to each item in the collection, would be found out, sorting and filtering the items that the target user has selected at the same time, and then finally the rest items are recommended to the target user.

The collaborative filtering algorithm uses the weighted score of the nearest neighbor of the target user to predict the target user's preference for specific courses, but sometimes it would face the problems of sparse data and unexplained recommendation results.

3.2. Recommendation Method Based on Knowledge Graph

Google put forward the concept of knowledge graph, which uses the “entity-relation-entity” 3-tuple to describe the semantic relationship between different entities in the real world and forms a network knowledge structure through the relationship [25]. Representation learning aims to transform the objects into the low-dimensional space [26], and the aim of knowledge graph representation learning is to map the entities and relationships in the knowledge graph. The resulting vector can effectively represent the semantic relationship between entities and relationships [27].

Recently, the representation learning methods of deep learning have attracted extensive attention [2834]. The common models of knowledge graph representation learning include distance model, energy model, matrix decomposition model, bilinear model, translation model, and so on [35]. The translation model represented by Ebisu and Ichise [36] has fewer parameters and is more popular in the research fields. For each 3-tuple (h, r, t), where h and t represent head entities and tail entities, respectively, r is the relationship between them, TransE represents h, t, and r as the embedded vectors vh, vt, and vr, respectively, and vr is the translation from vectors vh to vt, and the relationship among the three elements is expressed as follows:

vh+vrvt.

(1)

In the TransE model, it aims to train vectors vh, vt, and vr effectively to make formula (1) infinitely close to be equal. The smaller the error between them, the more likely there is a relationship r between the head and tail. Therefore, the loss function is shown as follows:

fvh,vr,vt=vh+vrvt22,

(2)

where ‖·‖2 is the 2-norm of the vector, that is, the Euclidean distance. The total cost function for all 3-tuple samples is expressed as follows:

L=h,r,tSh,r,tSmax0,fvh,vr,vtfvh,vr,vt+δ,

(3)

where S is positive sample and is the set of all 3-tuple in the knowledge graph; S′ is the negative samples of S, that is, each existing 3-tuple in S is randomly replaced with its head entity or tail entity to obtain a new 3-tuple, and the 3-tuple does not belong to S; then the set of such 3-tuples is called negative sample; and δ is the distance between S and S'. In order to minimize the cost function L during training process, it is necessary to make the loss function f(vh, vr, vt) of positive samples tend to 0 and the loss function f(vh, vr, vt′ ) of negative samples tend to infinity.

4. Recommendation Algorithm Fusing with Knowledge Graph and Collaborative Filtering Technology

4.1. The Algorithm Model

At present, collaborative filtering recommendation algorithms usually use users' historical evaluation data without considering the semantic relationship between recommendation items. To solve this problem, based on previous studies, a courses resource recommendation algorithm fusing knowledge graph and collaborative filtering technology (FKGCF) was proposed. This algorithm directly integrates the semantic similarity of the recommended object into the similarity calculation of the collaborative filtering recommendation algorithm and makes up for the deficiency that this algorithm ignores the connotation characteristics of the item itself from the semantic perspective. The algorithm model is shown in Figure 1.

Open in a separate window

Figure 1

FKGCF algorithm model.

4.2. Composition of Course Knowledge Graph

The interaction information between learners and courses in the existing data sets is sparse or even missing, which will lead to the cold start problem. This problem can be alleviated by introducing other information, namely, side information, into the recommendation algorithm. Side information introduced in common recommendations such as movies and commodities includes social networks, user/item attributes, multimedia, and contexts [4]. The side information used in this paper is the knowledge graph, which is represented by 3-tuple (C1, R, C2). The knowledge graph of the course is G:

G=c1,r,c2|c1,c2C,rR,

(4)

where c1,  c2C, C is the set of all the courses, and rR; there are 5 relations in R: same.instructor, same.subject, hour.low, hour.mid, and hour.high. When a learner chooses some certain courses, these courses can be connected to other events in the knowledge graph, connected to many other nonitem entities, and then connected to other course entities from these nonitem entities. For example, if there are computer courses in the selected courses, it can be related to other computer courses belonging to the same subject. Then, a 3-tuple knowledge graph is built.

In the traditional collaborative filtering algorithm, the connection is established by other learners' historical learning records and other interactive processes. The essence of the knowledge graph constructed by the FKGCF algorithm is to establish a connection between the courses which learners have interacted and the courses which they have not interacted. These connections are not obtained from the interaction history of other learners, but through non-item entities. The method of constructing knowledge graph provides additional information sources connected between courses and a more accurate calculation method of item similarity in the algorithm, so as to improve the accuracy of recommended courses [37].

4.3. The Semantic Similarity

The entities and relationships in the knowledge graph are embedded into a d-Dimensional semantic space by using the TransE algorithm, and the item semantic vector is expressed as follows:

Ii=E1i,E2i,,EdiT,

(5)

where Ii presents the semantic vector of item I and Eki is the value of the kth dimension semantic vector, where 1 ≪ kd. The TranseE algorithm trains the loss function based on Euclidean distance. The similarity of item semantics is also measured by this distance, and the calculation equation is as follows:

dIi,Ij=k=1dEkiEkj2.

(6)

In order to unify the value of distance within the range of (0, 1), the following calculation method is carried out:

simsemi,j=11+dIi,Ij.

(7)

The greater the value of simsem(i, j) is, the more similar the semantics of items i and j is.

In the knowledge graph, these pieces of feature information form a “entity-relationship-entity” 3-tuple. The more similar the semantic information is, the closer the course vector is, and the more similar the users' love for it. Using these rich semantic data, the cold start problem of recommendation system is solved to a certain extent.

4.4. Fusing Similarity

After the item semantic similarity simsem was obtained by knowledge graph representation algorithm, the similarity in the collaborative filtering recommendation algorithm was calculated, as shown in

simCFi,j=cosSi,Sj=Si·SjSi·Sj=k=1mrki·rkjk=1mrki2·k=1mrkj2,

(8)

where simCF(i, j) is the cosine similarity of collaborative filtering of items i and j, and Si and Sj are the user's scoring vectors for items i and j, respectively.

Next, we fuse two similarities, simCF(i, j) and simsem(i, j), as shown in

simi,j=α·simsemi,j+1α·simCFi,j,

(9)

where sim(i, j) represents fusing similarity of item i and j, simsem(i, j) is the items semantic similarity, simCF(i, j) is the collaborative filtering item similarity, and α is the weighted factor, whose value range is [0, 1]. When α is 0, the algorithm is based on items. When α is 1, the algorithm is based on semantic. When α ∈ (0,1), it is the fusing recommendation algorithm. The collaborative filtering recommendation algorithm is to calculate the similarity of items indirectly from the perspective of users' rating of items.

4.5. Rating Prediction and Generation of Recommendation List

According to the fusing similarity, the user's score on an item that has not been evaluated before is predicted. The calculation equation of prediction score is as follows:

pui=jNuSi,ksimi,jrujjNuSi,ksimi,j,

(10)

where pui represents the prediction score that user u gives to item i. N (u) refers to all item sets evaluated by user u, S (i, k) refers to k adjacent items with the greatest similarity to item i, N (u)∩S (i, k) refers to the intersection of two item sets, and the intersection result is the reference for prediction score; sim (i, j) is the fusing similarity of items i and j; ruj is the user u's rating of item j.

The higher the prediction score is, the more interested the user is. The prediction score of all items is calculated by using equation (10). And then they are sorted according to the scoring results, giving priority to the top-N items recommended to the user.

5. Experimental Process

5.1. Experimental Environment and Data Set Processing

The experimental data comes from XuetangX. 1000 courses and 10000 members are collected for experiments. The precision, recall, and F1 value are used as evaluation indexes to measure the performance of each algorithm. The precision refers to the probability that the user is interested in the recommended course list, and recall refers to the probability that the course that the user is interested in appears in the recommendation list. F1 value is the harmonic average of precision and recall [38]. The calculating methods are shown as follows:

Precision=TPTP+FP,Recall=TPTP+FN,F1=2×Precision×RecallPrecision+Recall.

(11)

In order to measure the performance of the algorithm more accurately, this paper uses k-cross verification and the k value is 5; that is, the experimental data are randomly grouped in 5 parts, one of which is selected as the testing set and the other 4 as the training set. A total of 5 tests are carried out, and the average result of 5 tests is used as the final evaluation of this algorithm.

5.2. Experimental Process and Result Analysis

5.2.1. Experiment of Different Embedding Dimensions

When knowledge graph representation learning is carried on, different embedding dimensions will have different results in the experiment. Seven dimensions, 50, 75, 100, 125, 150, 175, and 200, are selected for the experimental comparison. The similarity fusing weight factor α is set to 0.6, and the maximum number of neighbors k of similarity is set to 30. The final experimental comparison results are shown in Figure 2.

Open in a separate window

Figure 2

Results' comparison under different embedding dimensions.

From Figure 2, it can be found that there is no significant difference among the seven different embedding dimensions. But the precision and recall value are better when the dimension is 100.

5.2.2. Experiment of Different Fusing Weight Factor Ratio

Fusing weight factor α controls the proportion of semantic similarity and collaborative filtering similarity in the final fusing similarity, and it is a key factor of this algorithm. The value range of α is [0, 1], and in the experiment α is assigned from 0 to 1 with a step of 0.1, so there are 11 steps altogether. The embedding dimension of knowledge graph presentation learning is set to 100, and the maximum number of neighbors k of similarity is set to 30. The results can be seen in Figure 3.

Open in a separate window

Figure 3

Results' comparison under different α values.

Experiments show that when the fusion reaches a certain proportion, the precision and recall of the proposed algorithm are higher than the single semantic content-based recommendation algorithm (α = 1) and the item-based algorithm (α = 0). When the fusion weight α is 0.6, the precision and recall reach the best value.

5.2.3. Comparison of Experimental Results

To verify the performance of the modified collaborative filtering recommendation algorithm proposed in this paper, experimental comparisons are made with traditional algorithms, user-basedCF and item-basedCF. The embedding dimension of knowledge graph representation learning in this algorithm is set to 100. The fusing weight α is set to 0.6 and the recommended number top-N is set to 10. The experimental results are shown in Figure 4. The N value refers to the number of neighbors in the nearest neighbor algorithm KNN. The figure illustrates that the precision of all comparative experiments increases with the increase of n value while the recall decreases, and the F1 value increases first and then decreases.

Open in a separate window

Figure 4

Experimental results (precision, recall, and F1 value).

Through experimental comparison, it is obvious that the proposed FKGCF algorithm has higher precision, recall, and F1 value than the traditional algorithms.

6. Conclusions

Aiming at the problem that the collaborative filtering recommendation algorithm only uses the users' historical evaluation data without considering the semantic relationship between the recommended objects, a modified FKGCF algorithm was proposed. The algorithm not only uses the users' evaluation information of the course, but also uses the internal semantic information of the item itself. The results show that this algorithm improves the precision and recall and can realize the courses recommendation more accurately and efficiently. However, the algorithm in this paper also has some limitations, which does not consider the problem of user interest drift, because the users' interest is likely to change with the development of time, and the previous historical data is time-effective. Therefore, according to the time dynamics of historical data, establishing relevant time series recommendation models is a direction worthy of further research.

Acknowledgments

This work was supported in part by the Shandong Education Department Teaching Reform Project (Z2016M014, Z2016M016, and Z2016Z013).

Data Availability

The data used to support the findings of this study are available from the corresponding author upon request.

Conflicts of Interest

The authors declare that there are no conflicts of interest regarding the publication of this paper.

References

1. China Internet Network Information Center (CNNIC) The 46th Statistical Report on the Current Situation of Internet Development in China. Beijing, China: China Internet Network Information Center (CNNIC); 2020. [Google Scholar]

2. Xiao J., Wang M., Jiang B., Li J. A personalized recommendation system with combinational algorithm for online learning. Journal of Ambient Intelligence and Humanized Computing. 2018;9(3):667–677. doi:10.1007/s12652-017-0466-8. [CrossRef] [Google Scholar]

3. Zhang H., Yang H., Huang T., Zhan G. DBNCF: personalized courses recommendation system based on DBN in MOOC environment. Proceedings of the 2017 International Symposium on Educational Technology (ISET); June 2017; Hong Kong, China. pp. 106–108. [CrossRef] [Google Scholar]

4. Yang C., Bai L., Zhang C., Yuan Q., Han J. Bridging collaborative filtering and semi-supervised learning: a neural approach for poi recommendation. Proceedings of the 23rd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining; August 2017; Halifax, Canada. pp. 1245–1254. [Google Scholar]

5. Wen J., Wei X., He T., Zhang S. Regression analysis on the influencing factors of the acceptance of online education platform among college students. Ingénierie des Systèmes d’Information. 2020;25(5):595–600. doi:10.18280/isi.250506. [CrossRef] [Google Scholar]

6. Zhang Q., Liu Y., Liu L., Lu S., Feng Y., Yu X. Location identification and personalized recommendation of tourist attractions based on image processing. Traitement du Signal. 2021;38(1):197–205. doi:10.18280/ts.380121. [CrossRef] [Google Scholar]

7. Xian Y., Fu Z., Muthukrishnan S., De Melo G., Zhang Y. Reinforcement knowledge graph reasoning for explainable recommendation. Proceedings of the 42nd International ACM SIGIR Conference on Research and Development in Information Retrieval; July 2019; Paris, France. pp. 285–294. [CrossRef] [Google Scholar]

8. Bhaskaran S., Santhi B. An efficient personalized trust based hybrid recommendation (tbhr) strategy for e-learning system in cloud computing. Cluster Computing. 2019;22(1):1137–1149. doi:10.1007/s10586-017-1160-5. [CrossRef] [Google Scholar]

9. Obeidat R., Duwairi R., Al-Aiad A. A collaborative recommendation system for online courses recommendations. Proceedings of the 2019 International Conference on Deep Learning and Machine Learning in Emerging Applications (Deep-ML); August 2019; Istanbul, Turkey. pp. 49–54. [CrossRef] [Google Scholar]

10. Huang Z., Liu Q., Zhai C., et al. Exploring multi-objective exercise recommendations in online education systems. Proceedings of the 28th ACM International Conference on Information and Knowledge Management; November 2019; Beijing, China. pp. 1261–1270. [CrossRef] [Google Scholar]

11. Liu Q., Tong S., Liu C., et al. Exploiting cognitive structure for adaptive learning. Proceedings of the 25th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining; August 2019; Anchorage, AK, USA. pp. 627–635. [CrossRef] [Google Scholar]

12. Zhang H., Huang T., Lv Z., Liu S., Zhou Z. MCRS: a course recommendation system for MOOCs. Multimedia Tools and Applications. 2018;77(6):7051–7069. doi:10.1007/s11042-017-4620-2. [CrossRef] [Google Scholar]

13. Chen Y., Li X., Liu J., Ying Z. Recommendation system for adaptive learning. Applied Psychological Measurement. 2018;42(1):24–41. doi:10.1177/0146621617697959. [PMC free article] [PubMed] [CrossRef] [Google Scholar]

14. Aguilar J., Valdiviezo-Díaz P., Riofrio G. A general framework for intelligent recommender systems. Applied Computing and Informatics. 2017;13(2):147–160. doi:10.1016/j.aci.2016.08.002. [CrossRef] [Google Scholar]

15. Pang Y., Jin Y., Zhang Y., Zhu T. Collaborative filtering recommendation for MOOC application. Computer Applications in Engineering Education. 2017;25(1):120–128. doi:10.1002/cae.21785. [CrossRef] [Google Scholar]

16. Liu Y., Yang H., Sun G., Bin S. Collaborative filtering recommendation algorithm based on multi-relationship social network. Ingénierie des Systèmes d’Information. 2020;25(3):359–364. doi:10.18280/isi.250310. [CrossRef] [Google Scholar]

17. Lin J., Pu H., Li Y., Lian J. Intelligent recommendation system for course selection in smart education. Procedia Computer Science. 2018;129:449–453. doi:10.1016/j.procs.2018.03.023. [CrossRef] [Google Scholar]

18. Tian Y., Zheng B., Wang Y., Zhang Y., Wu Q. College library personalized recommendation system based on hybrid recommendation algorithm. Procedia CIRP. 2019;83:490–494. doi:10.1016/j.procir.2019.04.126. [CrossRef] [Google Scholar]

19. Gope J., Jain S. A survey on solving cold start problem in recommender systems. Proceedings of the 2017 International Conference on Computing, Communication and Automation (ICCCA); 2017; Greater Noida, India. pp. 133–138. [Google Scholar]

20. Shen J., Zhou T., Chen L. Collaborative filtering-based recommendation system for big data. International Journal of Computational Science and Engineering. 2020;21(2):219–225. doi:10.1504/ijcse.2020.105727. [CrossRef] [Google Scholar]

21. Subramaniyaswamy V., Logesh R., Chandrashekhar M., Challa A., Vijayakumar V. A personalised movie recommendation system based on collaborative filtering. International Journal of High Performance Computing and Networking. 2017;10(1-2):54–63. doi:10.1504/ijhpcn.2017.083199. [CrossRef] [Google Scholar]

22. Sattar A., Ghazanfar M., Iqbal M. Building accurate and practical recommender system algorithms using machine learning classifier and collaborative filtering. Arabian Journal for Science & Engineering. 2017;42(8) doi:10.1007/s13369-016-2410-1. [CrossRef] [Google Scholar]

23. Tan Z., He L. An efficient similarity measure for user-based collaborative filtering recommender systems inspired by the physical resonance principle. IEEE Access. 2017;5:27211–27228. doi:10.1109/access.2017.2778424. [CrossRef] [Google Scholar]

24. Thakkar P., Varma K., Ukani V., Mankad S., Tanwar S. Information and Communication Technology for Intelligent Systems. Singapore: Springer; 2019. Combining user-based and item-based collaborative filtering using machine learning; pp. 173–180. [CrossRef] [Google Scholar]

25. Jia B., Huang X., Jiao S. Application of semantic similarity calculation based on knowledge graph for personalized study recommendation service. Educational Sciences: Theory & Practice. 2018;18(6) doi:10.12738/estp.2018.6.195. [CrossRef] [Google Scholar]

26. Ebisu T., Ichise R. Toruse: knowledge graph embedding on a lie group. Proceedings of the Thirty-Second AAAI Conference on Artificial Intelligence; November 2018; New Orleans, LA, USA. [Google Scholar]

27. Fan M., Zhou Q., Zheng T. F., Grishman R. Distributed representation learning for knowledge graphs with entity descriptions. Pattern Recognition Letters. 2017;93:31–37. doi:10.1016/j.patrec.2016.09.005. [CrossRef] [Google Scholar]

28. Xu K., Li C., Tian Y., Sonobe T., Kawarabayashi K. I., Jegelka S. Representation learning on graphs with jumping knowledge networks. Proceedings of the International Conference on Machine Learning; June 2018; Hanoi, Vietnam. pp. 5453–5462. [Google Scholar]

29. Xu G., Li X., Zhang Z. Semantic consistency cross-modal retrieval with semi-supervised graph regularization. IEEE Access. 2020;8:14278–14288. doi:10.1109/access.2020.2966220. [CrossRef] [Google Scholar]

30. Meng W. L., Mao C. Z., Zhang J., Wen J., Wu D. H. A fast recognition algorithm of online social network images based on deep learning. Traitement du Signal. 2020;36(6):575–580. [Google Scholar]

31. Çinar A., Yildirim M. Classification of malaria cell images with deep learning architectures. Ingénierie des Systèmes d’Information. 2020;25(1):35–39. doi:10.18280/isi.250105. [CrossRef] [Google Scholar]

32. Doppala B. P., Bhattacharyya D., Chakkravarthy M. Stratification of cardiovascular diseases using deep learning. Revue d’Intelligence Artificielle. 2020;34(4):377–385. doi:10.18280/ria.340401. [CrossRef] [Google Scholar]

33. Xu G., Li X., Shi L., Zhang Z., Zhai A. Combination subspace graph learning for cross-modal retrieval. Alexandria Engineering Journal. 2020;59(3):1333–1343. doi:10.1016/j.aej.2020.02.034. [CrossRef] [Google Scholar]

34. Demircan S., Örnek H. K. Comparison of the effects of mel coefficients and spectrogram images via deep learning in emotion classification. Traitement du Signal. 2020;37(1):51–57. doi:10.18280/ts.370107. [CrossRef] [Google Scholar]

35. Lin Y., Han X., Xie R., Liu Z., Sun M. Knowledge representation learning: a quantitative review. 2018. https://arxiv.org/abs/1812.10901.

36. Ebisu T., Ichise R. Generalized translation-based embedding of knowledge graph. IEEE Transactions on Knowledge and Data Engineering. 2019;32(5):941–951. [Google Scholar]

37. Zarzour H., Al-Sharif Z., Al-Ayyoub M., Jararweh Y. A new collaborative filtering recommendation algorithm based on dimensionality reduction and clustering techniques. Proceedings of the 2018 9th International Conference on Information and Communication Systems (ICICS); April 2018; Irbid, Jordan. pp. 102–106. [Google Scholar]

38. Xu G., Zhai A., Wang J., Zhang Z., Li X. Cross-media semantic matching based on sparse representation. Technical Gazette. 2019;26(6):1707–1713. doi:10.17559/tv-20190730110003. [CrossRef] [Google Scholar]

Articles from Computational Intelligence and Neuroscience are provided here courtesy of Hindawi Limited

Personalized Course Recommendation System Fusing with Knowledge Graph and Collaborative Filtering (2024)
Top Articles
Latest Posts
Article information

Author: Zonia Mosciski DO

Last Updated:

Views: 6628

Rating: 4 / 5 (51 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Zonia Mosciski DO

Birthday: 1996-05-16

Address: Suite 228 919 Deana Ford, Lake Meridithberg, NE 60017-4257

Phone: +2613987384138

Job: Chief Retail Officer

Hobby: Tai chi, Dowsing, Poi, Letterboxing, Watching movies, Video gaming, Singing

Introduction: My name is Zonia Mosciski DO, I am a enchanting, joyous, lovely, successful, hilarious, tender, outstanding person who loves writing and wants to share my knowledge and understanding with you.