WO2021179694A1 - Procédé de recommandation de médicaments, appareil, dispositif informatique et support de stockage - Google Patents

Procédé de recommandation de médicaments, appareil, dispositif informatique et support de stockage Download PDF

Info

Publication number
WO2021179694A1
WO2021179694A1 PCT/CN2020/132479 CN2020132479W WO2021179694A1 WO 2021179694 A1 WO2021179694 A1 WO 2021179694A1 CN 2020132479 W CN2020132479 W CN 2020132479W WO 2021179694 A1 WO2021179694 A1 WO 2021179694A1
Authority
WO
WIPO (PCT)
Prior art keywords
target
drug
medication
attribute information
medication index
Prior art date
Application number
PCT/CN2020/132479
Other languages
English (en)
Chinese (zh)
Inventor
徐卓扬
赵惟
左磊
孙行智
胡岗
Original Assignee
平安科技(深圳)有限公司
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 平安科技(深圳)有限公司 filed Critical 平安科技(深圳)有限公司
Publication of WO2021179694A1 publication Critical patent/WO2021179694A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16HHEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
    • G16H20/00ICT specially adapted for therapies or health-improving plans, e.g. for handling prescriptions, for steering therapy or for monitoring patient compliance
    • G16H20/10ICT specially adapted for therapies or health-improving plans, e.g. for handling prescriptions, for steering therapy or for monitoring patient compliance relating to drugs or medications, e.g. for ensuring correct administration to patients
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/21Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
    • G06F18/214Generating training patterns; Bootstrap methods, e.g. bagging or boosting
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16HHEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
    • G16H50/00ICT specially adapted for medical diagnosis, medical simulation or medical data mining; ICT specially adapted for detecting, monitoring or modelling epidemics or pandemics
    • G16H50/30ICT specially adapted for medical diagnosis, medical simulation or medical data mining; ICT specially adapted for detecting, monitoring or modelling epidemics or pandemics for calculating health indices; for individual health risk assessment
    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16HHEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
    • G16H70/00ICT specially adapted for the handling or processing of medical references
    • G16H70/40ICT specially adapted for the handling or processing of medical references relating to drugs, e.g. their side effects or intended usage

