In this paper,we propose a Rough Set assisted Meta-Learning method on how to select the most-suited machine-learning algorithms with minimal effort for a new given dataset. A k-Nearest Neighbor (k-NN) algorithm is use...In this paper,we propose a Rough Set assisted Meta-Learning method on how to select the most-suited machine-learning algorithms with minimal effort for a new given dataset. A k-Nearest Neighbor (k-NN) algorithm is used to recognize the most similar datasets that have been performed by all of the candidate algorithms.By matching the most similar datasets we found,the corresponding performance of the candidate algorithms is used to generate recommendation to the user.The performance derives from a multi-criteria evaluation measure-ARR,which contains both accuracy and time.Furthermore,after applying Rough Set theory,we can find the redundant properties of the dataset.Thus,we can speed up the ranking process and increase the accuracy by using the reduct of the meta attributes.展开更多
With the rapid development of the Internet globally since the 21st century,the amount of data information has increased exponentially.Data helps improve people’s livelihood and working conditions,as well as learning ...With the rapid development of the Internet globally since the 21st century,the amount of data information has increased exponentially.Data helps improve people’s livelihood and working conditions,as well as learning efficiency.Therefore,data extraction,analysis,and processing have become a hot issue for people from all walks of life.Traditional recommendation algorithm still has some problems,such as inaccuracy,less diversity,and low performance.To solve these problems and improve the accuracy and variety of the recommendation algorithms,the research combines the convolutional neural networks(CNN)and the attention model to design a recommendation algorithm based on the neural network framework.Through the text convolutional network,the input layer in CNN has transformed into two channels:static ones and non-static ones.Meanwhile,the self-attention system focuses on the system so that data can be better processed and the accuracy of feature extraction becomes higher.The recommendation algorithm combines CNN and attention system and divides the embedding layer into user information feature embedding and data name feature extraction embedding.It obtains data name features through a convolution kernel.Finally,the top pooling layer obtains the length vector.The attention system layer obtains the characteristics of the data type.Experimental results show that the proposed recommendation algorithm that combines CNN and the attention system can perform better in data extraction than the traditional CNN algorithm and other recommendation algorithms that are popular at the present stage.The proposed algorithm shows excellent accuracy and robustness.展开更多
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.展开更多
With the popularity of 5G and the rapid development of mobile terminals,an endless stream of short video software exists.Browsing short-form mobile video in fragmented time has become the mainstream of user’s life.He...With the popularity of 5G and the rapid development of mobile terminals,an endless stream of short video software exists.Browsing short-form mobile video in fragmented time has become the mainstream of user’s life.Hence,designing an efficient short video recommendation method has become important for major network platforms to attract users and satisfy their requirements.Nevertheless,the explosive growth of data leads to the low efficiency of the algorithm,which fails to distill users’points of interest on one hand effectively.On the other hand,integrating user preferences and the content of items urgently intensify the requirements for platform recommendation.In this paper,we propose a collaborative filtering algorithm,integrating time context information and user context,which pours attention into expanding and discovering user interest.In the first place,we introduce the temporal context information into the typical collaborative filtering algorithm,and leverage the popularity penalty function to weight the similarity between recommended short videos and the historical short videos.There remains one more point.We also introduce the user situation into the traditional collaborative filtering recommendation algorithm,considering the context information of users in the generation recommendation stage,and weight the recommended short-formvideos of candidates.At last,a diverse approach is used to generate a Top-K recommendation list for users.And through a case study,we illustrate the accuracy and diversity of the proposed method.展开更多
The exponential use of artificial intelligence(AI)to solve and automated complex tasks has catapulted its popularity generating some challenges that need to be addressed.While AI is a powerfulmeans to discover interes...The exponential use of artificial intelligence(AI)to solve and automated complex tasks has catapulted its popularity generating some challenges that need to be addressed.While AI is a powerfulmeans to discover interesting patterns and obtain predictive models,the use of these algorithms comes with a great responsibility,as an incomplete or unbalanced set of training data or an unproper interpretation of the models’outcomes could result in misleading conclusions that ultimately could become very dangerous.For these reasons,it is important to rely on expert knowledge when applying these methods.However,not every user can count on this specific expertise;non-AIexpert users could also benefit from applying these powerful algorithms to their domain problems,but they need basic guidelines to obtain themost out of AI models.The goal of this work is to present a systematic review of the literature to analyze studies whose outcomes are explainable rules and heuristics to select suitable AI algorithms given a set of input features.The systematic review follows the methodology proposed by Kitchenham and other authors in the field of software engineering.As a result,9 papers that tackle AI algorithmrecommendation through tangible and traceable rules and heuristics were collected.The reduced number of retrieved papers suggests a lack of reporting explicit rules and heuristics when testing the suitability and performance of AI algorithms.展开更多
To solve the problem that the traditional cloud model can't directly process the textual review information in the recommendation algorithm,this paper combines the merits of the cloud model in transforming qualita...To solve the problem that the traditional cloud model can't directly process the textual review information in the recommendation algorithm,this paper combines the merits of the cloud model in transforming qualitative and quantitative knowledge with the multi-granularity advantages of probabilistic linguistic term sets in representing uncertain information,and proposes a recommendation algorithm based on cloud model in probabilistic language environment.Initially,this paper quantifies the attributes in the review text based on the probabilistic linguistic term set.Subsequently,the maximum deviation method is used to determine the weight of each attribute in the evaluation information of the product to be recommended,and the comprehensive evaluation number and attribute weight are converted into the digital characteristic value of the cloud model by using the backward cloud generator.Finally,the products are recommended and sorted based on the digital characteristic value of the cloud model.The algorithm is applied to the recommendation of 10 hotels,and the results show that the method is effective and practical,enriching the application of cloud models in the recommendation field.展开更多
Aiming at the problem that the traditional collaborative filtering recommendation algorithm does not fully consider the influence of correlation between projects on recommendation accuracy,this paper introduces projec...Aiming at the problem that the traditional collaborative filtering recommendation algorithm does not fully consider the influence of correlation between projects on recommendation accuracy,this paper introduces project attribute fuzzy matrix,measures the project relevance through fuzzy clustering method,and classifies all project attributes.Then,the weight of the project relevance is introduced in the user similarity calculation,so that the nearest neighbor search is more accurate.In the prediction scoring section,considering the change of user interest with time,it is proposed to use the time weighting function to improve the influence of the time effect of the evaluation,so that the newer evaluation information in the system has a relatively large weight.The experimental results show that the improved algorithm improves the recommendation accuracy and improves the recommendation quality.展开更多
The traditional collaborative filtering recommendation technology has some shortcomings in the large data environment. To solve this problem, a personalized recommendation method based on cloud computing technology is...The traditional collaborative filtering recommendation technology has some shortcomings in the large data environment. To solve this problem, a personalized recommendation method based on cloud computing technology is proposed. The large data set and recommendation computation are decomposed into parallel processing on multiple computers. A parallel recommendation engine based on Hadoop open source framework is established, and the effectiveness of the system is validated by learning recommendation on an English training platform. The experimental results show that the scalability of the recommender system can be greatly improved by using cloud computing technology to handle massive data in the cluster. On the basis of the comparison of traditional recommendation algorithms, combined with the advantages of cloud computing, a personalized recommendation system based on cloud computing is proposed.展开更多
Aiming at the personalized movie recommendation problem,a recommendation algorithm in-tegrating manifold learning and ensemble learning is studied.In this work,manifold learning is used to reduce the dimension of data...Aiming at the personalized movie recommendation problem,a recommendation algorithm in-tegrating manifold learning and ensemble learning is studied.In this work,manifold learning is used to reduce the dimension of data so that both time and space complexities of the model are mitigated.Meanwhile,gradient boosting decision tree(GBDT)is used to train the target user profile prediction model.Based on the recommendation results,Bayesian optimization algorithm is applied to optimize the recommendation model,which can effectively improve the prediction accuracy.The experimental results show that the proposed algorithm can improve the accuracy of movie recommendation.展开更多
CME is one of the important events in the sun-earth system as it can induce geomagnetic disturbance and an associated space environment effect.It is of special significance to predict whether CME will reach the Earth ...CME is one of the important events in the sun-earth system as it can induce geomagnetic disturbance and an associated space environment effect.It is of special significance to predict whether CME will reach the Earth and when it will arrive.In this paper,we firstly built a new multiple association list for 215 different events with 18 characteristics including CME features,eruption region coordinates and solar wind parameters.Based on the CME list,we designed a novel model based on the principle of the recommendation algorithm to predict the arrival time of CMEs.According to the two commonly used calculation methods in the recommendation system,cosine distance and Euclidean distance,a controlled trial was carried out respectively.Every feature has been found to have its own appropriate weight.The error analysis indicates the result using the Euclidean distance similarity is much better than that using cosine distance similarity.The mean absolute error and root mean square error of test data in the Euclidean distance are 11.78 and 13.77 h,close to the average level of other CME models issued in the CME scoreboard,which verifies the effectiveness of the recommendation algorithm.This work gives a new endeavor using the recommendation algorithm,and is expected to induce other applications in space weather prediction.展开更多
In order to improve user satisfaction and loyalty on e-commerce websites,recommendation algorithms are used to recommend products that may be of interest to users.Therefore,the accuracy of the recommendation algorithm...In order to improve user satisfaction and loyalty on e-commerce websites,recommendation algorithms are used to recommend products that may be of interest to users.Therefore,the accuracy of the recommendation algorithm is a primary issue.So far,there are three mainstream recommendation algorithms,content-based recommendation algorithms,collaborative filtering algorithms and hybrid recommendation algorithms.Content-based recommendation algorithms and collaborative filtering algorithms have their own shortcomings.The content-based recommendation algorithm has the problem of the diversity of recommended items,while the collaborative filtering algorithm has the problem of data sparsity and scalability.On the basis of these two algorithms,the hybrid recommendation algorithm learns from each other’s strengths and combines the advantages of the two algorithms to provide people with better services.This article will focus on the use of a content-based recommendation algorithm to mine the user’s existing interests,and then combine the collaborative filtering algorithm to establish a potential interest model,mix the existing and potential interests,and calculate with the candidate search content set.The similarity gets the recommendation list.展开更多
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.展开更多
Grid-based recommendation algorithms view users and items as abstract nodes,and the information utilised by the algorithm is hidden in the selection relationships between users and items.Although these relationships c...Grid-based recommendation algorithms view users and items as abstract nodes,and the information utilised by the algorithm is hidden in the selection relationships between users and items.Although these relationships can be easily handled,much useful information is overlooked,resulting in a less accurate recommendation algorithm.The aim of this paper is to propose improvements on the standard substance diffusion algorithm,taking into account the influence of the user’s rating on the recommended item,adding a moderating factor,and optimising the initial resource allocation vector and resource transfer matrix in the recommendation algorithm.An average ranking score evaluation index is introduced to quantify user satisfaction with the recommendation results.Experiments are conducted on the MovieLens training dataset,and the experimental results show that the proposed algorithm outperforms classical collaborative filtering systems and network structure based recommendation systems in terms of recommendation accuracy and hit rate.展开更多
At present,artificial intelligence computing platforms are usually based on cloud hosts for services,which have the characteristics of fast training speed and a wide variety of model types.However,the online models of...At present,artificial intelligence computing platforms are usually based on cloud hosts for services,which have the characteristics of fast training speed and a wide variety of model types.However,the online models of such platforms mostly adopt the form of downloading model files,which is difficult to integrate into traditional software system systems.In response to existing problems,this paper takes the relevant theoretical technologies of next-generation intelligent computing platforms as the development framework,and conducts research on the diversity of multi-level intelligent computing requirements,by implementing a universal algorithm model construction and automatic integration mechanism;Build a multi domain and multi-level application algorithm library for different application scenarios;Design a personalized algorithm recommendation based on knowledge reasoning and object-oriented approach,and build an emerging intelligent computing platform for analyzing and understanding real-world data,meeting the needs of complex engineering application software such as heavy backend,light frontend,loose coupling,microservices,etc.,providing theoretical and technical support for innovative big data services and applications with diverse computing requirements.展开更多
An improved Hybrid Collaborative Filtering algorithm(H-CF)is proposed,addressing the issues of data sparsity,low recommendation accuracy,and poor scalability present in traditional collaborative filtering algorithms.T...An improved Hybrid Collaborative Filtering algorithm(H-CF)is proposed,addressing the issues of data sparsity,low recommendation accuracy,and poor scalability present in traditional collaborative filtering algorithms.The core of H-CF is a linear weighted hybrid algorithm based on the Latent Factor Model(LFM)and the Improved Item Clustering and Similarity Calculation Collaborative Filtering Algorithm(ITCSCF).To begin with,the items are clustered based on their attribute dimension,which accelerates the computation of the nearest neighbor set.Subsequently,H-CF enhances the formula for scoring similarity by penalizing popular items and optimizing unpopular items.This improvement enhances the rationality of scoring similarity and reduces the impact of data sparseness.Furthermore,a weighting function is employed to combine the various improved algorithms.The balance factor of the weighting function is dynamically adjusted to attain the optimal recommendation list.To address the real-time and scalability concerns,the algorithm leverages the Spark big data distributed cluster computing framework.Experiments were conducted using the public dataset Movie Lens,where the improved algorithm’s performance was compared against the algorithm before enhancement and the algorithm running on a single machine.The experimental results demonstrate that the improved algorithm outperforms in terms of data sparsity,recommendation personalization,accuracy,recall,and efficiency.展开更多
Recommender systems are one of the most im- portant technologies in e-commerce to help users filter out the overload of information. However, current mainstream recommendation algorithms, such as the collaborative fil...Recommender systems are one of the most im- portant technologies in e-commerce to help users filter out the overload of information. However, current mainstream recommendation algorithms, such as the collaborative filter- ing CF family, have problems ness. These problems hinder such as scalability and sparse- further developments of rec- ommender systems. We propose a new recommendation al- gorithm based on item quality and user rating preferences, which can significantly decrease the computing complexity. Besides, it is interpretable and works better when the data is sparse. Through extensive experiments on three benchmark data sets, we show that our algorithm achieves higher accu- racy in rating prediction compared with the traditional ap- proaches. Furthermore, the results also demonstrate that the problem of rating prediction depends strongly on item quality and user rating preferences, thus opens new paths for further study.展开更多
Most traditional collaborative filtering(CF)methods only use the user-item rating matrix to make recommendations,which usually suffer from cold-start and sparsity problems.To address these problems,on the one hand,som...Most traditional collaborative filtering(CF)methods only use the user-item rating matrix to make recommendations,which usually suffer from cold-start and sparsity problems.To address these problems,on the one hand,some CF methods are proposed to incorporate auxiliary information such as user/item profiles;on the other hand,deep neural networks,which have powerful ability in learning effective representations,have achieved great success in recommender systems.However,these neural network based recommendation methods rarely consider the uncertainty of weights in the network and only obtain point estimates of the weights.Therefore,they maybe lack of calibrated probabilistic predictions and make overly confident decisions.To this end,we propose a new Bayesian dual neural network framework,named BDNet,to incorporate auxiliary information for recommendation.Specifically,we design two neural networks,one is to learn a common low dimensional space for users and items from the rating matrix,and another one is to project the attributes of users and items into another shared latent space.After that,the outputs of these two neural networks are combined to produce the final prediction.Furthermore,we introduce the uncertainty to all weights which are represented by probability distributions in our neural networks to make calibrated probabilistic predictions.Extensive experiments on real-world data sets are conducted to demonstrate the superiority of our model over various kinds of competitors.展开更多
In China,cardiovascular disease has become the leading killer in recent years,and mortality from cardiovascular disease is continuing to rapidly increase.Extant medical research has proven that personal health managem...In China,cardiovascular disease has become the leading killer in recent years,and mortality from cardiovascular disease is continuing to rapidly increase.Extant medical research has proven that personal health management(prevention,intervention,and recuperation)of chronic diseases,such as cardiovascular diseases,is the best strategy for their prevention and treatment.Currently,the public can obtain health management knowledge through the Internet,newspapers,books,and other channels.However,with the explosive growth of available information,the public is limited to obtain effective health management guidance due to the characteristics of multiple sources,uneven accuracy(even some contradictory knowledge)and a major paucity of personalization,especially for the general public who lack professional medical knowledge.To address these problems,this paper proposes a knowledge base framework(i.e.domain ontology library)of health management programs based on the cardiovascular disease domain,which can standardize knowledge of health management programs both logically and structurally.In order to satisfy the needs of personalized health management,the core ontology of the domain ontology library is health-management-program ontology.In addition to common ontologies(e.g.disease ontology,drug ontology,etc.),basic ontologies include the ontology of individual health characteristics(e.g.individual-healthcharacteristics and environmental-characteristics ontology),and ontologies comprising diet and sport(e.g.ingredients,recipes,physical exercise,etc.).We then construct the ontology library through the professional ontology tool,Protégé.With a case study,we translate a piece of text health management knowledge into instances of an ontology library.At the same time,we present a personalized health management program recommendation algorithm based on the ontology library,and a recommendation case is realized according to this algorithm.As a basic research,the results of this paper can also support other health management applications in the future.展开更多
Personalized recommender systems provide various personalized recommendations for different users through the analysis of their respective historical data.Currently,the problem of the“filter bubble”which has to do w...Personalized recommender systems provide various personalized recommendations for different users through the analysis of their respective historical data.Currently,the problem of the“filter bubble”which has to do with over-specialization persists.Serendipity(SRDP),one of the evaluation indicators,can provide users with unexpected and useful recommendations,and help to successfully mitigate the filter bubble problem,and enhance users’satisfaction levels and provide them with diverse recommendations.Since SRDP is highly subjective and challenging to study,only a few studies have focused on it in recent years.In this study,the research results on SRDP were summarized,the various definitions of SRDP and its applications were discussed,the specific SRDP calculation process from qualitative to quantitative perspectives was presented,the challenges and the development directions were outlined to provide a framework for further research.展开更多
An improved multi-task learning recommendation algorithm-fast two-stage multi-task recommendation model boosted feature selection(Fast TMRM) is proposed based on auto-encoders in this paper. Compared to previous work,...An improved multi-task learning recommendation algorithm-fast two-stage multi-task recommendation model boosted feature selection(Fast TMRM) is proposed based on auto-encoders in this paper. Compared to previous work, Fast TMRM improves the convergence speed and accuracy of training. In addition, Fast TMRM builds on previous work to introduce the auto-encoder to encode the important feature combination vector. That is how it can be used for the training of multi-task learning, which helps to improve the training efficiency of the model by nearly 67%. Finally, the nearest neighbor search is used to restore important feature expression.展开更多
文摘In this paper,we propose a Rough Set assisted Meta-Learning method on how to select the most-suited machine-learning algorithms with minimal effort for a new given dataset. A k-Nearest Neighbor (k-NN) algorithm is used to recognize the most similar datasets that have been performed by all of the candidate algorithms.By matching the most similar datasets we found,the corresponding performance of the candidate algorithms is used to generate recommendation to the user.The performance derives from a multi-criteria evaluation measure-ARR,which contains both accuracy and time.Furthermore,after applying Rough Set theory,we can find the redundant properties of the dataset.Thus,we can speed up the ranking process and increase the accuracy by using the reduct of the meta attributes.
文摘With the rapid development of the Internet globally since the 21st century,the amount of data information has increased exponentially.Data helps improve people’s livelihood and working conditions,as well as learning efficiency.Therefore,data extraction,analysis,and processing have become a hot issue for people from all walks of life.Traditional recommendation algorithm still has some problems,such as inaccuracy,less diversity,and low performance.To solve these problems and improve the accuracy and variety of the recommendation algorithms,the research combines the convolutional neural networks(CNN)and the attention model to design a recommendation algorithm based on the neural network framework.Through the text convolutional network,the input layer in CNN has transformed into two channels:static ones and non-static ones.Meanwhile,the self-attention system focuses on the system so that data can be better processed and the accuracy of feature extraction becomes higher.The recommendation algorithm combines CNN and attention system and divides the embedding layer into user information feature embedding and data name feature extraction embedding.It obtains data name features through a convolution kernel.Finally,the top pooling layer obtains the length vector.The attention system layer obtains the characteristics of the data type.Experimental results show that the proposed recommendation algorithm that combines CNN and the attention system can perform better in data extraction than the traditional CNN algorithm and other recommendation algorithms that are popular at the present stage.The proposed algorithm shows excellent accuracy and robustness.
文摘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.
文摘With the popularity of 5G and the rapid development of mobile terminals,an endless stream of short video software exists.Browsing short-form mobile video in fragmented time has become the mainstream of user’s life.Hence,designing an efficient short video recommendation method has become important for major network platforms to attract users and satisfy their requirements.Nevertheless,the explosive growth of data leads to the low efficiency of the algorithm,which fails to distill users’points of interest on one hand effectively.On the other hand,integrating user preferences and the content of items urgently intensify the requirements for platform recommendation.In this paper,we propose a collaborative filtering algorithm,integrating time context information and user context,which pours attention into expanding and discovering user interest.In the first place,we introduce the temporal context information into the typical collaborative filtering algorithm,and leverage the popularity penalty function to weight the similarity between recommended short videos and the historical short videos.There remains one more point.We also introduce the user situation into the traditional collaborative filtering recommendation algorithm,considering the context information of users in the generation recommendation stage,and weight the recommended short-formvideos of candidates.At last,a diverse approach is used to generate a Top-K recommendation list for users.And through a case study,we illustrate the accuracy and diversity of the proposed method.
基金funded by the Spanish Government Ministry of Economy and Competitiveness through the DEFINES Project Grant No. (TIN2016-80172-R)the Ministry of Science and Innovation through the AVisSA Project Grant No. (PID2020-118345RBI00)supported by the Spanish Ministry of Education and Vocational Training under an FPU Fellowship (FPU17/03276).
文摘The exponential use of artificial intelligence(AI)to solve and automated complex tasks has catapulted its popularity generating some challenges that need to be addressed.While AI is a powerfulmeans to discover interesting patterns and obtain predictive models,the use of these algorithms comes with a great responsibility,as an incomplete or unbalanced set of training data or an unproper interpretation of the models’outcomes could result in misleading conclusions that ultimately could become very dangerous.For these reasons,it is important to rely on expert knowledge when applying these methods.However,not every user can count on this specific expertise;non-AIexpert users could also benefit from applying these powerful algorithms to their domain problems,but they need basic guidelines to obtain themost out of AI models.The goal of this work is to present a systematic review of the literature to analyze studies whose outcomes are explainable rules and heuristics to select suitable AI algorithms given a set of input features.The systematic review follows the methodology proposed by Kitchenham and other authors in the field of software engineering.As a result,9 papers that tackle AI algorithmrecommendation through tangible and traceable rules and heuristics were collected.The reduced number of retrieved papers suggests a lack of reporting explicit rules and heuristics when testing the suitability and performance of AI algorithms.
基金Supported by the Humanities and Social Sciences Research Planning Fund Project of the Ministry of Education(23YJA860004)the Major Basic Research Project of Philosophy and Social Sciences in Higher Education Institutions in Henan Province(2024-JCZD-27)2021 Project of Huamao Financial Research Institute of Henan University of Economics and Law(HCHM-2021YB001)。
文摘To solve the problem that the traditional cloud model can't directly process the textual review information in the recommendation algorithm,this paper combines the merits of the cloud model in transforming qualitative and quantitative knowledge with the multi-granularity advantages of probabilistic linguistic term sets in representing uncertain information,and proposes a recommendation algorithm based on cloud model in probabilistic language environment.Initially,this paper quantifies the attributes in the review text based on the probabilistic linguistic term set.Subsequently,the maximum deviation method is used to determine the weight of each attribute in the evaluation information of the product to be recommended,and the comprehensive evaluation number and attribute weight are converted into the digital characteristic value of the cloud model by using the backward cloud generator.Finally,the products are recommended and sorted based on the digital characteristic value of the cloud model.The algorithm is applied to the recommendation of 10 hotels,and the results show that the method is effective and practical,enriching the application of cloud models in the recommendation field.
基金supported by the National Natural Science Foundation of China(61772196,61472136)the Hunan Provincial Focus Social Science Fund(2016ZDB006)+2 种基金Hunan Provincial Social Science Achievement Review Committee results appraisal identification project(Xiang social assessment 2016JD05)Key Project of Hunan Provincial Social Science Achievement Review Committee(XSP 19ZD1005)the financial support provided by the Key Laboratory of Hunan Province for New Retail Virtual Reality Technology(2017TP1026).
文摘Aiming at the problem that the traditional collaborative filtering recommendation algorithm does not fully consider the influence of correlation between projects on recommendation accuracy,this paper introduces project attribute fuzzy matrix,measures the project relevance through fuzzy clustering method,and classifies all project attributes.Then,the weight of the project relevance is introduced in the user similarity calculation,so that the nearest neighbor search is more accurate.In the prediction scoring section,considering the change of user interest with time,it is proposed to use the time weighting function to improve the influence of the time effect of the evaluation,so that the newer evaluation information in the system has a relatively large weight.The experimental results show that the improved algorithm improves the recommendation accuracy and improves the recommendation quality.
文摘The traditional collaborative filtering recommendation technology has some shortcomings in the large data environment. To solve this problem, a personalized recommendation method based on cloud computing technology is proposed. The large data set and recommendation computation are decomposed into parallel processing on multiple computers. A parallel recommendation engine based on Hadoop open source framework is established, and the effectiveness of the system is validated by learning recommendation on an English training platform. The experimental results show that the scalability of the recommender system can be greatly improved by using cloud computing technology to handle massive data in the cluster. On the basis of the comparison of traditional recommendation algorithms, combined with the advantages of cloud computing, a personalized recommendation system based on cloud computing is proposed.
基金Supported by the Educational Commission of Liaoning Province of China(No.LQGD2017027).
文摘Aiming at the personalized movie recommendation problem,a recommendation algorithm in-tegrating manifold learning and ensemble learning is studied.In this work,manifold learning is used to reduce the dimension of data so that both time and space complexities of the model are mitigated.Meanwhile,gradient boosting decision tree(GBDT)is used to train the target user profile prediction model.Based on the recommendation results,Bayesian optimization algorithm is applied to optimize the recommendation model,which can effectively improve the prediction accuracy.The experimental results show that the proposed algorithm can improve the accuracy of movie recommendation.
基金supported by a NASA Heliophysics Guest Investigator Grantsupported by the National Natural Science Foundation of China (Grant Nos.12071166 and 42074224)。
文摘CME is one of the important events in the sun-earth system as it can induce geomagnetic disturbance and an associated space environment effect.It is of special significance to predict whether CME will reach the Earth and when it will arrive.In this paper,we firstly built a new multiple association list for 215 different events with 18 characteristics including CME features,eruption region coordinates and solar wind parameters.Based on the CME list,we designed a novel model based on the principle of the recommendation algorithm to predict the arrival time of CMEs.According to the two commonly used calculation methods in the recommendation system,cosine distance and Euclidean distance,a controlled trial was carried out respectively.Every feature has been found to have its own appropriate weight.The error analysis indicates the result using the Euclidean distance similarity is much better than that using cosine distance similarity.The mean absolute error and root mean square error of test data in the Euclidean distance are 11.78 and 13.77 h,close to the average level of other CME models issued in the CME scoreboard,which verifies the effectiveness of the recommendation algorithm.This work gives a new endeavor using the recommendation algorithm,and is expected to induce other applications in space weather prediction.
基金This work was supported in part by the National Natural Science Foundation of China,Grant No.72073041Open Foundation for the University Innovation Platform in the Hunan Province,Grant No.18K103+4 种基金2011 Collaborative Innovation Center for Development and Utilization of Finance and Economics Big Data Property.Hunan Provincial Key Laboratory of Finance&Economics Big Data Science and Technology2020 Hunan Provincial Higher Education Teaching Reform Research Project under Grant HNJG-2020-1130,HNJG-2020-11242020 General Project of Hunan Social Science Fund under Grant 20B16Scientific Research Project of Education Department of Hunan Province(Grand No.20K021)Social Science Foundation of Hunan Province(Grant No.17YBA049).
文摘In order to improve user satisfaction and loyalty on e-commerce websites,recommendation algorithms are used to recommend products that may be of interest to users.Therefore,the accuracy of the recommendation algorithm is a primary issue.So far,there are three mainstream recommendation algorithms,content-based recommendation algorithms,collaborative filtering algorithms and hybrid recommendation algorithms.Content-based recommendation algorithms and collaborative filtering algorithms have their own shortcomings.The content-based recommendation algorithm has the problem of the diversity of recommended items,while the collaborative filtering algorithm has the problem of data sparsity and scalability.On the basis of these two algorithms,the hybrid recommendation algorithm learns from each other’s strengths and combines the advantages of the two algorithms to provide people with better services.This article will focus on the use of a content-based recommendation algorithm to mine the user’s existing interests,and then combine the collaborative filtering algorithm to establish a potential interest model,mix the existing and potential interests,and calculate with the candidate search content set.The similarity gets the recommendation list.
文摘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.
基金supported by the National Natural Science Foundation of China(No.62302199)China Postdoctoral Science Foundation(No.2023M731368)+2 种基金Natural Science Foundation of the Jiangsu Higher Education Institutions(No.22KJB520016)Ministry of Education in China(MOE)Youth Foundation Project of Humanities and Social Sciences(No.22YJC870007)2022 Jiangsu University Undergraduate Student English Teaching Excellence Program,and Ministry of Education’s Industry-Education Cooperation Collaborative Education Project(No.202102306005).
文摘Grid-based recommendation algorithms view users and items as abstract nodes,and the information utilised by the algorithm is hidden in the selection relationships between users and items.Although these relationships can be easily handled,much useful information is overlooked,resulting in a less accurate recommendation algorithm.The aim of this paper is to propose improvements on the standard substance diffusion algorithm,taking into account the influence of the user’s rating on the recommended item,adding a moderating factor,and optimising the initial resource allocation vector and resource transfer matrix in the recommendation algorithm.An average ranking score evaluation index is introduced to quantify user satisfaction with the recommendation results.Experiments are conducted on the MovieLens training dataset,and the experimental results show that the proposed algorithm outperforms classical collaborative filtering systems and network structure based recommendation systems in terms of recommendation accuracy and hit rate.
文摘At present,artificial intelligence computing platforms are usually based on cloud hosts for services,which have the characteristics of fast training speed and a wide variety of model types.However,the online models of such platforms mostly adopt the form of downloading model files,which is difficult to integrate into traditional software system systems.In response to existing problems,this paper takes the relevant theoretical technologies of next-generation intelligent computing platforms as the development framework,and conducts research on the diversity of multi-level intelligent computing requirements,by implementing a universal algorithm model construction and automatic integration mechanism;Build a multi domain and multi-level application algorithm library for different application scenarios;Design a personalized algorithm recommendation based on knowledge reasoning and object-oriented approach,and build an emerging intelligent computing platform for analyzing and understanding real-world data,meeting the needs of complex engineering application software such as heavy backend,light frontend,loose coupling,microservices,etc.,providing theoretical and technical support for innovative big data services and applications with diverse computing requirements.
基金Supported by the Natural Science Foundation of Jiangxi Province(20212BAB202018)Provincial Virtual Simulation Experiment Education Project of Jiangxi Education Department(2020-2-0048)the Science and Technology Research Project of Jiangxi Province Educational Department(GJJ210333)。
文摘An improved Hybrid Collaborative Filtering algorithm(H-CF)is proposed,addressing the issues of data sparsity,low recommendation accuracy,and poor scalability present in traditional collaborative filtering algorithms.The core of H-CF is a linear weighted hybrid algorithm based on the Latent Factor Model(LFM)and the Improved Item Clustering and Similarity Calculation Collaborative Filtering Algorithm(ITCSCF).To begin with,the items are clustered based on their attribute dimension,which accelerates the computation of the nearest neighbor set.Subsequently,H-CF enhances the formula for scoring similarity by penalizing popular items and optimizing unpopular items.This improvement enhances the rationality of scoring similarity and reduces the impact of data sparseness.Furthermore,a weighting function is employed to combine the various improved algorithms.The balance factor of the weighting function is dynamically adjusted to attain the optimal recommendation list.To address the real-time and scalability concerns,the algorithm leverages the Spark big data distributed cluster computing framework.Experiments were conducted using the public dataset Movie Lens,where the improved algorithm’s performance was compared against the algorithm before enhancement and the algorithm running on a single machine.The experimental results demonstrate that the improved algorithm outperforms in terms of data sparsity,recommendation personalization,accuracy,recall,and efficiency.
文摘Recommender systems are one of the most im- portant technologies in e-commerce to help users filter out the overload of information. However, current mainstream recommendation algorithms, such as the collaborative filter- ing CF family, have problems ness. These problems hinder such as scalability and sparse- further developments of rec- ommender systems. We propose a new recommendation al- gorithm based on item quality and user rating preferences, which can significantly decrease the computing complexity. Besides, it is interpretable and works better when the data is sparse. Through extensive experiments on three benchmark data sets, we show that our algorithm achieves higher accu- racy in rating prediction compared with the traditional ap- proaches. Furthermore, the results also demonstrate that the problem of rating prediction depends strongly on item quality and user rating preferences, thus opens new paths for further study.
基金supported by the National Key R&D Program of China(2018YFB1004300)the National Natural Science Foundation of China(Grant Nos.61773361,61473273,91546122)+2 种基金the Science and Technology Project of Guangdong Province(2015B010109005)the Project of Youth Innovation Promotion Association CAS(2017146)supported by the funding of WeChat cooperation project.We thank Bo Che。
文摘Most traditional collaborative filtering(CF)methods only use the user-item rating matrix to make recommendations,which usually suffer from cold-start and sparsity problems.To address these problems,on the one hand,some CF methods are proposed to incorporate auxiliary information such as user/item profiles;on the other hand,deep neural networks,which have powerful ability in learning effective representations,have achieved great success in recommender systems.However,these neural network based recommendation methods rarely consider the uncertainty of weights in the network and only obtain point estimates of the weights.Therefore,they maybe lack of calibrated probabilistic predictions and make overly confident decisions.To this end,we propose a new Bayesian dual neural network framework,named BDNet,to incorporate auxiliary information for recommendation.Specifically,we design two neural networks,one is to learn a common low dimensional space for users and items from the rating matrix,and another one is to project the attributes of users and items into another shared latent space.After that,the outputs of these two neural networks are combined to produce the final prediction.Furthermore,we introduce the uncertainty to all weights which are represented by probability distributions in our neural networks to make calibrated probabilistic predictions.Extensive experiments on real-world data sets are conducted to demonstrate the superiority of our model over various kinds of competitors.
基金This research was supported by the National Natural Science Foundation of China with grants(71421002,71471064,and 91646205).
文摘In China,cardiovascular disease has become the leading killer in recent years,and mortality from cardiovascular disease is continuing to rapidly increase.Extant medical research has proven that personal health management(prevention,intervention,and recuperation)of chronic diseases,such as cardiovascular diseases,is the best strategy for their prevention and treatment.Currently,the public can obtain health management knowledge through the Internet,newspapers,books,and other channels.However,with the explosive growth of available information,the public is limited to obtain effective health management guidance due to the characteristics of multiple sources,uneven accuracy(even some contradictory knowledge)and a major paucity of personalization,especially for the general public who lack professional medical knowledge.To address these problems,this paper proposes a knowledge base framework(i.e.domain ontology library)of health management programs based on the cardiovascular disease domain,which can standardize knowledge of health management programs both logically and structurally.In order to satisfy the needs of personalized health management,the core ontology of the domain ontology library is health-management-program ontology.In addition to common ontologies(e.g.disease ontology,drug ontology,etc.),basic ontologies include the ontology of individual health characteristics(e.g.individual-healthcharacteristics and environmental-characteristics ontology),and ontologies comprising diet and sport(e.g.ingredients,recipes,physical exercise,etc.).We then construct the ontology library through the professional ontology tool,Protégé.With a case study,we translate a piece of text health management knowledge into instances of an ontology library.At the same time,we present a personalized health management program recommendation algorithm based on the ontology library,and a recommendation case is realized according to this algorithm.As a basic research,the results of this paper can also support other health management applications in the future.
文摘Personalized recommender systems provide various personalized recommendations for different users through the analysis of their respective historical data.Currently,the problem of the“filter bubble”which has to do with over-specialization persists.Serendipity(SRDP),one of the evaluation indicators,can provide users with unexpected and useful recommendations,and help to successfully mitigate the filter bubble problem,and enhance users’satisfaction levels and provide them with diverse recommendations.Since SRDP is highly subjective and challenging to study,only a few studies have focused on it in recent years.In this study,the research results on SRDP were summarized,the various definitions of SRDP and its applications were discussed,the specific SRDP calculation process from qualitative to quantitative perspectives was presented,the challenges and the development directions were outlined to provide a framework for further research.
文摘An improved multi-task learning recommendation algorithm-fast two-stage multi-task recommendation model boosted feature selection(Fast TMRM) is proposed based on auto-encoders in this paper. Compared to previous work, Fast TMRM improves the convergence speed and accuracy of training. In addition, Fast TMRM builds on previous work to introduce the auto-encoder to encode the important feature combination vector. That is how it can be used for the training of multi-task learning, which helps to improve the training efficiency of the model by nearly 67%. Finally, the nearest neighbor search is used to restore important feature expression.