期刊文献+
共找到2,065篇文章
< 1 2 104 >
每页显示 20 50 100
Enhancing personalized exercise recommendation with student and exercise portraits
1
作者 Wei-Wei Gao Hui-Fang Ma +2 位作者 Yan Zhao Jing Wang Quan-Hong Tian 《Journal of Electronic Science and Technology》 EI CAS CSCD 2024年第2期91-109,共19页
The exercise recommendation system is emerging as a promising application in online learning scenarios,providing personalized recommendations to assist students with explicit learning directions.Existing solutions gen... The exercise recommendation system is emerging as a promising application in online learning scenarios,providing personalized recommendations to assist students with explicit learning directions.Existing solutions generally follow a collaborative filtering paradigm,while the implicit connections between students(exercises)have been largely ignored.In this study,we aim to propose an exercise recommendation paradigm that can reveal the latent connections between student-student(exercise-exercise).Specifically,a new framework was proposed,namely personalized exercise recommendation with student and exercise portraits(PERP).It consists of three sequential and interdependent modules:Collaborative student exercise graph(CSEG)construction,joint random walk,and recommendation list optimization.Technically,CSEG is created as a unified heterogeneous graph with students’response behaviors and student(exercise)relationships.Then,a joint random walk to take full advantage of the spectral properties of nearly uncoupled Markov chains is performed on CSEG,which allows for full exploration of both similar exercises that students have finished and connections between students(exercises)with similar portraits.Finally,we propose to optimize the recommendation list to obtain different exercise suggestions.After analyses of two public datasets,the results demonstrated that PERP can satisfy novelty,accuracy,and diversity. 展开更多
关键词 Educational data mining Exercise recommend Joint random walk Nearly uncoupled Markov chains Optimization Personalized learning
下载PDF
Improving Recommendation for Effective Personalization in Context-Aware Data Using Novel Neural Network 被引量:1
2
作者 R.Sujatha T.Abirami 《Computer Systems Science & Engineering》 SCIE EI 2023年第8期1775-1787,共13页
The digital technologies that run based on users’content provide a platform for users to help air their opinions on various aspects of a particular subject or product.The recommendation agents play a crucial role in ... The digital technologies that run based on users’content provide a platform for users to help air their opinions on various aspects of a particular subject or product.The recommendation agents play a crucial role in personalizing the needs of individual users.Therefore,it is essential to improve the user experience.The recommender system focuses on recommending a set of items to a user to help the decision-making process and is prevalent across e-commerce and media websites.In Context-Aware Recommender Systems(CARS),several influential and contextual variables are identified to provide an effective recommendation.A substantial trade-off is applied in context to achieve the proper accuracy and coverage required for a collaborative recommendation.The CARS will generate more recommendations utilizing adapting them to a certain contextual situation of users.However,the key issue is how contextual information is used to create good and intelligent recommender systems.This paper proposes an Artificial Neural Network(ANN)to achieve contextual recommendations based on usergenerated reviews.The ability of ANNs to learn events and make decisions based on similar events makes it effective for personalized recommendations in CARS.Thus,the most appropriate contexts in which a user should choose an item or service are achieved.This work converts every label set into a Multi-Label Classification(MLC)problem to enhance recommendations.Experimental results show that the proposed ANN performs better in the Binary Relevance(BR)Instance-Based Classifier,the BR Decision Tree,and the Multi-label SVM for Trip Advisor and LDOS-CoMoDa Dataset.Furthermore,the accuracy of the proposed ANN achieves better results by 1.1%to 6.1%compared to other existing methods. 展开更多
关键词 recommendation agents context-aware recommender systems collaborative recommendation personalization systems optimized neural network-based contextual recommendation algorithm
下载PDF
Exercise Recommendation with Preferences and Expectations Based on Ability Computation
3
作者 Mengjuan Li Lei Niu 《Computers, Materials & Continua》 SCIE EI 2023年第10期263-284,共22页
In the era of artificial intelligence,cognitive computing,based on cognitive science;and supported by machine learning and big data,brings personalization into every corner of our social life.Recommendation systems ar... In the era of artificial intelligence,cognitive computing,based on cognitive science;and supported by machine learning and big data,brings personalization into every corner of our social life.Recommendation systems are essential applications of cognitive computing in educational scenarios.They help learners personalize their learning better by computing student and exercise characteristics using data generated from relevant learning progress.The paper introduces a Learning and Forgetting Convolutional Knowledge Tracking Exercise Recommendation model(LFCKT-ER).First,the model computes students’ability to understand each knowledge concept,and the learning progress of each knowledge concept,and the model consider their forgetting behavior during learning progress.Then,students’learning stage preferences are combined with filtering the exercises that meet their learning progress and preferences.Then students’ability is used to evaluate whether their expectations of the difficulty of the exercises are reasonable.Then,the model filters the exercises that best match students’expectations again by students’expectations.Finally,we use a simulated annealing optimization algorithm to assemble a set of exercises with the highest diversity.From the experimental results,the LFCKT-ER model can better meet students’personalized learning needs and is more accurate than other exercise recommendation systems under various metrics on real online education public datasets. 展开更多
关键词 Cognitive computing personalized learning forgetting behavior exercise recommendation
下载PDF
FedNRM:A Federal Personalized News Recommendation Model Achieving User Privacy Protection
4
作者 Shoujian Yu Zhenchi Jie +2 位作者 Guowen Wu Hong Zhang Shigen Shen 《Intelligent Automation & Soft Computing》 SCIE 2023年第8期1729-1751,共23页
In recent years,the type and quantity of news are growing rapidly,and it is not easy for users to find the news they are interested in the massive amount of news.A news recommendation system can score and predict the ... In recent years,the type and quantity of news are growing rapidly,and it is not easy for users to find the news they are interested in the massive amount of news.A news recommendation system can score and predict the candidate news,and finally recommend the news with high scores to users.However,existing user models usually only consider users’long-term interests and ignore users’recent interests,which affects users’usage experience.Therefore,this paper introduces gated recurrent unit(GRU)sequence network to capture users’short-term interests and combines users’short-term interests and long-terminterests to characterize users.While existing models often only use the user’s browsing history and ignore the variability of different users’interest in the same news,we introduce additional user’s ID information and apply the personalized attention mechanism for user representation.Thus,we achieve a more accurate user representation.We also consider the risk of compromising user privacy if the user model training is placed on the server side.To solve this problem,we design the training of the user model locally on the client side by introducing a federated learning framework to keep the user’s browsing history on the client side.We further employ secure multiparty computation to request news representations from the server side,which protects privacy to some extent.Extensive experiments on a real-world news dataset show that our proposed news recommendation model has a better improvement in several performance evaluation metrics.Compared with the current state-of-the-art federated news recommendation models,our model has increased by 0.54%in AUC,1.97%in MRR,2.59%in nDCG@5%,and 1.89%in nDCG@10.At the same time,because we use a federated learning framework,compared with other centralized news recommendation methods,we achieve privacy protection for users. 展开更多
关键词 News recommendation federal learning privacy protection personalized attention
下载PDF
Multi-Feature Fusion Book Recommendation Model Based on Deep Neural Network
5
作者 Zhaomin Liang Tingting Liang 《Computer Systems Science & Engineering》 SCIE EI 2023年第10期205-219,共15页
The traditional recommendation algorithm represented by the collaborative filtering algorithm is the most classical and widely recommended algorithm in the practical industry.Most book recommendation systems also use ... The traditional recommendation algorithm represented by the collaborative filtering algorithm is the most classical and widely recommended algorithm in the practical industry.Most book recommendation systems also use this algorithm.However,the traditional recommendation algorithm represented by the collaborative filtering algorithm cannot deal with the data sparsity well.This algorithm only uses the shallow feature design of the interaction between readers and books,so it fails to achieve the high-level abstract learning of the relevant attribute features of readers and books,leading to a decline in recommendation performance.Given the above problems,this study uses deep learning technology to model readers’book borrowing probability.It builds a recommendation system model through themulti-layer neural network and inputs the features extracted from readers and books into the network,and then profoundly integrates the features of readers and books through the multi-layer neural network.The hidden deep interaction between readers and books is explored accordingly.Thus,the quality of book recommendation performance will be significantly improved.In the experiment,the evaluation indexes ofHR@10,MRR,andNDCGof the deep neural network recommendation model constructed in this paper are higher than those of the traditional recommendation algorithm,which verifies the effectiveness of the model in the book recommendation. 展开更多
关键词 Book recommendation deep learning neural network multi-feature fusion personalized prediction
下载PDF
Integrating Research Analytic Framework and Personality Matching for Supervisor Recommendation
6
作者 ZHANG Mingyu SUN Jianshan 《Journal of Donghua University(English Edition)》 EI CAS 2019年第4期421-430,共10页
Supervisor selection is important for research students in their future studies and careers.Currently,students rely on information search or friends recommendation to find potential research supervisors.However,due to... Supervisor selection is important for research students in their future studies and careers.Currently,students rely on information search or friends recommendation to find potential research supervisors.However,due to the challenges of incomplete and asymmetric information,students can hardly find suitable supervisors that match their research interests as well as personalities.Existing methods mainly consider topic-relevance and candidate-quality,and overlook the significance of connectivity consideration and two-sided matching degree of individuals personality styles.It proposes a novel supervisor recommendation approach that integrates relevance,connectivity,quality and personality-matching dimensions.The results of user-based evaluations demonstrate that the proposed approach generates more satisfactory recommendations as compared to that of all baseline methods.The present solution has been implemented as a social network recommendation service on ScholarMate. 展开更多
关键词 recommendation system RESEARCH analytics FRAMEWORK personality MATCHING educational technology
下载PDF
A Novel Recommendation Service Method Based on Cloud Model and User Personality
7
作者 Jing Yao Zhigang Hu +1 位作者 Hua Ma Bingting Jiang 《国际计算机前沿大会会议论文集》 2017年第1期45-47,共3页
The number of Internet Web services has become increasingly large recently.Cloud services consumers face a critical challenge in selecting services from abundant candidates.Due to the uncertainty of Web service QoS an... The number of Internet Web services has become increasingly large recently.Cloud services consumers face a critical challenge in selecting services from abundant candidates.Due to the uncertainty of Web service QoS and the diversity of user characteristics,this paper proposes a Web service recommendation method based on cloud model and user personality(WSRCP),which employs cloud model similarity method to analyze the similarity of QoS feedback data among different users,to identify the user with high similarity to the potential user.Based on the QoS data of the users’feedback,Finally,user characteristic attribute Web service recommendation is implemented by personalized collaborative filtering algorithm.The experimental results on the WS-Dream dataset show that our approach not only solves the drawbacks of the sparse user service,but also improves the recommend accuracy. 展开更多
关键词 CLOUD model personality CLOUD SIMILARITY algorithm SERVICES recommendation
下载PDF
Ontology-based framework for personalized recommendation in digital libraries 被引量:3
8
作者 颜端武 岑咏华 +1 位作者 张炜 毛平 《Journal of Southeast University(English Edition)》 EI CAS 2006年第3期385-388,共4页
To promote information service ability of digital libraries, a browsing and searching personalized recommendation framework based on the use of ontology is described, where the advantages of ontology are exploited in ... To promote information service ability of digital libraries, a browsing and searching personalized recommendation framework based on the use of ontology is described, where the advantages of ontology are exploited in different parts of the retrieval cycle including query-based relevance measures, semantic user preference representation and automatic update, and personalized result ranking. Both the usage and information resources can be exploited to extract useful knowledge from the way users interact with a digital library. Through combination and mapping between the extracted knowledge and domain ontology, semantic content retrieval between queries and documents can be utilized. Furthermore, ontology-based conceptual vector of user preference can be applied in personalized recommendation feedback. 展开更多
关键词 digital library personalized recommendation ONTOLOGY content retrieval user preference
下载PDF
Gamified Learning Systems’Personalized Feedback Report Dashboards via Custom Machine Learning Algorithms and Recommendation Systems
9
作者 Nymfodora-Maria Raftopoulou Petros L.Pallis 《Sociology Study》 2023年第3期161-173,共13页
Gamification in education enables for the holistic optimization of the learning process,empowering learners to ameliorate their digital,cognitive,emotional and social skills,via their active experimentation with game ... Gamification in education enables for the holistic optimization of the learning process,empowering learners to ameliorate their digital,cognitive,emotional and social skills,via their active experimentation with game design elements,accompanying pertinent pedagogical objectives of interest.This paper focuses on a cross-platform,innovative,gamified,educational learning system product,funded by the Hellenic Republic Ministry of Development and Investments:howlearn.By applying gamification techniques,in 3D virtual environments,within which,learners fulfil STEAM(Science,Technology,Engineering,Arts and Mathematics)-related Experiments(Simulations,Virtual Labs,Interactive Storytelling Scenarios,Decision Making Case Studies),howlearn covers learners’subject material,while,simultaneously,functioning,as an Authoring Gamification Tool and as a Game Metrics Repository;users’metrics are being,dynamically,analyzed,through Machine Learning Algorithms.Consequently,the System learns from the data and learners receive Personalized Feedback Report Dashboards of their overall performance,weaknesses,interests and general class competency.A Custom Recommendation System(Collaborative Filtering,Content-Based Filtering)then supplies suggestions,representing the best matches between Experiments and learners,while also focusing on the reinforcement of the learning weaknesses of the latter.Ultimately,by optimizing the Accuracy,Performance and Predictive capability of the Personalized Feedback Report,we provide learners with scientifically valid performance assessments and educational recommendations,thence intensifying sustainable,learner-centered education. 展开更多
关键词 gamified education in-game data analytics personalized feedback report dashboard recommendation systems STATISTICS
下载PDF
Privacy-Preserving Recommendation Based on Kernel Method in Cloud Computing 被引量:1
10
作者 Tao Li Qi Qian +2 位作者 Yongjun Ren Yongzhen Ren Jinyue Xia 《Computers, Materials & Continua》 SCIE EI 2021年第1期779-791,共13页
The application field of the Internet of Things(IoT)involves all aspects,and its application in the fields of industry,agriculture,environment,transportation,logistics,security and other infrastructure has effectively... The application field of the Internet of Things(IoT)involves all aspects,and its application in the fields of industry,agriculture,environment,transportation,logistics,security and other infrastructure has effectively promoted the intelligent development of these aspects.Although the IoT has gradually grown in recent years,there are still many problems that need to be overcome in terms of technology,management,cost,policy,and security.We need to constantly weigh the benefits of trusting IoT products and the risk of leaking private data.To avoid the leakage and loss of various user data,this paper developed a hybrid algorithm of kernel function and random perturbation method based on the algorithm of non-negative matrix factorization,which realizes personalized recommendation and solves the problem of user privacy data protection in the process of personalized recommendation.Compared to non-negative matrix factorization privacy-preserving algorithm,the new algorithm does not need to know the detailed information of the data,only need to know the connection between each data;and the new algorithm can process the data points with negative characteristics.Experiments show that the new algorithm can produce recommendation results with certain accuracy under the premise of preserving users’personal privacy. 展开更多
关键词 IOT kernel method PRIVACY-PRESERVING personalized recommendation random perturbation
下载PDF
Intelligent Knowledge Recommendation Methods for R&D Knowledge Portals 被引量:1
11
作者 KIM Jongwoo LEE Hongjoo PARK Sungjoo 《Journal of Electronic Science and Technology of China》 2004年第3期80-85,91,共7页
The personalization in knowledge portals and knowledge management systems is mainly performed based on users' explicitly specified categories and keywords. The explicit specification approach requires users' p... The personalization in knowledge portals and knowledge management systems is mainly performed based on users' explicitly specified categories and keywords. The explicit specification approach requires users' participation to start personalization services, and has limitation to adapt changes of users' preference. This paper suggests two implicit personalization approaches: automatic user category assignment method and automatic keyword profile generation method. The performances of the implicit personalization approaches are compared with traditional personalization approach using an Internet news site experiment. The result of the experiment shows that the suggested personalization approaches provide sufficient recommendation effectiveness with lessening users' unwanted involvement in personalization process. 展开更多
关键词 knowledge recommendation knowledge portal PERSONALIZATION
下载PDF
Progresses on Personalized Nutritional Evaluation and Recommendation
12
作者 Gang Lin Chuang Liu +7 位作者 Huaijun Zhou Shuo Feng Yiqiang Chen Luoyun Fang Guoyao Wu Jing Zhang Shiyan Qiao Junjun Wang 《Journal of Animal Science and Biotechnology》 SCIE CAS 2010年第3期182-193,共12页
Health is maintained by a state of dynamic homeostasis in which nutrient intake and ex- penditure are of good balance. Therefore, it is important to know exactly the nutritional value of food sources, as well as the n... Health is maintained by a state of dynamic homeostasis in which nutrient intake and ex- penditure are of good balance. Therefore, it is important to know exactly the nutritional value of food sources, as well as the nutritional requirements of individuals, in order to achieve optimal nutrition. Considering the interaction between diet and individual back- ground, nutritional evaluation and recommendation has become a complicate issue needing further investigations. While traditional nutrition research has made significant progress in population nutrition, modern nutrition research is now becoming possible to focus on personalized nutrition in health promotion, disease prevention, performance improvement, and risk assessment of individual with the development of emerging omics technologies. This review tried to summarize the methods used in nutritional evaluation and recom- mendation as well as their applications. Though personal nutrition evaluation and recommendation are still not well-established, utilization of these advanced technologies may expand our knowledge in bioavailability and bioefficacy of diet ingredients, pathophysiological changes in response to dietary intervention, as well as nutrition-associated disease biomarkers discovery, and thus contributing to personalized nutrition. 展开更多
关键词 nutritional evaluation nutritional recommendation personalized nutrition
下载PDF
The Design and Realization of Personalized E-commerce Recommendation System
13
作者 Guofeng ZHANG 《International Journal of Technology Management》 2015年第4期27-29,共3页
According to demand and function of the e-commerce recommendation system demand, this paper analyze and design e-commerce and personalized recommendation, design and complete different system functions in different sy... According to demand and function of the e-commerce recommendation system demand, this paper analyze and design e-commerce and personalized recommendation, design and complete different system functions in different system level; then design in detail system process from the front and back office systems, and in detail descript the key data in the database and several tables. Finally, the paper respectively tests several main modules of onstage system and the backstage system. The paper designed electronic commerce recommendation based on personalized recommendation system, it can complete the basic function of the electronic commerce system, also can be personalized commodity recommendation for different users, the user data information and the user' s shopping records. 展开更多
关键词 E-COMMERCE personalized recommendation recommendation system
下载PDF
Research on the Personalized Recommendation of Clothing Based on Rough Set Theory
14
作者 Lin Qun Yan Ruixia Han Qiuying 《International English Education Research》 2015年第5期6-10,共5页
With time going on, the fact that pace of life becomes faster make more and more customers pay more attention to of clothing. In order to survive and develop better and to attract more customers, enterprisesmust have ... With time going on, the fact that pace of life becomes faster make more and more customers pay more attention to of clothing. In order to survive and develop better and to attract more customers, enterprisesmust have the ability to provide the personalized recommendations and the implementation of differentiated business strategy. This text aims to make enterprises understand the customers' personalized requirement by using the data processed though questionnaire and rough set theory. And enterprises can provide production and marketing auxiliary decision-making effectively. The feasibility and practicality of rough set theory is verified through the personalized recommendationseases. 展开更多
关键词 rough set CLOTHING personalized recommendation
下载PDF
Research and implementation of a personalized book recommendation algorithm --Taking the library of Jinan University as an example
15
作者 LI Tianzhang ZHU Yijia XIAO Liping 《International English Education Research》 2018年第3期20-22,共3页
Abstract: Taking the basic data and the log data of the various businesses of the automation integrated management system of the library in Jinan University as the research object this paper analyzes the internal rel... Abstract: Taking the basic data and the log data of the various businesses of the automation integrated management system of the library in Jinan University as the research object this paper analyzes the internal relationship between books and between the books and the readers, and designs a personalized book recommendation algorithm, the BookSimValue, on the basis of the user collaborative filteringtechnology. The experimental results show that the recommended book information produced by this algorithm can effectively help the readers to solve the problem of the book information overload, which can bring great convenience to the readers and effectively save the time of the readers' selection of the books, thus effectively improving the utilization of the library resources and the service levels. 展开更多
关键词 recommendation system book recommendation personalized recommendation algorithm
下载PDF
Design and Implementation of Book Recommendation Management System Based on Improved Apriori Algorithm 被引量:2
16
作者 Yingwei Zhou 《Intelligent Information Management》 2020年第3期75-87,共13页
The traditional Apriori applied in books management system causes slow system operation due to frequent scanning of database and excessive quantity of candidate item-sets, so an information recommendation book managem... The traditional Apriori applied in books management system causes slow system operation due to frequent scanning of database and excessive quantity of candidate item-sets, so an information recommendation book management system based on improved Apriori data mining algorithm is designed, in which the C/S (client/server) architecture and B/S (browser/server) architecture are integrated, so as to open the book information to library staff and borrowers. The related information data of the borrowers and books can be extracted from books lending database by the data preprocessing sub-module in the system function module. After the data is cleaned, converted and integrated, the association rule mining sub-module is used to mine the strong association rules with support degree greater than minimum support degree threshold and confidence coefficient greater than minimum confidence coefficient threshold according to the processed data and by means of the improved Apriori data mining algorithm to generate association rule database. The association matching is performed by the personalized recommendation sub-module according to the borrower and his selected books in the association rule database. The book information associated with the books read by borrower is recommended to him to realize personalized recommendation of the book information. The experimental results show that the system can effectively recommend book related information, and its CPU occupation rate is only 6.47% under the condition that 50 clients are running it at the same time. Anyway, it has good performance. 展开更多
关键词 Information recommendation BOOK Management APRIORI Algorithm Data Mining Association RULE PERSONALIZED recommendation
下载PDF
Research of Collaborative Filtering Recommendation Algorithm for Short Text 被引量:2
17
作者 Chunxu Chao Shouning Qu Tao Du 《Journal of Computer and Communications》 2014年第14期59-66,共8页
Short text, based on the platform of web2.0, gained rapid development in a relatively short time. Recommendation systems analyzing user’s interest by short texts becomes more and more important. Collaborative filteri... Short text, based on the platform of web2.0, gained rapid development in a relatively short time. Recommendation systems analyzing user’s interest by short texts becomes more and more important. Collaborative filtering is one of the most promising recommendation technologies. However, the existing collaborative filtering methods don’t consider the drifting of user’s interest. This often leads to a big difference between the result of recommendation and user’s real demands. In this paper, according to the traditional collaborative filtering algorithm, a new personalized recommendation algorithm is proposed. It traced user’s interest by using Ebbinghaus Forgetting Curve. Some experiments have been done. The results demonstrated that the new algorithm could indeed make a contribution to getting rid of user’s overdue interests and discovering their real-time interests for more accurate recommendation. 展开更多
关键词 SHORT TEXT PERSONALIZED recommendation Time WEIGHT FUNCTION
下载PDF
Improving Personal Product Recommendation via Friendships’ Expansion 被引量:2
18
作者 Chunxia Yin Tao Chu 《Journal of Computer and Communications》 2013年第5期1-8,共8页
The trust as a social relationship captures similarity of tastes or interests in perspective. However, the existent trust information is usually very sparse, which may suppress the accuracy of our personal product rec... The trust as a social relationship captures similarity of tastes or interests in perspective. However, the existent trust information is usually very sparse, which may suppress the accuracy of our personal product recommendation algorithm via a listening and trust preference network. Based on this thinking, we experiment the typical trust inference methods to find out the most excellent friend-recommending index which is used to expand the current trust network. Experimental results demonstrate the expanded friendships via superposed random walk can indeed improve the accuracy of our personal product recommendation. 展开更多
关键词 PERSONAL Product recommendation TRUST Inference LISTENING and TRUST PREFERENCE Network
下载PDF
Exploiting Geo-Social Correlations to Improve Pairwise Ranking for Point-of-Interest Recommendation 被引量:9
19
作者 Rong Gao Jing Li +4 位作者 Bo Du Xuefei Li Jun Chang Chengfang Song Donghua Liu 《China Communications》 SCIE CSCD 2018年第7期180-201,共22页
Recently, as location-based social network(LBSN) rapidly grow, point-of-interest(POI) recommendation has become an important way to help people locate interesting places. Nowadays, there have been deep studies conduct... Recently, as location-based social network(LBSN) rapidly grow, point-of-interest(POI) recommendation has become an important way to help people locate interesting places. Nowadays, there have been deep studies conducted on the geographical and social influence in the point-of-interest recommendation model based on the rating prediction. The fact is, however, relying solely on the rating fails to reflect the user's preferences very accurately, because the users are most concerned with the list of ranked point-of-interests(POIs) on the actual output of recommender systems. In this paper, we propose a co-pairwise ranking model called Geo-Social Bayesian Personalized Ranking model(GSBPR), which is based on the pairwise ranking with the exploiting geo-social correlations by incorporating the method of ranking learning into the process of POI recommendation. In this model, we develop a novel BPR pairwise ranking assumption by injecting users' geo-social preference. Based on this assumption, the POI recommendation model is reformulated by a three-level joint pairwise ranking model. And the experimental results based on real datasets show that the proposed method in this paper enjoys better recommendation performance compared to other state-of-the-art POI recommendation models. 展开更多
关键词 location-based social network(LBSN)point-of-interest(POI)recommendation geographical influence social influence Bayesian personalized ranking(BPR)
下载PDF
A Survey of Online Course Recommendation Techniques 被引量:2
20
作者 Jinliang Lu 《Open Journal of Applied Sciences》 2022年第1期134-154,共21页
With the development of information technology, online learning has gradually become an indispensable way of knowledge acquisition. However, with the increasing amount of data information, it is increasingly difficult... With the development of information technology, online learning has gradually become an indispensable way of knowledge acquisition. However, with the increasing amount of data information, it is increasingly difficult for people to find appropriate learning materials from a large number of educational resources. The recommender system has been widely used in various Internet applications due to its high efficiency in filtering information, helping users to quickly find personalized resources from thousands of information, thereby alleviating the problem of information overload. In addition, due to its great use value, many new researches have been proposed in the field of recommender systems in recent years, but there are not many works on online course recommendation at present. Therefore, this paper aims to sort out the existing cutting-edge recommendation algorithms and the work related to online course recommendation, so as to provide a comprehensive overview of the online course recommender system. Specifically, we will first introduce the main technologies and representative work used in the online course recommender system, explain the advantages and disadvantages of various technologies, and finally discuss the future research direction of the online course recommender system. 展开更多
关键词 Information Overload Recommender Systems PERSONALIZATION Online Course
下载PDF
上一页 1 2 104 下一页 到第
使用帮助 返回顶部