Definitions

  • This application relates to the field of computer technology, and in particular to a method, device, computer equipment and storage medium for drug recommendation.
  • the neural network model can predict the drugs that need to be recommended to the patient based on all the characteristics of the patient, but because the neural network shares the characteristics of neurons, it can only The characteristics are explained, but a certain characteristic of the patient cannot be explained. As a result, the patient may not accept the drugs recommended by the above-mentioned model. It can be seen that the above-mentioned neural network model lacks sufficient interpretability and poor applicability. In addition, when recommending drugs to patients through a statistical model, although the statistical model has sufficient interpretability, the accuracy of the model is low.
  • This application provides a drug recommendation method, device, computer device, and storage medium, which can accurately recommend drugs to users, improve the accuracy of model drug recommendation, and also increase the user stickiness of drug recommendation.
  • this application provides a drug recommendation method, which includes:
  • the medication index prediction model includes at least two medication index prediction networks, and one medication index prediction network is used to output the user’s information Multiple medication indicators of a user attribute information under the action of multiple drugs;
  • the present application provides a drug recommendation device, which includes:
  • the first acquisition module is used to acquire at least two types of target user attribute information of the target user, and input the at least two types of target user attribute information into the medication index prediction model.
  • the medication index prediction model includes at least two medication index prediction networks, one medication index
  • the prediction network is used to output multiple medication indicators of a user attribute information of the user under the action of multiple drugs;
  • the first determination module is used to determine the medication index of each target user attribute information of the target user under the action of each drug based on the drug index prediction network in the medication index prediction model, and one type of target user attribute information corresponds to the action of a drug A medication index;
  • the second determining module is configured to determine the target drug use indicators corresponding to at least two target user attribute information under any drug action based on the drug use indicator prediction model to obtain multiple target drug indicators corresponding to multiple drugs;
  • the push module is used to determine the maximum target medication indicator from multiple target medication indicators, and push the target drug with the largest target medication indicator to the target user.
  • this application provides a computer device, including: a processor, a memory, and a network interface;
  • the processor is connected to a memory and a network interface, where the network interface is used to provide data communication functions, the memory is used to store a computer program, and the processor is used to call the computer program to execute the following methods:
  • the medication index prediction model includes at least two medication index prediction networks, and one medication index prediction network is used to output the user’s information Multiple medication indicators of a user attribute information under the action of multiple drugs;
  • the present application provides a computer-readable storage medium, the computer-readable storage medium stores a computer program, the computer program includes program instructions, and when executed by a processor, the program instructions execute the following methods:
  • the medication index prediction model includes at least two medication index prediction networks, and one medication index prediction network is used to output the user’s information Multiple medication indicators of a user attribute information under the action of multiple drugs;
  • each medication index is determined through the medication index prediction network, and the target medication index is further determined according to each medication index, thereby improving the accuracy of the model for predicting the target medication index.
  • the computer device can determine multiple target medication indicators corresponding to multiple drugs based on the medication indicator prediction model, and push the target drug with the largest target medication indicator to the target user, thereby accurately recommending medication to the user and improving The accuracy of model drug recommendation is improved, and the user stickiness of drug recommendation is also improved, and the applicability is strong.
  • Figure 1 is a schematic structural diagram of the network architecture provided by this application.
  • Figure 2 is a schematic flow chart of the drug recommendation method provided by the present application.
  • Figure 3 is a schematic diagram of the structure of the medication index prediction model provided by this application.
  • FIG. 4 is a schematic diagram of the structure of the drug recommendation device provided by the present application.
  • Fig. 5 is a schematic diagram of the structure of the computer equipment provided by the present application.
  • the technical solution of this application can be applied to the fields of artificial intelligence, smart city, digital medical, blockchain and/or big data technology to realize intelligent drug recommendation.
  • the data involved in this application such as user attribute information, medication indicators, and/or pushed medication information, can be stored in a database, or can be stored in a blockchain, such as distributed storage through a blockchain, this application Not limited.
  • the network architecture may include a server 10 and a user terminal cluster.
  • the user terminal cluster may include multiple user terminals. As shown in FIG. 1, it may specifically include a user terminal 100a, a user terminal 100b, and a user terminal 100c. ..., the user terminal 100n.
  • the server 10 may be an independent physical server, or it may provide cloud services, cloud databases, cloud computing, cloud functions, cloud storage, network services, cloud communications, middleware services, domain name services, security services, content distribution networks ( content delivery network (CDN), big data and artificial intelligence platform and other basic cloud computing services cloud server.
  • Each user terminal in the user terminal cluster may include, but is not limited to: smart phones, tablet computers, notebook computers, desktop computers, smart speakers, smart watches, and other smart terminals.
  • the computer device in the present application may be a physical terminal with a drug recommendation function.
  • the physical terminal may be the server 10 as shown in FIG. 1 or a user terminal, which is not limited here.
  • the user terminal 100a, the user terminal 100b, the user terminal 100c, ..., the user terminal 100n can be connected to the aforementioned server 10 respectively, so that each user terminal can interact with the server 10 through the network connection.
  • the server 10 may push the target drug to the user interface of the target user's user terminal (or target user terminal for short), and then the target user can view the target drug on the user interface, where the target user terminal may be a user terminal Any user terminal in the cluster (such as the user terminal 100a).
  • the application may refer to the drug recommended to the target user determined based on the drug index prediction model as the target drug, and the application may also call the model with the function of predicting the target drug index of the target user under the action of multiple drugs as the target drug. It is a predictive model of medication index.
  • the drug recommendation method provided in this application may be applicable to a drug recommendation scenario for any disease, such as a diabetes drug recommendation scenario, a hypertension drug recommendation scenario, or a drug recommendation scenario for other diseases.
  • the target user is a doctor
  • the doctor can input the basic information of the patient into the clinical decision support system (CDSS), and the CDSS contains the above-mentioned medication index prediction model, which can output the recommended target drug based on the basic information of the patient
  • the doctor can view the target drug on the user interface (the target drug here can be used as the preliminary diagnosis result), and then combine with the patient's further diagnosis results to determine the drug suitable for the patient (such as the above target drug).
  • the patient can input their basic information into self-service terminals (or self-service kiosks for short) provided by hospitals, health stations, or social health institutions.
  • the self-service kiosks contain the above-mentioned medication index prediction model, which can be based on
  • the basic information of the patient outputs the recommended target medicine to the user interface of the self-service machine.
  • the patient can view the target drug in the user interface of the self-service machine, and the subsequent patient can directly purchase the target drug, or allow the doctor to further diagnose and determine the drug suitable for the patient (such as the above target drug).
  • FIG. 2 is a schematic flowchart of the drug recommendation method provided by the present application. As shown in Figure 2, the method may include the following steps S101 to S104:
  • Step S101 Obtain at least two types of target user attribute information of the target user, and input the at least two types of target user attribute information into the medication index prediction model.
  • the computer device may first train the medication index prediction network in the medication index prediction model (such as neural additive models (NAM)) through the sample data of at least two users.
  • the medication index prediction network used to output the medication index of each user attribute information of any user under the action of multiple drugs is obtained.
  • the number of medication index prediction networks in the medication index prediction model is the same as the number of user attribute information of the user. It is assumed that the medication index prediction model corresponds to a neural network.
  • the neural network can contain multiple sub-neural networks.
  • the medication index prediction The network can be a sub-neural network.
  • the computer device can obtain sample data of at least two users.
  • the sample data of at least two users is used to train the medication index prediction model
  • one user corresponds to one sample data
  • one sample data can include at least two types of user attribute information and the user's target sample medication index under the action of drugs.
  • the target sample medication index may be the actual medication index of the user under the action of the drug.
  • the drugs used by different users for the target disease can be the same or different, and the specific drugs can be determined according to the actual application scenario, which is not limited here.
  • the computer device can input the sample data of at least two users into the medication index prediction model, and perform joint learning on the user attribute information corresponding to each medication index prediction network through each medication index prediction network in the medication index prediction model to obtain the prediction task.
  • the computer equipment performs data cleaning and feature screening on the sample data of at least two users, and finally forms a prediction about the user attribute information of any user under the action of each drug.
  • the feature data here may include, but is not limited to, the user's age, gender, and health indicators for target diseases (such as diabetes) (such as glycosylated hemoglobin value and creatinine value) and other multiple dimension feature data, which is not limited here.
  • the computer device can input the sample data of at least two users into the medication index prediction model, and use the medication index prediction network in the medication index prediction model to predict the medication of each user attribute information of any user under the action of each drug.
  • the index is a learning task.
  • the user attribute information corresponding to each medication index prediction network is jointly learned to obtain each network parameter corresponding to each medication index prediction network, and based on each network parameter, determine the role of each user attribute information of any user in each drug The ability to follow the medication index.
  • the computer device can perform data feature learning on the above-mentioned feature data based on each medication index prediction network to obtain the ability to predict the medication index of each user attribute information of any user under the action of each drug.
  • the computer device can calculate the loss value corresponding to each sample data through a loss function (such as a binary cross-entropy loss function). Further, the computer equipment can iteratively update the network parameters corresponding to each medication index prediction network according to the loss value corresponding to each sample data, stop training when the loss value is basically unchanged, and use the iteratively updated network parameters as each medication
  • the index predicts the final network parameters of the network.
  • each medication index prediction network has the ability to predict the medication index of any user's user attribute information under the action of each drug.
  • the medication index prediction model has the ability to predict any user (such as the target user) in each drug. The ability to target medication indicators under the action.
  • the medication index prediction model 1 can include at least two medication index prediction networks (the medication index prediction network 1 to the medication index prediction network n in Figure 3, where n is a positive integer).
  • the model training process of the medication index prediction model will be explained by taking at least two medication index prediction networks as medication index prediction network 1 to medication index prediction network n as examples, and will not be repeated here.
  • the sample data of a user may contain at least two user attribute information (such as user attribute information X 1 to user attribute information X n ), and user attribute information X 1 to user attribute information X n may include But it is not limited to the user’s age, gender, glycosylated hemoglobin value, creatinine value and other health indicators for diabetes, and the drugs used by the user for diabetes in the above sample data are used as the above-mentioned medication index prediction network 1 to medication index prediction network n.
  • user attribute information X 1 to user attribute information X n may include but it is not limited to the user’s age, gender, glycosylated hemoglobin value, creatinine value and other health indicators for diabetes, and the drugs used by the user for diabetes in the above sample data are used as the above-mentioned medication index prediction network 1 to medication index prediction network n.
  • the output dimension, the drugs used by all users for diabetes can include multiple drugs (such as two drugs, drug a (such as biguanide) and drug b (such as sulfonylurea)), and at the same time use the target medication index (such as drug a)
  • the target medication index Y a and the target medication index Y b under the action of the drug b are used as the output of the medication index prediction model 1 to perform model training on the medication index prediction network 1 to the medication index prediction network n.
  • the target medication index here can be the expected glycation compliance rate of the target user under the action of a drug.
  • the computer equipment can input the above sample data into the medication index prediction model 1.
  • each user attribute information (user attribute information X 1 to user attribute information X n ) in the sample data can be compared with the medication index prediction network 1 to medication
  • the index prediction network n is matched, and the matched medication index prediction network is used as the medication index prediction network to input user attribute information.
  • user attribute information X 1 matches the medication index prediction network 1
  • user attribute information X 2 matches the medication index prediction
  • the network 2 matches, ..., the medication index prediction network n matches the user attribute information X n .
  • the computer device when the computer device inputs the above sample data into the medication index prediction model 1, it will input user attribute information X 1 into its matching medication index prediction network 1, and user attribute information X 2 into its matching medication index prediction network 2...., input user attribute information X n into its matched medication index prediction network n.
  • the computer equipment can perform joint learning of user attribute information X 1 to user attribute information X n through the medication index prediction network 1 to the medication index prediction network n, so as to obtain the predicted user attribute information of any user (such as the target user’s Target user attribute information X 1 to target user attribute information X n ) the medication index under the action of drug a (such as f 1a (X 1 ), f 2a (X 2 ),..., f na (X n )) and the drug The ability of medication indicators (such as f 1b (X 1 ), f 2b (X 2 )..., f nb (X n )) under the action of b.
  • drug a such as f 1a (X 1 ), f 2a (X 2 ),..., f na (X n )
  • drug a such as f 1a (X 1 ), f 2a (X 2 ),..., f na (X n )
  • drug a such
  • f 1a (X 1 ) is the medication index of any user's user attribute information X 1 (such as target user attribute information X 1 ) under the action of drug a
  • f 1b (X 1 ) is the user attribute information X 1 in the drug b Medication index under the action.
  • f 2a (X 2 ) is the medication index of any user's user attribute information X 2 (such as target user attribute information X 2 ) under the action of drug a
  • f 2b (X 2 ) is the user attribute information X 2 acting on the drug b Medication indicators under.
  • f na (X n ) is the user attribute information X n of any user (such as target user attribute information X n ) the medication index under the action of drug a
  • f nb (X n ) is the user attribute information X n Medication index under the action of drug b.
  • the medication index here may be the expected glycation compliance rate of a user attribute information of any user under the action of a drug.
  • the computer equipment passes the above f 1a (X 1 ), f 2a (X 2 ) , ..., f na (X n ) and a corresponding offset parameter medicament beta] is accumulated to obtain a Y a, and through said f 1b (X 1), f 2b (X 2), ..., f nb (X n) and a pharmaceutically offset parameter b corresponding beta] b are accumulated to obtain Y b.
  • the computer device can use the binary cross-entropy loss function to pair Y a (or Y b ) and the label parameters corresponding to the target sample medication index in the above sample data (for example, the glycosylated hemoglobin value reaches the standard of 1, The glycosylated hemoglobin value is not up to the standard and is 0) to calculate the loss value corresponding to the sample data.
  • the computer device can iteratively update the bias parameters corresponding to each drug (such as the bias parameter ⁇ a corresponding to drug a and the bias parameter ⁇ b corresponding to drug b ) and the medication index prediction network according to the loss values corresponding to all sample data 1 to the medication index predicts each network parameter corresponding to the network n.
  • the medication index prediction network 1 to the medication index prediction network n can predict the medication index of any user's user attribute information under the action of medication a and medication b based on the iteratively updated network parameters (such as the above f 1a ( X 1 ), f 2a (X 2 ), ..., f na (X n ), and f 1b (X 1 ), f 2b (X 2 ), ..., f nb (X n )).
  • the medication index prediction model 1 can also predict any user (such as the target user) in each drug (such as the above-mentioned drug a and drug b) based on the iteratively updated bias parameter ⁇ a and the bias parameter ⁇ b and each network parameter.
  • Each target medication index under the action such as the above Y a and Y b ).
  • the computer device can obtain at least two types of target user attribute information of the target user, where at least two types of target user attribute information (such as target user attribute information X 1 to target user attribute information X n ) include One or more of the age, gender, and health indicators of the target disease (such as the above-mentioned glycosylated hemoglobin value and creatinine value) of the target user.
  • at least two types of target user attribute information such as target user attribute information X 1 to target user attribute information X n
  • the target user attribute information include One or more of the age, gender, and health indicators of the target disease (such as the above-mentioned glycosylated hemoglobin value and creatinine value) of the target user.
  • the computer device can input at least two types of target user attribute information into the above-mentioned medication index prediction model (such as the above-mentioned medication index prediction model 1), and the attribute information of each target user can be respectively compared with
  • the medication index prediction network 1 matches the medication index prediction network n
  • the matched medication index prediction network is used as the medication index prediction network for inputting the attribute information of the target user.
  • the target user attribute information X 1 matches the medication index prediction network 1
  • the target user attribute information X 2 matches the medication index prediction network 2
  • the target medication index prediction network n matches the user attribute information X n .
  • the computer device can input the target user attribute information X 1 to the medication index prediction network 1, and the target user attribute information X 2 Input to the medication index prediction network 2,..., input the target user attribute information X n to the medication index prediction network n, and further determine the target user attribute information of each target user through the medication index prediction network 1 to the medication index prediction network n Medication index under the action of each drug.
  • Step S102 based on the medication index prediction network in the medication index prediction model, determine the medication index of each target user attribute information of the target user under the action of each drug.
  • each medication index prediction network is the above medication index prediction network 1 to medication index prediction network n
  • the computer equipment can determine the target user attribute information X 1 medication under the action of drug a through the above medication index prediction network 1 indicator f 1a (X 1) and medication index f 1b (X 1) under b action of drugs, by the above treatment predictor network 2 to determine the target user target user attribute information X 2 medication index at the drug a function f 2a ( X 2 ) and the medication index f 2b (X 2 ) under the action of the drug b.
  • the computer device determines the target user via the network administration predictor n X n target user attribute information in the drug action of a drug f index Na (X n) and f indicators medication effects of drugs under b Nb (X n ), where a kind of user attribute information corresponds to a medication index under the action of a kind of medicine.
  • Step S103 Determine the target drug use indicators corresponding to at least two target user attribute information under the action of any drug based on the drug use index prediction model to obtain multiple target drug use indicators corresponding to multiple drugs.
  • the model parameters corresponding to the medication index prediction model may include the bias parameters corresponding to each drug (such as the above-mentioned drug a and the above-mentioned drug b) (such as the above-mentioned bias parameter ⁇ a and the bias parameter ⁇ b )
  • a drug corresponds to a bias parameter (for example, the above-mentioned drug a corresponds to the bias parameter ⁇ a and the drug b corresponds to the bias parameter ⁇ b ).
  • the computer equipment can accumulate the medication index of each target user attribute information under the action of any drug and the bias parameter corresponding to any drug based on the drug index prediction model to obtain at least two target user attribute information corresponding to any drug action Target medication index. Assuming that the target medication index is the target medication index Y a of the target user under the action of the above-mentioned drug a, the following formula (1) can be used to determine Y a :
  • f 1a (X 1 ) can represent the target user's target user attribute information X 1 medication index under the action of drug a
  • f 2a (X 2 ) can represent the target user's target user attribute information X 2 under the action of drug a
  • the medication index of ,..., f na (X n ) can represent the medication index of the target user attribute information X n of the target user under the action of the drug a
  • ⁇ a can represent the bias parameter corresponding to the drug a.
  • the target medication index is the target medication index Y b of the target user under the action of the above-mentioned medication b
  • the following formula (2) can be used to determine Y b :
  • f 1b (X 1 ) can represent the target user's target user attribute information X 1 medication index under the action of drug b
  • f 2b (X 2 ) can represent the target user's target user attribute information X 2 under the action of drug b
  • the medication index of,..., f nb (X n ) can represent the medication index of the target user attribute information X n of the target user under the action of the drug b
  • ⁇ b can represent the bias parameter corresponding to the drug b.
  • the computer device can output multiple target medication indicators corresponding to the target user under the action of multiple drugs through the medication indicator prediction model (for example, the target medication index Y a under the action of drug a or the target medication indicator Y under the action of drug b. b ), where the target user corresponds to a target medication index under the action of a drug.
  • the medication indicator prediction model for example, the target medication index Y a under the action of drug a or the target medication indicator Y under the action of drug b. b
  • the target user corresponds to a target medication index under the action of a drug.
  • Step S104 Determine the maximum target medication index from the multiple target medication indicators, and push the target drug with the largest target medication index to the target user.
  • the computer device can sort multiple target medication indicators output by the medication indicator prediction model (for example, sort from large to small or from small to large) to obtain a sequence of target medication indicators, and compare the target medication indicators The first or last target medication index in the sequence is used as the maximum target medication index.
  • the computer device can push the target drug with the largest target medication index to the user interface of the target user terminal (such as the user interface of the above-mentioned CDSS or the user interface of the self-service machine), and the target user can view the target on the user interface. drug.
  • the multiple drugs include the target drug and at least one other drug other than the target drug
  • the medication index of the target user attribute information under the action of the target drug is the first medication index
  • the target user attribute information is in other drugs.
  • the medication index under the action of the drug is the second medication index.
  • the computer device can determine the optimized medication index based on the first medication index and the second medication index, and display the optimized medication index to the user interface of the target user in a visual form (for example, a graph and/or table), so that the target user can easily access the user interface. View optimized medication indicators on the interface.
  • the optimized medication index may be the medication index difference between the first medication index and the second medication index.
  • the optimized medication index is used to instruct the target user to use the target drug with respect to the use of the second drug under a kind of target user attribute information.
  • the advantages It can be seen that the computer equipment can display the optimized medication index to the target user in a visual form, and the target user can intuitively see the reason for recommending the target drug, thereby improving the interpretability of the model and improving the safety of medication recommendation Be sticky with users.
  • the computer device can determine the medication index of each target user attribute information of each target user under the action of each drug through the medication index prediction network in the medication index prediction model, and then determine the effect of any drug based on the medication index prediction model
  • the medication index prediction network in the medication index prediction model
  • the target medication indicator is further determined according to each medication indicator, thereby improving the accuracy of the model predicting the target medication indicator.
  • the computer device can determine multiple target medication indicators corresponding to multiple drugs based on the medication indicator prediction model, and push the target drug with the largest target medication indicator to the target user, thereby accurately recommending medication to the user and improving
  • the accuracy of model drug recommendation is improved, while the user stickiness of drug recommendation is improved, and the applicability is strong.
  • the medication recommendation device may be a computer program (including program code) running in a computer device.
  • the medication recommendation device is an application software; the medication recommendation device may be used to perform corresponding steps in the method provided in this application.
  • the medication recommendation device 1 may include: a second acquisition module 10, a third acquisition module 20, a first acquisition module 30, a first determination module 40, a second determination module 50, a push module 60, and a display module 70.
  • the first obtaining module 30 is configured to obtain at least two types of target user attribute information of the target user, and input the at least two types of target user attribute information into the medication index prediction model.
  • the medication index prediction model includes at least two medication index prediction networks, one medication The index prediction network is used to output multiple medication indicators of a user attribute information of the user under the action of multiple drugs;
  • the first determining module 40 is used to determine the medication index of each target user attribute information of the target user under the action of each drug based on the drug usage index prediction network in the medication index prediction model, and one type of target user attribute information is under the action of a drug Corresponding to a medication index;
  • the second determining module 50 is configured to determine the target drug use indicators corresponding to at least two target user attribute information under the action of any drug based on the drug use indicator prediction model to obtain multiple target drug indicators corresponding to multiple drugs;
  • the pushing module 60 is used to determine the maximum target medication index from a plurality of target medication indicators, and push the target drug with the largest target medication index to the target user.
  • the at least two types of target user attribute information include at least one of the target user's age, gender, and health indicators for the target disease.
  • the multiple drugs include the target drug and at least one other drug other than the target drug, the medication index of the target user attribute information under the action of the target drug is the first medication index, and the target user attribute information is in other drugs.
  • the medication index under the action of the drug is the second medication index;
  • the above-mentioned drug recommendation device 1 further includes:
  • the display module 70 is configured to determine an optimized medication index based on the first medication index and the second medication index, and display the optimized medication index to the target user.
  • the above-mentioned drug recommendation device 1 further includes:
  • the second acquisition module 10 is configured to acquire sample data of at least two users, and the sample data of one user includes at least two user attribute information of the user and the user's target sample medication index under the action of the sample drug;
  • the third acquisition module 20 is used to input the sample data of at least two users into the medication index prediction model, and perform joint learning on the user attribute information corresponding to each medication index prediction network through each medication index prediction network in the medication index prediction model to obtain The ability to predict the medication index of each user attribute information of any user under the action of each drug.
  • the medication index prediction model includes bias parameters corresponding to each drug, and one drug corresponds to one bias parameter;
  • the second determining module 50 includes: an accumulating unit 501.
  • the accumulation unit 501 is used to accumulate the medication index of each target user attribute information under the action of any drug and the bias parameter corresponding to any drug based on the medication index prediction model to obtain at least two target user attributes under the action of any drug The target medication index corresponding to the information.
  • step S103 For the specific implementation of the accumulating unit 501, reference may be made to the description of step S103 in the embodiment corresponding to FIG. 2, which will not be repeated here.
  • the specific implementation of the second acquisition module 10, the third acquisition module 20, the first acquisition module 30, the first determination module 40, the second determination module 50, the push module 60, and the display module 70 can be found in the above-mentioned FIG. 2 Corresponding to the description of step S101 to step S104 in the embodiment, the description will not be repeated here. In addition, the description of the beneficial effects of using the same method will not be repeated.
  • FIG. 5 is a schematic diagram of the structure of the computer device provided by the present application.
  • the computer device 1000 may be the server 10 in the embodiment corresponding to FIG. 1.
  • the computer device 1000 may include: at least one processor 1001, such as a CPU, at least one network interface 1004, a user interface 1003, and a memory 1005, at least one communication bus 1002.
  • the communication bus 1002 is used to implement connection and communication between these components.
  • the user interface 1003 may include a display (display) and a keyboard (keyboard), and the network interface 1004 may optionally include a standard wired interface and a wireless interface (such as a WI-FI interface).
  • the memory 1005 may be a high-speed random access memory (RAM) memory, or a non-volatile memory (non-volatile memory), such as at least one disk memory.
  • the memory 1005 may also be at least one storage device located far away from the aforementioned processor 1001.
  • the memory 1005 as a computer storage medium may include an operating system, a network communication module, a user interface module, and a device control application program.
  • the network interface 1004 is mainly used for network communication with a user terminal; and the user interface 1003 is mainly used to provide an input interface for the user; and the processor 1001 can be used to call the storage in the memory 1005
  • the device control application to achieve:
  • the medication index prediction model includes at least two medication index prediction networks, and one medication index prediction network is used to output the user’s information Multiple medication indicators of a user attribute information under the action of multiple drugs;
  • the computer device 1000 described in this application can execute the description of the drug recommendation method in the foregoing embodiment corresponding to FIG. 2 and the description of the drug recommendation device 1 in the foregoing embodiment corresponding to FIG. 4, I won't repeat them here. In addition, the description of the beneficial effects of using the same method will not be repeated.
  • this application also provides a computer-readable storage medium, and the computer-readable storage medium stores the aforementioned computer program executed by the drug recommendation device 1, and the computer program includes Program instructions.
  • the processor executes the program instructions, it can execute the description of the drug recommendation method in the embodiment corresponding to FIG. 2 above, and therefore, it will not be repeated here.
  • the description of the beneficial effects of using the same method will not be repeated.
  • the program instructions may be deployed to be executed on one computing device, or on multiple computing devices located in one location, or on multiple computing devices that are distributed in multiple locations and interconnected by a communication network
  • multiple computing devices distributed in multiple locations and interconnected through a communication network can form a blockchain system.
  • the storage medium involved in this application such as a computer-readable storage medium, may be non-volatile or volatile.
  • the above-mentioned program can be stored in a computer readable storage medium. When executed, it may include the procedures of the above-mentioned method embodiments.
  • the foregoing computer-readable storage medium may be the medication recommendation device provided in any of the foregoing embodiments or the internal storage unit of the foregoing device, such as a hard disk or memory of an electronic device.
  • the computer-readable storage medium may also be an external storage device of the electronic device, such as a plug-in hard disk, a smart media card (SMC), or a secure digital (SD) card equipped on the electronic device. Flash card, etc.
  • the above-mentioned computer-readable storage medium may also include a magnetic disk, an optical disk, a read-only memory (read-only memory, ROM), or RAM. Further, the computer-readable storage medium may also include both an internal storage unit of the electronic device and an external storage device. The computer-readable storage medium is used to store the computer program and other programs and data required by the electronic device. The computer-readable storage medium can also be used to temporarily store data that has been output or will be output.

