CN109582875B - Personalized recommendation method and system for online medical education resources - Google Patents

Personalized recommendation method and system for online medical education resources Download PDF

Info

Publication number
CN109582875B
CN109582875B CN201811540960.1A CN201811540960A CN109582875B CN 109582875 B CN109582875 B CN 109582875B CN 201811540960 A CN201811540960 A CN 201811540960A CN 109582875 B CN109582875 B CN 109582875B
Authority
CN
China
Prior art keywords
user
case
recommendation
learning
recommendation model
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201811540960.1A
Other languages
Chinese (zh)
Other versions
CN109582875A (en
Inventor
曾承
周炬
韩栋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Wuhan Talent Information Technology Co ltd
Original Assignee
Wuhan Talent Information Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Wuhan Talent Information Technology Co ltd filed Critical Wuhan Talent Information Technology Co ltd
Priority to CN201811540960.1A priority Critical patent/CN109582875B/en
Publication of CN109582875A publication Critical patent/CN109582875A/en
Application granted granted Critical
Publication of CN109582875B publication Critical patent/CN109582875B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention provides a personalized recommendation method and a personalized recommendation system for online medical education resources, wherein the method comprises the following steps: firstly, acquiring original data of a user, and labeling the original data; then, constructing an individualized recommendation model according to the labeled data, wherein the case recommendation model adopts a content-based collaborative filtering recommendation algorithm, the degree of interest of a user in a case is determined according to first behavior data of the user in the case, and then constructing the individualized recommendation model; and generating a recommendation result for the target user according to the personalized recommendation model. The method can realize the personalized recommendation of the educational resources, reduce the time consumed by the active search of the target user, reduce the learning cost of the user and truly meet the fragmented learning requirement of the user.

Description

Personalized recommendation method and system for online medical education resources
Technical Field
The invention relates to the technical field of education informatization, in particular to a personalized recommendation method and system for online medical education resources.
Background
With the development of the mobile internet, channels and methods for acquiring information are diversified and are not limited by time and space. In the face of massive data resources, how to efficiently acquire required information, and even how to acquire other information more suitable for active search becomes important.
At present, various medical education APPs are mainly single courses and knowledge points, and form own knowledge barriers respectively, so that the market positions of the medical education APPs are stabilized, and the core requirement of the online education industry lies in better meeting the requirement of fragmented learning of users. Most of the existing platforms only provide a brief search function, and can not recommend learning resources to users.
In the process of implementing the present invention, the applicant of the present invention finds that the solutions in the prior art have at least the following problems:
at present, a user generally needs to actively search resources needing to be learned in a search engine mode, the types of the returned resources are more, the user also needs to screen and distinguish, and personalized requirements of the user cannot be met.
Therefore, the method in the prior art needs to actively search to obtain the learning resources, and cannot perform personalized recommendation of the learning resources.
Disclosure of Invention
In view of the above, the present invention provides a method and a system for personalized recommendation of online medical education resources, so as to solve or at least partially solve the technical problem that the method in the prior art needs to actively search and acquire learning resources, and thus cannot perform personalized recommendation of the learning resources.
The invention provides a personalized recommendation method of online medical education resources in a first aspect, which comprises the following steps:
step S1: acquiring original data of a user, and labeling the original data, wherein the original data comprises a case, learning resources and user behavior data;
step S2: constructing an individualized recommendation model according to the labeled data, wherein the individualized recommendation model comprises a case recommendation model and a learning resource recommendation model, the case recommendation model adopts a content-based collaborative filtering recommendation algorithm, the degree of interest of a user in a case is determined according to first behavior data of the user in the case, and the learning resource recommendation model adopts a label-based algorithm and is constructed after determining a label of a learning resource of interest of the user according to second behavior data of the user in the learning resource;
step S3: and generating a recommendation result for the target user according to the personalized recommendation model.
In one embodiment, step S1 specifically includes:
and manually marking the original data according to the dimensions of departments, diseases, scenes, difficulties and purposes, and constructing a user data dictionary and a content data dictionary.
In one embodiment, in step S2, the case recommendation model is constructed by:
acquiring first behavior data of a user on a case, wherein the first behavior data comprises a user purchase case, a user evaluation case and a user learning case;
according to a preset rule, weights are given to a user purchase case, a user evaluation case and a user learning case;
adopting a collaborative filtering recommendation algorithm based on content and constructing a user-case interest degree model according to the given weight;
and constructing a case recommendation model based on the user-case interestingness model and the first behavior data of the user on the case.
In one embodiment, in step S2, the resource recommendation model is learned and constructed by:
acquiring second behavior data of the user on the case, wherein the second behavior data comprises user click, user learning and user evaluation;
counting the occurrence times of the classification labels corresponding to the second behavior data;
and constructing a learning resource recommendation model according to the occurrence times of the classification labels and the threshold value.
In one embodiment, step S3 specifically includes:
recommending relevant cases for the user based on the case recommendation model, and recommending a learning plan for the user based on the learning resource recommendation model.
In one embodiment, the user behavior data further includes a user representation, and when the target user is a new user, the method further comprises:
classifying the user portrait data according to the user identity, the academic calendar, the gender and the job title;
and recommending the learning resources corresponding to the classified categories for the target user.
In one embodiment, the case has a corresponding lesion and disease type, the method further comprising:
combining a plurality of cases under the same disease category to construct the similarity among the cases;
and generating a recommendation result for the target user by combining the similarity between the cases and the case recommendation model.
Based on the same inventive concept, the second aspect of the present invention provides a personalized recommendation system for online medical education resources, comprising:
the system comprises an acquisition module, a storage module and a processing module, wherein the acquisition module is used for acquiring original data of a user and marking the original data, and the original data comprises a case, learning resources and user behavior data;
the construction module is used for constructing an individualized recommendation model according to the labeled data, wherein the individualized recommendation model comprises a case recommendation model and a learning resource recommendation model, the case recommendation model adopts a content-based collaborative filtering recommendation algorithm, the degree of interest of a user in a case is determined according to first behavior data of the user in the case, and the learning resource recommendation model adopts a label-based algorithm, and the label of the learning resource in which the user is interested is determined according to second behavior data of the user in the learning resource;
and the recommendation module is used for generating a recommendation result for the target user according to the personalized recommendation model.
In one embodiment, the acquisition module is specifically configured to:
and manually marking the original data according to the dimensions of departments, diseases, scenes, difficulties and purposes, and constructing a user data dictionary and a content data dictionary.
Based on the same inventive concept, a third aspect of the present invention provides a computer-readable storage medium having stored thereon a computer program which, when executed, performs the method of the first aspect.
One or more technical solutions in the embodiments of the present application have at least one or more of the following technical effects:
according to the method provided by the invention, after the original data of the collected user are labeled, the personalized recommendation model is constructed, and then the recommendation result is generated for the target user according to the personalized recommendation model.
Compared with the prior art, the method has the advantages that the user needs to actively search the education resources, the personalized recommendation model comprises a case recommendation model and a learning resource recommendation model, the case recommendation model adopts a content-based collaborative filtering recommendation algorithm, the degree of interest of the user in the case is determined according to the first behavior data of the user in the case, the learning resource recommendation model is constructed by adopting a label-based algorithm and the label of the learning resource interested by the user is determined according to the second behavior data of the user in the learning resource, namely, different recommendation models are adopted according to different learning contents, and the personalized recommendation of the resources is realized. The method can be used for recommending the target user in multiple aspects, so that the time consumed by the target user for actively searching is reduced, the learning cost of the user is reduced, and the fragmented learning requirement of the user is really met.
Furthermore, original data are manually marked according to dimensions of departments, diseases, scenes, difficulty and purposes, a user data dictionary and a content data dictionary are built, and a basis is provided for the subsequent building of a recommendation model.
Furthermore, a collaborative filtering recommendation algorithm based on content is adopted, a user-case interest degree model is constructed according to the given weight and is used as a case recommendation model, and the recommendation of related cases can be carried out according to the interest degree of the user to the learned cases, so that personalized recommendation can be further realized. In addition, the similarity of the disease area and disease species is constructed, and the user-case interest degree model is supplemented, so that recommended resources are closer to user behaviors, and case coverage is increased.
Furthermore, a learning resource recommendation model is constructed according to the occurrence times of the classification labels and the threshold value by adopting a label-based recommendation algorithm, so that the occurrence times of the recommendation labels can meet the resources corresponding to the threshold value, and the individual requirements of the user are met. In order to avoid the problem of cold start, the invention provides primary learning plans aiming at users in different levels through statistics and label discrimination, greatly meets the requirement of users on fragmented learning, and increases the possibility of active learning of the users.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and those skilled in the art can also obtain other drawings according to the drawings without creative efforts.
Fig. 1 is a flowchart of a method for personalized recommendation of an online medical education resource according to an embodiment of the present invention;
FIG. 2 is a schematic diagram illustrating a user-case interestingness model in an embodiment of the present invention;
fig. 3 is a schematic structural diagram of a case recommendation model according to an embodiment of the present invention;
FIG. 4 is a block diagram of a system for personalized recommendation of online medical education resources according to an embodiment of the present invention;
FIG. 5 is an architectural diagram of the system of FIG. 4;
fig. 6 is a block diagram of a computer-readable storage medium according to an embodiment of the present invention.
Detailed Description
The invention provides an on-line medical education resource personalized recommendation method and system, which are used for solving the technical problem that the learning resources are required to be obtained through active search and cannot be personalized and recommended in the prior art. The concept of personalized recommendation is introduced into the field of medical education, cases, learning resources and user behavior data of the user are obtained, analysis and modeling are carried out, so that directional pushing of the education resources is constructed, the learning condition of the user can be analyzed in real time, data driving is achieved, the learning cost of the user is reduced, and the technical effect of personalized recommendation is achieved.
In order to achieve the technical effects, the general idea of the invention is as follows:
the method comprises the steps of firstly, collecting original data of a user, manually marking knowledge point labels to which resources in the original data belong to form a data set with an effective scale, actively collecting user behavior data of online users, carrying out effective analysis, forming preference degrees of the users to the resources through statistical analysis, adopting content-based recommendation algorithm and label-based recommendation algorithm to carry out hybrid calculation, and respectively constructing a case recommendation model and a learning resource recommendation model so as to recommend optimal learning resources for the users. The technical effect of intelligently and efficiently generating recommended resources for the target user is achieved.
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Example one
The embodiment provides a personalized recommendation method for online medical education resources, please refer to fig. 1, and the method comprises the following steps:
step S1 is first executed: the method comprises the steps of collecting original data of a user and marking the original data, wherein the original data comprise a case, learning resources and user behavior data.
Specifically, the learning resources include learning contents other than cases, such as lessons, examination exercises, knowledge documents, and the like. The user behavior data is divided into behaviors for cases and behaviors for learning resources according to different learning contents. The original data of the user can be obtained through the buried points, and for example, the original data comprises the learning achievement, the effective learning duration, the click times and the like of the user.
In one embodiment, step S1 specifically includes:
and manually marking the original data according to the dimensions of departments, diseases, scenes, difficulties and purposes, and constructing a user data dictionary and a content data dictionary.
Specifically, the original data are manually labeled according to dimensions of departments, diseases and the like, so as to determine labels corresponding to the data contents, and then different data are adopted for training according to business needs at a later stage.
The user data dictionary comprises tag names and tags, for example, the tag names comprise platform user classifications, organization identities, user identities and scholarship, and tag values under the platform user classification tags comprise: 1 medical worker, 2 medical students, 3 medical health practitioners and 4 ordinary users. The tag values under the institution identity tag include: 1. student, 2, teacher. The user identity may be further subdivided according to the job title, for example, into physicians, nurses, pharmacists, etc., and the physicians may be further subdivided into doctors, resident physicians, treating physicians, vice-chief physicians, etc.
And the content data dictionary also comprises tag names and tag values, and the tag names comprise: examination, subject, department, question type, content quality, etc. The label values of the test include: the system comprises 1 department examination of an institution, 2 transfer training examination, 3 graduation examination, 4 medical practitioner examination and the like.
Then, step S2 is executed: and constructing an individualized recommendation model according to the labeled data, wherein the individualized recommendation model comprises a case recommendation model and a learning resource recommendation model, the case recommendation model adopts a content-based collaborative filtering recommendation algorithm, the degree of interest of a user in a case is determined according to first behavior data of the user in the case, and the learning resource recommendation model adopts a label-based algorithm and is constructed after a label of a learning resource which the user is interested in is determined according to second behavior data of the user in the learning resource.
Specifically, the personalized recommendation model may be constructed according to the original data labeled in step S1, for example, the labeled data is divided into a training set, a test set, and a verification set according to a certain proportion, and then the model is constructed by using a neural network method. The method specifically comprises the steps of constructing different models on a training set by continuously adjusting algorithm parameters, predicting each model on a test set, selecting an optimal model through result comparison, and testing the algorithm models through recall ratio and precision ratio on a verification set.
In the embodiment, when the personalized recommendation model is constructed, the content-based collaborative filtering recommendation algorithm and the tag-based recommendation algorithm are comprehensively adopted for mixed calculation. For case resources, a collaborative filtering algorithm based on content is adopted, and for other learning resources, a recommendation algorithm based on labels is adopted.
In one embodiment, in step S2, the case recommendation model is constructed by:
acquiring first behavior data of a user on a case, wherein the first behavior data comprises a user purchase case, a user evaluation case and a user learning case;
according to a preset rule, weights are given to a user purchase case, a user evaluation case and a user learning case;
adopting a collaborative filtering recommendation algorithm based on content and constructing a user-case interest degree model according to the given weight;
and constructing a case recommendation model based on the user-case interestingness model and the first behavior data of the user on the case.
Specifically, the first behavior data of the case of the user is stored in the database, and the user evaluation case is that the mental experience preset rule of the user in the whole case learning process can be set according to the actual situation, for example, the weights of the user purchase case, the user evaluation case and the user learning case are respectively set to 3, 4 and 3, which shows that the user purchase case is as important as the user learning case, and the user evaluation case is more important than the other two cases.
For example, please refer to fig. 2, which is a schematic diagram of a user-case interest degree model constructed in the embodiment of the present invention, a user preference score matrix is an embodiment of quantification of interest degree of a user on learning resources, and is implemented by quantifying the user preference score matrix, so as to more clearly distinguish real interest degree caused by user behavior, and thus, better similarity quantification can be obtained. The user purchases a case score of 3, learns the case score of 3 and evaluates and reviews the case score of 4, namely a preference score matrix of the user for the case is constructed, and the user learns the scores of five scores (mark), 0, 1-30, 30-70, 70-90 and 90-100 through the historical data statistical analysis of the user, wherein each score has a corresponding interest degree score (score). Wherein, when the mark is 0 time division, the corresponding score is 1, and when the mark is 1-30 time division, the corresponding score is 2. And the user evaluation means that the user actively scores learned cases in a star scale (comment _ score), and the user evaluation score is divided into five grades, and the user evaluation score is 0.8, namely the score of the interest degree of the user evaluation behavior to the cases. comment-score is 1 min, corresponding to a score of 0.8, mark is 2 min, corresponding to a score of 1.6. Then, the product is processed
And then, constructing a case recommendation model based on the user-case interestingness model and the first behavior data of the user on the case, so as to find the similarity degree of two cases, wherein if the case is taken as the score of 1, the user 1 purchases the case A, learns the case B and learns the case C, the user 2 purchases the case A and learns the case C, and the user 3 purchases the case A and learns the case C, the highest similarity degree of the case A and the case C can be obtained, so that the case C can be recommended to other users who only learn the case A.
In one embodiment, in step S2, the resource recommendation model is learned and constructed by:
acquiring second behavior data of the user on the case, wherein the second behavior data comprises user click, user learning and user evaluation;
counting the occurrence times of the classification labels corresponding to the second behavior data;
and constructing a learning resource recommendation model according to the occurrence times of the classification labels and the threshold value.
Specifically, the main ideas of construction are: firstly, counting the most frequently used labels of each user, then counting the learning resources with the most frequency of being marked by the labels for each label, firstly finding the frequently used labels of a target user, then finding the relevant learning resources with the labels and recommending the learning resources to the target user. Preferably, each behavior can be given different weights, and the current label list with the strongest user association is counted, so that the hottest educational resources in the labels with the strongest user association can be formed and integrated into a learning plan to be pushed to the user.
For example, a user identity is that a student user is reading in the subject, clicks a medical examination question and learns, a classification label corresponding to a corresponding question bank can be obtained, the occurrence frequency is recorded for 1 time, in addition, the times of the label are accumulated in clicking and learning, then the times of learning and clicking of various resources are counted to perform sorting, and therefore the resources with the top sorting can be recommended.
In addition, the user can actively add some labels to the courses or cases, and the real interest of the user can be reflected better. For example, if a student user is reading the identity of the student, frequently clicks and learns the examination questions of the medical practitioners by analyzing the behavior data of the student user, and learns some cases related to appendicitis in general surgery, the student user is firstly recommended the examination questions of the medical practitioners in recent years, and relevant surgical appendicitis learning courses are selected for recommendation, and some knowledge documents are attached to the study courses for free downloading.
Step S3 is executed next: and generating a recommendation result for the target user according to the personalized recommendation model.
Specifically, relevant cases are recommended for the user based on a case recommendation model, and a learning plan is recommended for the user based on a learning resource recommendation model.
In one embodiment, the user behavior data further includes a user representation, and when the target user is a new user, the method further comprises:
classifying the user portrait data according to the user identity, the academic calendar, the gender and the job title;
and recommending the learning resources corresponding to the classified categories for the target user.
Specifically, data may be gathered by logic that lets users fill in questionnaire information, and the users are subdivided into categories that are already in the user data dictionary using a DB-SCAN (sensitivity-Based Clustering of Applications with Noise) Density-Based Clustering algorithm. Therefore, when the target user is a new user, appropriate learning resources can be recommended for the target user according to the subdivided classification, and the problem of cold start is solved.
In one embodiment, the case has a corresponding lesion and disease type, the method further comprising:
combining a plurality of cases under the same disease category to construct the similarity among the cases;
and generating a recommendation result for the target user by combining the similarity between the cases and the case recommendation model.
Please refer to fig. 3, which is a schematic structural diagram of a case recommendation model, and the case knowledge is covered mainly through three dimensions to realize effective recommendation, specifically including three aspects of user cold start, user-case collaborative filtering, and case content similarity.
Specifically, the user-case collaborative filtering is recommendation based on behavior similarity, specifically including user-case behavior, user-case interest, and case a-case B similarity, which is a recommendation method mainly adopted by a case recommendation model. In order to further improve the recommendation effect, recommendations similar to the case content are also proposed for cold start.
Because all cases are divided into the ward and the disease category, different disease categories are arranged under each ward, and a plurality of cases are arranged under each disease category, other cases with higher similarity can be recommended for the user by constructing the similarity among the cases. For example, when the user learns the a1 case, the user may also be interested in other cases (a2) that are of the same disease species as the a1 case. In a specific implementation process, a score is calculated for the interest degree of each case of a user by a content-based recommendation algorithm, then a plurality of cases under the same disease category are combined and comprehensively sequenced to form a final recommendation list of the user and the cases, and the final recommendation list is presented to the user according to a score reverse-order display method in a display process.
In order to solve the problem of cold start, the new user may also create a ranking list of the degree of popularity (for example, a purchase ranking list of the week, a ranking list of the degree of popularity, and a ranking list of new cases) by counting the number of times of purchase of each case and the number of times of evaluation of each case by time in the last week or month, and perform indiscriminate recommendation to increase the user behavior.
Generally speaking, the invention adopts different recommendation models aiming at different learning contents, and realizes the personalized recommendation of resources. The method can be used for recommending the target user in multiple aspects, so that the time consumed by the target user for actively searching is reduced, the learning cost of the user is reduced, and the fragmented learning requirement of the user is really met.
Furthermore, original data are manually marked according to dimensions of departments, diseases, scenes, difficulty and purposes, a user data dictionary and a content data dictionary are built, and a basis is provided for the subsequent building of a recommendation model.
Furthermore, a collaborative filtering recommendation algorithm based on content is adopted, a user-case interest degree model is constructed according to the given weight and is used as a case recommendation model, and the recommendation of related cases can be carried out according to the interest degree of the user to the learned cases, so that personalized recommendation can be further realized. In addition, the similarity of the disease area and disease species is constructed, and the user-case interest degree model is supplemented, so that recommended resources are closer to user behaviors, and case coverage is increased.
Furthermore, a learning resource recommendation model is constructed according to the occurrence times of the classification labels and the threshold value by adopting a label-based recommendation algorithm, so that the occurrence times of the recommendation labels can meet the resources corresponding to the threshold value, and the individual requirements of the user are met. In order to avoid the problem of cold start, the invention provides primary learning plans aiming at users in different levels through statistics and label discrimination, greatly meets the requirement of users on fragmented learning, and increases the possibility of active learning of the users.
Example two
Based on the same inventive concept as the embodiment, the present application also provides a personalized recommendation system for online medical education resources, please refer to fig. 4, the system includes:
the acquisition module 201 is configured to acquire original data of a user and label the original data, where the original data includes a case, a learning resource, and user behavior data;
the construction module 202 is used for constructing an individualized recommendation model according to the labeled data, wherein the individualized recommendation model comprises a case recommendation model and a learning resource recommendation model, the case recommendation model adopts a content-based collaborative filtering recommendation algorithm, the degree of interest of a user in a case is determined according to first behavior data of the user in the case, and the learning resource recommendation model adopts a label-based algorithm, and the label of the learning resource in which the user is interested is determined according to second behavior data of the user in the learning resource;
and the recommending module 203 is used for generating a recommending result for the target user according to the personalized recommending model.
In a specific implementation process, the architecture of the personalized recommendation system for online medical education resources is shown in fig. 5, and the recommendation system can be integrated into an educational medical APP. The method mainly comprises two processes of off-line training and on-line recommendation. The off-line training is mainly to construct a good personalized recommendation model, and the on-line recommendation is to calculate the on-line data according to the model parameters stored in the redis cache database and obtain a recommendation result.
Wherein, the off-line training process is as follows:
1. the method comprises the steps of data sample extraction and feature extraction, wherein existing historical data (original data of a user), namely cases, learning resources and user behavior data, are collected from a database, data screening processing is carried out, such as the cleaning of missing values and dirty data, so that a good data sample is constructed, then the data sample is divided into a training set and a test set according to a proportion, the test process of an algorithm model is carried out through the recall ratio and the precision ratio of the verification set, and the verification set is a feature vector.
2. And in the model training process, different models are constructed on a training set by continuously adjusting algorithm parameters, the prediction of each model (a case recommendation model and a learning resource recommendation model) is carried out on a test set, and an optimal model is selected by result comparison, so that the parameters of the models are stored in a redis database for online recommendation.
The online recommendation process is as follows:
1. formatting the on-line data and generating a feature vector of each piece of data, wherein the on-line data needs to be formatted according to a training set generation mode because the original data is not finally required, and the adjusted model can be directly called for calculation;
2. the prediction scores of the resources are the model calculation results, the recommendation algorithm aims to calculate the interest degree of the user on the learning resources through the historical behavior data of the user, the interested quantitative standard is the prediction score, and therefore the learning resources which are considered to be really interested by the user and have high prediction scores are selected. The formed recommendation service can be pushed to the user through the APP.
In an embodiment, the acquisition module 201 is specifically configured to:
and manually marking the original data according to the dimensions of departments, diseases, scenes, difficulties and purposes, and constructing a user data dictionary and a content data dictionary.
In one embodiment, in the construction module 202, the case recommendation model is specifically constructed by:
acquiring first behavior data of a user on a case, wherein the first behavior data comprises a user purchase case, a user evaluation case and a user learning case;
according to a preset rule, weights are given to a user purchase case, a user evaluation case and a user learning case;
adopting a collaborative filtering recommendation algorithm based on content and constructing a user-case interest degree model according to the given weight;
and constructing a case recommendation model based on the user-case interestingness model and the first behavior data of the user on the case.
In one embodiment, in the building module 202, the resource recommendation model is learned by:
acquiring second behavior data of the user on the case, wherein the second behavior data comprises user click, user learning and user evaluation;
counting the occurrence times of the classification labels corresponding to the second behavior data;
and constructing a learning resource recommendation model according to the occurrence times of the classification labels and the threshold value.
In one embodiment, the recommending module 203 is specifically configured to:
recommending relevant cases for the user based on the case recommendation model, and recommending a learning plan for the user based on the learning resource recommendation model.
In one embodiment, the user behavior data further comprises a user representation, and when the target user is a new user, the system further comprises a classification module for:
classifying the user portrait data according to the user identity, the academic calendar, the gender and the job title;
and recommending the learning resources corresponding to the classified categories for the target user.
In one embodiment, the case has a corresponding ward and a disease category, and the system further comprises a similarity construction module for:
combining a plurality of cases under the same disease category to construct the similarity among the cases;
and generating a recommendation result for the target user by combining the similarity between the cases and the case recommendation model.
Since the system described in the second embodiment of the present invention is a system adopted for implementing the method for personalized recommendation of online medical education resources in the first embodiment of the present invention, based on the method described in the first embodiment of the present invention, those skilled in the art can understand the specific structure and deformation of the system, and thus, details are not described herein. All systems adopted by the method of the first embodiment of the present invention are within the intended protection scope of the present invention.
EXAMPLE III
Referring to fig. 6, based on the same inventive concept as the embodiment, the embodiment provides a computer-readable storage medium 400, on which a computer program 411 is stored, which when executed implements the method of the embodiment one.
Since the computer-readable storage medium introduced in the third embodiment of the present invention is a computer-readable storage medium used for implementing the method for personalized recommendation of online medical education resources in the first embodiment of the present invention, based on the method introduced in the first embodiment of the present invention, persons skilled in the art can understand the specific structure and deformation of the computer-readable storage medium, and therefore, no further description is given here. Any computer readable storage medium used in the method of the first embodiment of the present invention falls within the intended scope of the present invention.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create a system for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including an instruction system which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While preferred embodiments of the present invention have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all such alterations and modifications as fall within the scope of the invention.
It will be apparent to those skilled in the art that various modifications and variations can be made in the embodiments of the present invention without departing from the spirit or scope of the embodiments of the invention. Thus, if such modifications and variations of the embodiments of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to encompass such modifications and variations.

Claims (8)

1. A personalized recommendation method for online medical education resources is characterized by comprising the following steps:
step S1: acquiring original data of a user, and labeling the original data, wherein the original data comprises a case, learning resources and user behavior data;
step S2: constructing an individualized recommendation model according to the labeled data, wherein the individualized recommendation model comprises a case recommendation model and a learning resource recommendation model, the case recommendation model adopts a content-based collaborative filtering recommendation algorithm, the degree of interest of a user in a case is determined according to first behavior data of the user in the case, and the learning resource recommendation model adopts a label-based algorithm and is constructed after determining a label of a learning resource of interest of the user according to second behavior data of the user in the learning resource;
step S3: generating a recommendation result for the target user according to the personalized recommendation model;
in step S2, the case recommendation model is specifically constructed in the following manner:
acquiring first behavior data of a user on a case, wherein the first behavior data comprises a user purchase case, a user evaluation case and a user learning case;
according to a preset rule, weights are given to a user purchase case, a user evaluation case and a user learning case;
adopting a collaborative filtering recommendation algorithm based on content and constructing a user-case interest degree model according to the given weight;
constructing a case recommendation model based on the user-case interestingness model and the first behavior data of the user on the case;
the learning resource recommendation model is specifically constructed in the following way:
acquiring second behavior data of the user on the case, wherein the second behavior data comprises user click, user learning and user evaluation;
counting the occurrence times of the classification labels corresponding to the second behavior data;
and constructing a learning resource recommendation model according to the occurrence times of the classification labels and the threshold value.
2. The method according to claim 1, wherein step S1 specifically comprises:
and manually marking the original data according to the dimensions of departments, diseases, scenes, difficulties and purposes, and constructing a user data dictionary and a content data dictionary.
3. The method according to claim 1, wherein step S3 specifically comprises:
recommending relevant cases for the user based on the case recommendation model, and recommending a learning plan for the user based on the learning resource recommendation model.
4. The method of claim 1, wherein the user behavior data further comprises a user representation, and when the target user is a new user, the method further comprises:
classifying the user portrait data according to the user identity, the academic calendar, the gender and the job title;
and recommending the learning resources corresponding to the classified categories for the target user.
5. The method of claim 1, wherein a case has a corresponding disease location and disease type, the method further comprising:
combining a plurality of cases under the same disease category to construct the similarity among the cases;
and generating a recommendation result for the target user by combining the similarity between the cases and the case recommendation model.
6. A system for personalized recommendation of an online medical education resource, comprising:
the system comprises an acquisition module, a storage module and a processing module, wherein the acquisition module is used for acquiring original data of a user and marking the original data, and the original data comprises a case, learning resources and user behavior data;
the construction module is used for constructing an individualized recommendation model according to the labeled data, wherein the individualized recommendation model comprises a case recommendation model and a learning resource recommendation model, the case recommendation model adopts a content-based collaborative filtering recommendation algorithm, the degree of interest of a user in a case is determined according to first behavior data of the user in the case, and the learning resource recommendation model adopts a label-based algorithm, and the label of the learning resource in which the user is interested is determined according to second behavior data of the user in the learning resource;
and the recommendation module is used for generating a recommendation result for the target user according to the personalized recommendation model.
7. The system of claim 6, wherein the acquisition module is specifically configured to:
and manually marking the original data according to the dimensions of departments, diseases, scenes, difficulties and purposes, and constructing a user data dictionary and a content data dictionary.
8. A computer-readable storage medium, on which a computer program is stored, characterized in that the program, when executed, implements the method of any one of claims 1 to 5.
CN201811540960.1A 2018-12-17 2018-12-17 Personalized recommendation method and system for online medical education resources Active CN109582875B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811540960.1A CN109582875B (en) 2018-12-17 2018-12-17 Personalized recommendation method and system for online medical education resources

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811540960.1A CN109582875B (en) 2018-12-17 2018-12-17 Personalized recommendation method and system for online medical education resources

Publications (2)

Publication Number Publication Date
CN109582875A CN109582875A (en) 2019-04-05
CN109582875B true CN109582875B (en) 2021-02-02

Family

ID=65929737

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811540960.1A Active CN109582875B (en) 2018-12-17 2018-12-17 Personalized recommendation method and system for online medical education resources

Country Status (1)

Country Link
CN (1) CN109582875B (en)

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110096647B (en) * 2019-05-10 2023-04-07 腾讯科技(深圳)有限公司 Method and device for optimizing quantization model, electronic equipment and computer storage medium
CN110209899A (en) * 2019-05-23 2019-09-06 北京奥鹏远程教育中心有限公司 Individualized learning resource recommendation system
CN110442801B (en) * 2019-07-26 2021-11-19 新华三信息安全技术有限公司 Method and device for determining concerned users of target events
CN110825892A (en) * 2019-11-01 2020-02-21 广州云蝶科技有限公司 Courseware generation method
CN111177129B (en) * 2019-12-16 2023-08-08 中国平安财产保险股份有限公司 Method, device, equipment and storage medium for constructing label system
CN111460145A (en) * 2020-03-18 2020-07-28 天闻数媒科技(北京)有限公司 Learning resource recommendation method, device and storage medium
CN113538073A (en) * 2020-03-31 2021-10-22 中移系统集成有限公司 Learning resource recommendation method, device and equipment based on community discovery
CN111506813A (en) * 2020-04-08 2020-08-07 中国电子科技集团公司第五十四研究所 Remote sensing information accurate recommendation method based on user portrait
CN111710429A (en) * 2020-05-29 2020-09-25 平安医疗健康管理股份有限公司 Information pushing method and device, computer equipment and storage medium
CN112231472B (en) * 2020-09-18 2022-07-29 昆明理工大学 Judicial public opinion sensitive information identification method integrated with domain term dictionary
CN113378076B (en) * 2021-06-29 2022-10-18 哈尔滨工业大学 Online education-oriented learner collaborative learning social relationship construction method
CN117112832B (en) * 2023-09-12 2024-03-19 社培科技(广东)有限公司 Teaching method and system based on combination of online monitoring and offline guidance

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105426550A (en) * 2015-12-28 2016-03-23 Tcl集团股份有限公司 Collaborative filtering tag recommendation method and system based on user quality model
CN105868317A (en) * 2016-03-25 2016-08-17 华中师范大学 Digital education resource recommendation method and system
CN108320176A (en) * 2017-12-26 2018-07-24 爱品克科技(武汉)股份有限公司 One kind is classified based on socialization relational users and recommendation method

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101751448B (en) * 2009-07-22 2012-06-27 中国科学院自动化研究所 Commendation method of personalized resource information based on scene information
US9064017B2 (en) * 2011-06-01 2015-06-23 D2L Corporation Systems and methods for providing information incorporating reinforcement-based learning and feedback
CN105117460A (en) * 2015-08-21 2015-12-02 湖南亿谷科技发展股份有限公司 Learning resource recommendation method and system
CN106528693B (en) * 2016-10-25 2019-07-30 广东科海信息科技股份有限公司 Educational resource recommended method and system towards individualized learning
CN107045533B (en) * 2017-01-20 2018-09-14 广东技术师范学院天河学院 Educational resource based on label recommends method and system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105426550A (en) * 2015-12-28 2016-03-23 Tcl集团股份有限公司 Collaborative filtering tag recommendation method and system based on user quality model
CN105868317A (en) * 2016-03-25 2016-08-17 华中师范大学 Digital education resource recommendation method and system
CN108320176A (en) * 2017-12-26 2018-07-24 爱品克科技(武汉)股份有限公司 One kind is classified based on socialization relational users and recommendation method

Also Published As

Publication number Publication date
CN109582875A (en) 2019-04-05

Similar Documents

Publication Publication Date Title
CN109582875B (en) Personalized recommendation method and system for online medical education resources
Rana et al. Citizens’ adoption of an electronic government system: towards a unified view
KR101981075B1 (en) Data analysis system, data analysis method, data analysis program, and recording medium
Chan et al. A mixed‐method approach to extracting the value of social media data
Xiao et al. Crowd intelligence: Analyzing online product reviews for preference measurement
Calof et al. Foresight, competitive intelligence and business analytics—tools for making industrial programmes more efficient
Delavari et al. Data mining application in higher learning institutions
Dalton et al. Inflated granularity: spatial “big data” and geodemographics
Ecer A hybrid banking websites quality evaluation model using AHP and COPRAS-G: a Turkey case
Kauffman et al. Combining machine-based and econometrics methods for policy analytics insights
Higgins et al. The impact of race on the police decision to search during a traffic stop: A focal concerns theory perspective
John et al. What makes a high-quality user-generated answer?
CN107609651A (en) A kind of design item appraisal procedure based on learner model
Rezaie et al. Identifying key effective factors on the implementation process of business intelligence in the banking industry of Iran
Hamzehi et al. Business intelligence using machine learning algorithms
CN108960884A (en) Information processing method, model building method and device, medium and calculating equipment
Papadimitriou et al. Needs and priorities of road safety stakeholders for evidence-based policy making
Akter et al. Advancing algorithmic bias management capabilities in AI-driven marketing analytics research
Naseri et al. Interpretable Machine Learning Approach to Predicting Electric Vehicle Buying Decisions
Christensen et al. The application of mixed methods: using a crossover analysis strategy for product development in real estate
Prabadevi et al. A decision model for ranking Asian Higher Education Institutes using an NLP-based text analysis approach
Popper et al. 1st EFP Mapping report: Practical guide to mapping forward-looking activities (FLA) practices, players and outcomes
Wang et al. Intelligent Crowdsourced Testing
Abdulrahman et al. Evaluating The Usability of Three of The Lowermost Krg/Iraq University Websites in Webometrics Based on User Perspective
Verbeek et al. What do we currently know about the development of talent? A systematic review in the soccer context

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
PE01 Entry into force of the registration of the contract for pledge of patent right

Denomination of invention: A personalized recommendation method and system for online medical education resources

Effective date of registration: 20210927

Granted publication date: 20210202

Pledgee: Guanggu Branch of Wuhan Rural Commercial Bank Co.,Ltd.

Pledgor: WUHAN TALENT INFORMATION TECHNOLOGY Co.,Ltd.

Registration number: Y2021420000104

PE01 Entry into force of the registration of the contract for pledge of patent right
PC01 Cancellation of the registration of the contract for pledge of patent right

Date of cancellation: 20221017

Granted publication date: 20210202

Pledgee: Guanggu Branch of Wuhan Rural Commercial Bank Co.,Ltd.

Pledgor: WUHAN TALENT INFORMATION TECHNOLOGY CO.,LTD.

Registration number: Y2021420000104

PC01 Cancellation of the registration of the contract for pledge of patent right
PE01 Entry into force of the registration of the contract for pledge of patent right

Denomination of invention: A personalized recommendation method and system for online medical education resources

Effective date of registration: 20221018

Granted publication date: 20210202

Pledgee: Guanggu Branch of Wuhan Rural Commercial Bank Co.,Ltd.

Pledgor: WUHAN TALENT INFORMATION TECHNOLOGY CO.,LTD.

Registration number: Y2022420000351

PE01 Entry into force of the registration of the contract for pledge of patent right