Landscapes

  • Engineering & Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Public Health (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Physics & Mathematics (AREA)
  • Primary Health Care (AREA)
  • Epidemiology (AREA)
  • Evolutionary Computation (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Chemical & Material Sciences (AREA)
  • Biomedical Technology (AREA)
  • Medicinal Chemistry (AREA)
  • Artificial Intelligence (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Computational Linguistics (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Databases & Information Systems (AREA)
  • Computing Systems (AREA)
  • Pathology (AREA)
  • Molecular Biology (AREA)
  • Biophysics (AREA)
  • Evolutionary Biology (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Pharmacology & Pharmacy (AREA)
  • Toxicology (AREA)
  • Medical Treatment And Welfare Office Work (AREA)

Abstract

La présente invention concerne un procédé, un appareil, un dispositif informatique et un support de stockage pour la recommandation de médicaments ; le procédé est approprié pour être utilisé dans le domaine de la médecine numérique, et comprend les étapes consistant : à obtenir au moins deux types d'informations d'attribut d'un utilisateur cible, et à entrer les deux types ou plus de deux types d'informations d'attribut de l'utilisateur cible dans un modèle de prédiction d'indice de médicament (S101) ; à partir d'un réseau de prédiction d'indice de médicament du modèle de prédiction d'indice de médicament, à déterminer l'indice de médicament de chaque information d'attribut de l'utilisateur cible sous l'action de chaque médicament (S102) ; à partir du modèle de prédiction d'indice de médicament, à déterminer un indice de médicament cible correspondant à au moins deux informations d'attribut de l'utilisateur cible sous l'action d'un médicament quelconque de façon à obtenir une pluralité d'indicateurs de médicament cible correspondant à une pluralité de médicaments (S103) ; à déterminer un indice de médicament cible maximal parmi la pluralité d'indices de médicament cible, et à pousser jusqu'à l'utilisateur cible le médicament cible ayant l'indice de médicament cible le plus grand (S104). Grâce au procédé, il est possible de recommander avec précision des médicaments à un utilisateur, d'améliorer la précision des recommandations de médicaments modèles, et d'augmenter également l'attention des utilisateurs sur les recommandations de médicaments.
PCT/CN2020/132479 2020-10-09 2020-11-27 Procédé de recommandation de médicaments, appareil, dispositif informatique et support de stockage WO2021179694A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202011070302.8A CN111933302B (zh) 2020-10-09 2020-10-09 药物推荐方法、装置、计算机设备及存储介质
CN202011070302.8 2020-10-09

Publications (1)

Publication Number Publication Date
WO2021179694A1 true WO2021179694A1 (fr) 2021-09-16

Family

ID=73334892

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/132479 WO2021179694A1 (fr) 2020-10-09 2020-11-27 Procédé de recommandation de médicaments, appareil, dispositif informatique et support de stockage

Country Status (2)

Country Link
CN (1) CN111933302B (fr)
WO (1) WO2021179694A1 (fr)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111933302B (zh) * 2020-10-09 2021-01-05 平安科技(深圳)有限公司 药物推荐方法、装置、计算机设备及存储介质
CN113076486B (zh) * 2021-04-29 2023-07-25 平安科技(深圳)有限公司 药物信息推送方法、装置、计算机设备及存储介质

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106295877A (zh) * 2016-08-09 2017-01-04 四川大学 一种智能电网电能使用量预测方法
US20190221303A1 (en) * 2016-08-12 2019-07-18 Good Measures, Llc Personalized nutritional recommendations using biomarker data
CN110289068A (zh) * 2019-06-20 2019-09-27 北京百度网讯科技有限公司 药品推荐方法及设备
CN110880361A (zh) * 2019-10-16 2020-03-13 平安科技(深圳)有限公司 一种个性化精准用药推荐方法及装置
CN111933302A (zh) * 2020-10-09 2020-11-13 平安科技(深圳)有限公司 药物推荐方法、装置、计算机设备及存储介质

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10262107B1 (en) * 2013-03-15 2019-04-16 Bao Tran Pharmacogenetic drug interaction management system
CN107545151B (zh) * 2017-09-01 2020-10-16 中南大学 一种基于低秩矩阵填充的药物重定位方法
CN109102855A (zh) * 2018-07-03 2018-12-28 北京康夫子科技有限公司 药物推荐方法
CN109754316B (zh) * 2018-12-29 2022-07-29 深圳Tcl新技术有限公司 产品推荐方法、产品推荐系统及存储介质
CN110310703B (zh) * 2019-06-25 2021-09-07 中国人民解放军军事科学院军事医学研究院 药物的预测方法、装置及计算机设备

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106295877A (zh) * 2016-08-09 2017-01-04 四川大学 一种智能电网电能使用量预测方法
US20190221303A1 (en) * 2016-08-12 2019-07-18 Good Measures, Llc Personalized nutritional recommendations using biomarker data
CN110289068A (zh) * 2019-06-20 2019-09-27 北京百度网讯科技有限公司 药品推荐方法及设备
CN110880361A (zh) * 2019-10-16 2020-03-13 平安科技(深圳)有限公司 一种个性化精准用药推荐方法及装置
CN111933302A (zh) * 2020-10-09 2020-11-13 平安科技(深圳)有限公司 药物推荐方法、装置、计算机设备及存储介质

Also Published As

Publication number Publication date
CN111933302B (zh) 2021-01-05
CN111933302A (zh) 2020-11-13

Similar Documents

Publication Publication Date Title
US20190147995A1 (en) Systems and methods for clinical decision-making
US11302424B2 (en) Predicting clinical trial eligibility based on cohort trends
Bertsimas et al. Personalized diabetes management using electronic medical records
CN111696675B (zh) 基于物联网数据的用户数据分类方法、装置及计算机设备
US8046242B1 (en) Systems and methods for verifying prescription dosages
Elliott et al. Components of care vary in importance for overall patient-reported experience by type of hospitalization
Letterie et al. Artificial intelligence in in vitro fertilization: a computer decision support system for day-to-day management of ovarian stimulation during in vitro fertilization
US20200388359A1 (en) Methods and system of blockchain-based medical service management
US20150324547A1 (en) Methods and systems for pharmaceutical prescription authorization rules generation
Pérez-Gandía et al. Decision support in diabetes care: the challenge of supporting patients in their daily living using a mobile glucose predictor
WO2021179694A1 (fr) Procédé de recommandation de médicaments, appareil, dispositif informatique et support de stockage
JP2018120430A (ja) 医療情報提供方法、医療情報提供装置、及びプログラム
US20200402630A1 (en) Systems and methods for clinical decision-making
US20190237192A1 (en) Personal health operating system
US20190333158A1 (en) Methods and systems for maintaining pharmacy provider networks
Herrin et al. Comparative effectiveness of machine learning approaches for predicting gastrointestinal bleeds in patients receiving antithrombotic treatment
US20200152305A1 (en) Healthcare compliance process over a network
CN112488858A (zh) 一种慢病数据管理方法和系统
Busch et al. Changes over time and disparities in schizophrenia treatment quality
CN112732940A (zh) 基于模型的医学知识图谱的推理方法、装置、设备及介质
Gowsalya et al. Predicting the risk of readmission of diabetic patients using MapReduce
Ku et al. Duration and continuity of Medicaid enrollment before the COVID-19 pandemic
Cantor et al. Impact of a provider tele-mentoring learning model on the care of medicaid-enrolled patients with diabetes
Anderson et al. Prevalence of diabetes medication Intensifications in older adults discharged from US veterans health administration hospitals
Anderson et al. Intensification of diabetes medications at hospital discharge and clinical outcomes in older adults in the veterans administration health system

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 20923852

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20923852

Country of ref document: EP

Kind code of ref document: A1