CN113113155A - Infectious disease trend prediction method based on neural network and SEIR model - Google Patents
Infectious disease trend prediction method based on neural network and SEIR model Download PDFInfo
- Publication number
- CN113113155A CN113113155A CN202110658591.1A CN202110658591A CN113113155A CN 113113155 A CN113113155 A CN 113113155A CN 202110658591 A CN202110658591 A CN 202110658591A CN 113113155 A CN113113155 A CN 113113155A
- Authority
- CN
- China
- Prior art keywords
- epidemic situation
- patients
- trend prediction
- infection rate
- seir
- 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.)
- Pending
Links
- 238000000034 method Methods 0.000 title claims abstract description 29
- 208000015181 infectious disease Diseases 0.000 title claims abstract description 23
- 208000035473 Communicable disease Diseases 0.000 title claims abstract description 20
- 238000013528 artificial neural network Methods 0.000 title claims abstract description 16
- 230000009385 viral infection Effects 0.000 claims abstract description 46
- 238000012549 training Methods 0.000 claims abstract description 21
- 230000008569 process Effects 0.000 claims abstract description 6
- 238000007781 pre-processing Methods 0.000 claims abstract description 4
- 208000036142 Viral infection Diseases 0.000 claims description 22
- 241000700605 Viruses Species 0.000 claims description 13
- 230000006870 function Effects 0.000 claims description 12
- 230000004913 activation Effects 0.000 claims description 5
- 230000001131 transforming effect Effects 0.000 claims description 5
- 238000003745 diagnosis Methods 0.000 claims description 4
- 230000002265 prevention Effects 0.000 claims description 4
- 238000012886 linear function Methods 0.000 claims description 3
- 230000009466 transformation Effects 0.000 claims description 3
- 238000011534 incubation Methods 0.000 claims description 2
- 238000013473 artificial intelligence Methods 0.000 abstract description 2
- 238000010801 machine learning Methods 0.000 description 5
- 238000011161 development Methods 0.000 description 3
- 238000013178 mathematical model Methods 0.000 description 2
- 238000012360 testing method Methods 0.000 description 2
- 230000009286 beneficial effect Effects 0.000 description 1
- 238000004364 calculation method Methods 0.000 description 1
- 230000008859 change Effects 0.000 description 1
- 238000013480 data collection Methods 0.000 description 1
- 238000010586 diagram Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 230000003068 static effect Effects 0.000 description 1
- 238000012795 verification Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G16—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
- G16H—HEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
- G16H50/00—ICT specially adapted for medical diagnosis, medical simulation or medical data mining; ICT specially adapted for detecting, monitoring or modelling epidemics or pandemics
- G16H50/80—ICT specially adapted for medical diagnosis, medical simulation or medical data mining; ICT specially adapted for detecting, monitoring or modelling epidemics or pandemics for detecting, monitoring or modelling epidemics or pandemics, e.g. flu
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/044—Recurrent networks, e.g. Hopfield networks
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/047—Probabilistic or stochastic networks
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
- G06N3/084—Backpropagation, e.g. using gradient descent
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Health & Medical Sciences (AREA)
- Biomedical Technology (AREA)
- Data Mining & Analysis (AREA)
- General Health & Medical Sciences (AREA)
- General Physics & Mathematics (AREA)
- Mathematical Physics (AREA)
- Biophysics (AREA)
- Evolutionary Computation (AREA)
- Life Sciences & Earth Sciences (AREA)
- Molecular Biology (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- Artificial Intelligence (AREA)
- Computational Linguistics (AREA)
- Software Systems (AREA)
- Public Health (AREA)
- Medical Informatics (AREA)
- Probability & Statistics with Applications (AREA)
- Databases & Information Systems (AREA)
- Pathology (AREA)
- Epidemiology (AREA)
- Primary Health Care (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
The invention relates to the field of artificial intelligence prediction, in particular to an infectious disease trend prediction method based on a neural network and an SEIR model, which comprises the following steps: step 1, acquiring a data set; step 2, preprocessing data; step 3, constructing an epidemic situation trend prediction model consisting of a virus infection rate prediction module and an epidemic situation trend prediction module; step 4, training the epidemic situation trend prediction model by using the data preprocessed in the step 2, and setting a loss function and a model parameter updating mode of the epidemic situation trend prediction model; step 5, predicting the epidemic situation trend by using the epidemic situation trend prediction model trained in the step 1 to the step 4; the method can effectively and dynamically predict the epidemic situation trend of the infectious diseases in real time by using less training data, and the prediction process does not need human intervention.
Description
Technical Field
The invention relates to the field of artificial intelligence prediction, in particular to an infectious disease trend prediction method based on a neural network and an SEIR model.
Background
With the development of machine learning in recent years, prediction methods can be divided into traditional methods without using a machine learning method and methods using machine learning, and the traditional methods use traditional static infectious disease mathematical models (such as an SIR model, an SEIR model and the like) to model and predict the spread of an epidemic situation.
In the traditional infectious disease epidemic situation trend prediction method, parameters in a prediction model cannot be self-adapted, so that dynamic prediction cannot be realized, and the influence of manual intervention is large due to the fact that the model parameters are set by experience; in the method using machine learning, time sequence information in data is not considered, or overall control is not carried out on various groups of people in the epidemic situation, so that comprehensive prediction on the trend situation of the epidemic situation is difficult.
Disclosure of Invention
Based on the problems, the invention provides the infectious disease trend prediction method based on the neural network and the SEIR model, the method can effectively and dynamically predict the infectious disease trend in real time by using less training data, and the prediction process does not need human intervention.
In order to solve the technical problems, the technical scheme adopted by the invention is as follows:
an infectious disease trend prediction method based on a neural network and an SEIR model comprises the following steps:
step 2, preprocessing data;
step 3, constructing an epidemic situation trend prediction model consisting of a virus infection rate prediction module and an epidemic situation trend prediction module;
step 4, training the epidemic situation trend prediction model by using the data preprocessed in the step 2, and setting a loss function and a model parameter updating mode of the epidemic situation trend prediction model;
and 5, predicting the epidemic situation trend by using the epidemic situation trend prediction model trained in the steps 1 to 4.
Further, in the step 3, the preprocessed data is input into the virus infection rate prediction module and sequentially passes through an LSTM layer, a full link layer and a nonlinear transformation layer, the LSTM layer outputs the features containing the time sequence information, then the full link layer integrates the features, SoftPlus is used as an activation function, and finally the virus infection rates of the confirmed patients and the latent patients at a certain moment are output and predicted.
Further, the formula using SoftPlus as the activation function is:where exp is a non-linear function.
Further, in step 3, the formula for predicting the viral infection rates of the confirmed patients and the latent patients at a certain time is as follows:
wherein,indicating the viral infection rate of the diagnosed patient,indicating the viral infection rate of the patients in the latent stage,to representThe virus infection rate of the patient is diagnosed at any moment,to representPatients with latent period of timeThe rate of infection by the virus of (a),to representThe scaling of the infection rate of the virus at the moment,to representThe intensity of the epidemic situation prevention and control measures,to representThe viral infection rate of patients with time-latent phase is a multiple compared to the viral infection rate of patients with confirmed diagnosis.
Further, in the step 3, the output result of the virus infection rate prediction module is input into the epidemic situation trend prediction module, and the prediction of the epidemic situation trend is output through an SEIR model layer.
Further, in step 3, the prediction formula of the epidemic situation trend is as follows:
wherein,indicates the number of people who are not infected,the number of patients in the latent period is shown,the number of patients who have been diagnosed is indicated,indicating the number of virus removers,is shown inThe number of people not infected at that moment,is shown inThe number of patients in the latent period at the moment,is shown inThe number of patients can be diagnosed at any time,is shown inThe number of virus removers at any time,indicating the viral infection rate of the diagnosed patient,indicating the viral infection rate of the patients in the latent stage,indicating the probability of a latent patient transforming into a diagnosed patient,means for diagnosing patientsAs a probability of the virus remover,、、、respectively representTime of day、、、The predicted value of (a) is determined,and indicates the total population.
Further, in the step 4, the average square error is selected as a loss function during training.
Further, in step 4, the model parameter updating mode is set to be the learning rate of 0.005, a complete training set is a learning batch, the total number of learning iterations is 5000, the network training process updates parameters once for each learning batch, learning errors are calculated according to the output of the epidemic situation trend prediction module and the real label, the network parameters are updated by using the BP algorithm through errors, after each iteration learning is completed, the epidemic situation trend prediction module calculates the current prediction errors and compares the current prediction errors with the historical minimum errors, if the current prediction errors are smaller than the historical minimum errors, the current epidemic situation trend prediction module is saved, the historical minimum errors are updated to be the current errors, and then the training is continued until the total number of learning iterations is reached.
Compared with the prior art, the invention has the beneficial effects that:
1. the invention can realize automatic dynamic prediction on the infection rate of infectious diseases and the trend development of epidemic situation, thereby reducing manual operation and reducing the influence caused by manual intervention;
2. the method uses the time sequence information in the epidemic situation data, and combines the historical information and the current information to comprehensively predict;
3. and predicting various groups in the epidemic situation, and mastering the overall development trend of the epidemic situation.
Drawings
FIG. 1 is a flow chart of the present embodiment;
fig. 2 is a frame diagram of the epidemic situation trend prediction model in this embodiment.
Detailed Description
The invention will be further described with reference to the accompanying drawings. Embodiments of the present invention include, but are not limited to, the following examples.
Fig. 1 shows an infectious disease trend prediction method based on a neural network and an SEIR model, which includes the following steps:
step 2, preprocessing data;
step 3, as shown in fig. 2, constructing an epidemic situation trend prediction model consisting of a virus infection rate prediction module and an epidemic situation trend prediction module;
step 4, training the epidemic situation trend prediction model by using the data preprocessed in the step 2, and setting a loss function and a model parameter updating mode of the epidemic situation trend prediction model;
and 5, predicting the epidemic situation trend by using the epidemic situation trend prediction model trained in the steps 1 to 4.
Further, in step 1, the data set includes suspected case data, confirmed case data, and removed case data.
Further, in step 2, the second stepTo+2 days of suspected case data, existing confirmed case data, removal case data as inputData sorting is carried out on daily suspected case data, existing confirmed case data and removed case data serving as corresponding labels to obtain 62 parts of data, and then the 62 parts of data are further sorted into 4 data sets according to the scale of a training set: data _10, Data _20, Data _30, Data _ 40; the Data _10 division rule is that the first 10 Data is a training set, the 11 th input Data is initial input Data of a test set, and the label of the last 52 Data is a label of the test set; the Data _20, Data _30 and Data _40 division rules are the same.
Further, the virus infection rate prediction module is constructed according to the following principle:
in this example, viral infection rates were established for confirmed patients and for patients in the latent phaseAndmeanwhile, the change situation at the later stage of the virus infection rate is closely related to prevention and control measures and diagnosis and treatment measures at the early stage of the epidemic situation, and the prediction of the virus infection rate needs to be jointly analyzed according to historical information and current information, so that the prediction of the virus infection rate is a kind of time sequence prediction problem, the LSTM in the deep cycle neural network has excellent time sequence learning capability, can store information in past data and combine the information with information in the current data, and is based on the LSTM and the information in the past dataAndthe mathematical model designs a virus infection rate prediction module;
in this embodiment, the virus infection rate prediction module includes an LSTM layer, a full link layer, and a nonlinear transformation layer, and after the preprocessed data is input to the virus infection rate prediction module, the LSTM layer outputs the features containing the timing information, and then the full link layer integrates the features, using SoftPlus as the activation function, with the formula asWhere exp is a non-linear function. The nonlinear expression capability of the network is enhanced, and finally the virus infection rates of confirmed patients and latent patients at a certain moment are output and predicted;
in this embodiment, the formula for predicting the virus infection rates of confirmed patients and patients in the latent stage at a certain time is as follows:
wherein,indicating the viral infection rate of the diagnosed patient,indicating the viral infection rate of the patients in the latent stage,to representThe virus infection rate of the patient is diagnosed at any moment,to representThe viral infection rate of patients in the time incubation period,to representThe scaling of the infection rate of the virus at the moment,to representThe intensity of the epidemic situation prevention and control measures,to representThe viral infection rate of patients with time-latent phase is a multiple compared to the viral infection rate of patients with confirmed diagnosis.
Further, the epidemic situation trend prediction module is constructed according to the following principle:
output result of virus infection rate prediction moduleAndinputting the epidemic situation trend prediction module, and outputting the prediction of the epidemic situation trend through an SEIR model layer.
In this embodiment, the prediction formula of the epidemic situation trend is as follows:
wherein,indicates the number of people who are not infected,the number of patients in the latent period is shown,the number of patients who have been diagnosed is indicated,indicating the number of virus removers,is shown inThe number of people not infected at that moment,is shown inThe number of patients in the latent period at the moment,is shown inThe number of patients can be diagnosed at any time,is shown inThe number of virus removers at any time,indicating the viral infection rate of the diagnosed patient,indicating the viral infection rate of the patients in the latent stage,indicating the probability of a latent patient transforming into a diagnosed patient,representing the probability of a diagnosed patient transforming into a virus remover,、、、respectively representTime of day、、、The predicted value of (a) is determined,and indicates the total population.
Furthermore, in step 4, the loss function is used to measure the difference level between the predicted result and the actual situation, so that the selected result directly affects the model training effect,in this embodiment, the average square error is selected as a loss function during training, and the difficulty, accuracy and importance of various data collection in reality are considered, so that the pair、、And respectively calculating MSEs by the data, and weighting the three types of MSEs to obtain an overall learning error of the network, wherein the overall learning error of the network is as follows:
wherein,、、are respectively composed of、、MSE calculated by data, and the calculation method of the MSE is as follows:
wherein,is composed ofThe actual value of the time of day,is composed ofThe predicted value of the time of day,is the total time length.
Further, in step 4, network setup,The model parameter updating mode is set to be that the learning rate is 0.005, a complete training set is a learning batch, the total learning iteration frequency is 5000, the network training process carries out parameter updating once for each learning batch, learning errors are calculated according to the output of the epidemic situation trend prediction module and real labels, the network parameters are updated by using errors through a BP algorithm, after each iteration learning is completed, the epidemic situation trend prediction module calculates the current prediction errors and compares the current prediction errors with the historical minimum errors, if the current prediction errors are smaller than the historical minimum errors, the current epidemic situation trend prediction module is stored, the historical minimum errors are updated to be the current errors, and then the training is continued until the total learning iteration frequency is reached.
Further, in step 5, since the prediction is to predict the epidemic situation trend in a future period of time, there is no future epidemic situation data, so that only one set of initial data including three consecutive days is input to the epidemic situation trend prediction model in the prediction、、Data, one day for one prediction period, and epidemic trend prediction model for each set of input to predict the next day、、And combining the prediction result with the last two days of data in the input data to form new input data so as to continue predicting the epidemic situation of the last day until the total prediction period is reached.
The above is an embodiment of the present invention. The specific parameters in the above embodiments and examples are only for the purpose of clearly illustrating the invention verification process of the inventor and are not intended to limit the scope of the invention, which is defined by the claims, and all equivalent structural changes made by using the contents of the specification and the drawings of the present invention should be covered by the scope of the present invention.
Claims (8)
1. An infectious disease trend prediction method based on a neural network and an SEIR model is characterized by comprising the following steps:
step 1, acquiring a data set;
step 2, preprocessing data;
step 3, constructing an epidemic situation trend prediction model consisting of a virus infection rate prediction module and an epidemic situation trend prediction module;
step 4, training the epidemic situation trend prediction model by using the data preprocessed in the step 2, and setting a loss function and a model parameter updating mode of the epidemic situation trend prediction model;
and 5, predicting the epidemic situation trend by using the epidemic situation trend prediction model trained in the steps 1 to 4.
2. An infectious disease trend prediction method based on neural networks and SEIR models as claimed in claim 1, wherein: in the step 3, the preprocessed data is input into a virus infection rate prediction module and sequentially passes through an LSTM layer, a full connection layer and a nonlinear transformation layer, the LSTM layer outputs the characteristics containing the time sequence information, then the full connection layer integrates the characteristics, and finally the virus infection rates of the confirmed patients and the latent patients at a certain moment are output and predicted by using SoftPlus as an activation function.
4. An infectious disease trend prediction method based on neural networks and SEIR models as claimed in claim 3, wherein: in step 3, the formula for predicting the virus infection rates of the confirmed patients and the latent patients at a certain time is as follows:
wherein,indicating the viral infection rate of the diagnosed patient,indicating the viral infection rate of the patients in the latent stage,to representThe virus infection rate of the patient is diagnosed at any moment,to representThe viral infection rate of patients in the time incubation period,to representThe scaling of the infection rate of the virus at the moment,to representThe intensity of the epidemic situation prevention and control measures,to representThe viral infection rate of patients with time-latent phase is a multiple compared to the viral infection rate of patients with confirmed diagnosis.
5. An infectious disease trend prediction method based on neural networks and SEIR models as claimed in claim 2, wherein: and in the step 3, the output result of the virus infection rate prediction module is input into an epidemic situation trend prediction module and is output for predicting the epidemic situation trend through an SEIR model layer.
6. An infectious disease trend prediction method based on neural networks and SEIR models as claimed in claim 5, wherein: in the step 3, the prediction formula of the epidemic situation trend is as follows:
wherein,indicates the number of people who are not infected,the number of patients in the latent period is shown,the number of patients who have been diagnosed is indicated,indicating the number of virus removers,is shown inThe number of people not infected at that moment,is shown inThe number of patients in the latent period at the moment,is shown inThe number of patients can be diagnosed at any time,is shown inThe number of virus removers at any time,indicating the viral infection rate of the diagnosed patient,indicating the viral infection rate of the patients in the latent stage,indicating the probability of a latent patient transforming into a diagnosed patient,representing the probability of a diagnosed patient transforming into a virus remover,、、、respectively representTime of day、、、The predicted value of (a) is determined,and indicates the total population.
7. An infectious disease trend prediction method based on neural networks and SEIR models as claimed in claim 1, wherein: in step 4, the average square error is selected as a loss function during training.
8. An infectious disease trend prediction method based on neural networks and SEIR models as claimed in claim 1, wherein: in the step 4, the model parameter updating mode is set to be that the learning rate is 0.005, a complete training set is a learning batch, the total learning iteration frequency is 5000, the network training process updates parameters once for each learning batch, learning errors are calculated according to the output of the epidemic situation trend prediction module and the real label, the network parameters are updated by using BP algorithm with errors, after each iteration learning is completed, the epidemic situation trend prediction module calculates the current prediction errors and compares the current prediction errors with the historical minimum errors, if the current prediction errors are smaller than the historical minimum errors, the current epidemic situation trend prediction module is stored, the historical minimum errors are updated to be the current errors, and then the training is continued until the total learning iteration frequency is reached.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110658591.1A CN113113155A (en) | 2021-06-15 | 2021-06-15 | Infectious disease trend prediction method based on neural network and SEIR model |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110658591.1A CN113113155A (en) | 2021-06-15 | 2021-06-15 | Infectious disease trend prediction method based on neural network and SEIR model |
Publications (1)
Publication Number | Publication Date |
---|---|
CN113113155A true CN113113155A (en) | 2021-07-13 |
Family
ID=76723702
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202110658591.1A Pending CN113113155A (en) | 2021-06-15 | 2021-06-15 | Infectious disease trend prediction method based on neural network and SEIR model |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN113113155A (en) |
Cited By (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112529329A (en) * | 2020-12-21 | 2021-03-19 | 广东珠江智联信息科技股份有限公司 | Infectious disease prediction method based on BP algorithm and SEIR model |
CN113345599A (en) * | 2021-08-04 | 2021-09-03 | 医渡云(北京)技术有限公司 | Epidemic situation prediction method, epidemic situation prediction device, storage medium and electronic equipment |
CN113539517A (en) * | 2021-08-05 | 2021-10-22 | 浙江大学 | Prediction method of time sequence intervention effect |
CN113593716A (en) * | 2021-07-30 | 2021-11-02 | 延安大学 | Infectious disease trend prediction method and device |
CN113744888A (en) * | 2021-09-02 | 2021-12-03 | 深圳万海思数字医疗有限公司 | Regional epidemic trend prediction early warning method and system |
CN114496296A (en) * | 2022-02-07 | 2022-05-13 | 华北理工大学 | SEIARN propagation prediction system based on LSTM track crossing |
CN117672544A (en) * | 2023-12-14 | 2024-03-08 | 广东省疾病预防控制中心 | Infectious disease transmission prediction method and system based on SEIR model |
CN117690601A (en) * | 2024-02-02 | 2024-03-12 | 江西省胸科医院(江西省第三人民医院) | Tuberculosis epidemic trend prediction system based on big data analysis |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20170316324A1 (en) * | 2016-04-27 | 2017-11-02 | Virginia Polytechnic Institute And State University | Computerized Event-Forecasting System and User Interface |
CN111524611A (en) * | 2020-04-24 | 2020-08-11 | 腾讯科技(深圳)有限公司 | Method, device and equipment for constructing infectious disease trend prediction model |
CN111739658A (en) * | 2020-07-20 | 2020-10-02 | 医渡云(北京)技术有限公司 | Method and device for predicting infectious disease trend based on input case |
CN112163705A (en) * | 2020-09-29 | 2021-01-01 | 重庆邮电大学 | Epidemic situation prediction and early warning method based on CNN + SEIR and LSTM |
CN112529329A (en) * | 2020-12-21 | 2021-03-19 | 广东珠江智联信息科技股份有限公司 | Infectious disease prediction method based on BP algorithm and SEIR model |
CN112712903A (en) * | 2021-01-15 | 2021-04-27 | 杭州中科先进技术研究院有限公司 | Infectious disease monitoring method based on human-computer three-dimensional cooperative sensing |
-
2021
- 2021-06-15 CN CN202110658591.1A patent/CN113113155A/en active Pending
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20170316324A1 (en) * | 2016-04-27 | 2017-11-02 | Virginia Polytechnic Institute And State University | Computerized Event-Forecasting System and User Interface |
CN111524611A (en) * | 2020-04-24 | 2020-08-11 | 腾讯科技(深圳)有限公司 | Method, device and equipment for constructing infectious disease trend prediction model |
CN111739658A (en) * | 2020-07-20 | 2020-10-02 | 医渡云(北京)技术有限公司 | Method and device for predicting infectious disease trend based on input case |
CN112163705A (en) * | 2020-09-29 | 2021-01-01 | 重庆邮电大学 | Epidemic situation prediction and early warning method based on CNN + SEIR and LSTM |
CN112529329A (en) * | 2020-12-21 | 2021-03-19 | 广东珠江智联信息科技股份有限公司 | Infectious disease prediction method based on BP algorithm and SEIR model |
CN112712903A (en) * | 2021-01-15 | 2021-04-27 | 杭州中科先进技术研究院有限公司 | Infectious disease monitoring method based on human-computer three-dimensional cooperative sensing |
Non-Patent Citations (1)
Title |
---|
甘雨 等: "新冠肺炎疫情趋势预测模型", 《智能系统学报》 * |
Cited By (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112529329A (en) * | 2020-12-21 | 2021-03-19 | 广东珠江智联信息科技股份有限公司 | Infectious disease prediction method based on BP algorithm and SEIR model |
CN113593716A (en) * | 2021-07-30 | 2021-11-02 | 延安大学 | Infectious disease trend prediction method and device |
CN113593716B (en) * | 2021-07-30 | 2024-02-09 | 延安大学 | Infectious disease trend prediction method and device |
CN113345599A (en) * | 2021-08-04 | 2021-09-03 | 医渡云(北京)技术有限公司 | Epidemic situation prediction method, epidemic situation prediction device, storage medium and electronic equipment |
CN113539517A (en) * | 2021-08-05 | 2021-10-22 | 浙江大学 | Prediction method of time sequence intervention effect |
CN113539517B (en) * | 2021-08-05 | 2024-04-16 | 浙江大学 | Method for predicting time sequence intervention effect |
CN113744888A (en) * | 2021-09-02 | 2021-12-03 | 深圳万海思数字医疗有限公司 | Regional epidemic trend prediction early warning method and system |
CN113744888B (en) * | 2021-09-02 | 2023-09-22 | 深圳万海思数字医疗有限公司 | Regional epidemic trend prediction and early warning method and system |
CN114496296A (en) * | 2022-02-07 | 2022-05-13 | 华北理工大学 | SEIARN propagation prediction system based on LSTM track crossing |
CN117672544A (en) * | 2023-12-14 | 2024-03-08 | 广东省疾病预防控制中心 | Infectious disease transmission prediction method and system based on SEIR model |
CN117690601A (en) * | 2024-02-02 | 2024-03-12 | 江西省胸科医院(江西省第三人民医院) | Tuberculosis epidemic trend prediction system based on big data analysis |
CN117690601B (en) * | 2024-02-02 | 2024-05-24 | 江西省胸科医院(江西省第三人民医院) | Tuberculosis epidemic trend prediction system based on big data analysis |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN113113155A (en) | Infectious disease trend prediction method based on neural network and SEIR model | |
CN111524611A (en) | Method, device and equipment for constructing infectious disease trend prediction model | |
CN111445997A (en) | Infectious disease dynamics model based on machine learning algorithm and analysis method | |
CN102469103B (en) | Trojan event prediction method based on BP (Back Propagation) neural network | |
CN102945310A (en) | Epidemic propagation network modeling and inference of based on autonomic computing | |
CN110379522A (en) | A kind of disease popularity trend predicting system and method | |
JPH0636061A (en) | Learning system of hierarchic neural network | |
CN113035368A (en) | Disease propagation prediction method based on differential migration diagram neural network | |
CN112116002A (en) | Determination method, verification method and device of detection model | |
CN115640337B (en) | Abnormal data prediction method, system and related equipment for symbolic graph network | |
CN114283320A (en) | Target detection method based on full convolution and without branch structure | |
CN115271975A (en) | Information processing method of medical insurance service | |
CN117292844A (en) | Epidemic situation prediction method and system based on epidemic situation trend and management and control policy association model | |
CN110310199A (en) | Borrow or lend money construction method, system and the debt-credit Risk Forecast Method of risk forecast model | |
CN113053536B (en) | Infectious disease prediction method, system and medium based on hidden Markov model | |
CN110322342A (en) | Borrow or lend money construction method, system and the debt-credit Risk Forecast Method of risk forecast model | |
CN112397202B (en) | Prediction method for height growth curve of teenager and child | |
CN110555472A (en) | electrocardiosignal data labeling method based on active learning | |
CN112185581A (en) | New coronary pneumonia SIT model inversion method based on Python and BP neural network | |
Wen et al. | Cascade SEIRD: Forecasting the Spread of COVID-19 with Dynamic Parameters Update | |
CN117198555B (en) | Disease transmission prediction method based on viral load and neural network | |
Wu et al. | Leveraging Neural Networks to Profile Health Care Providers with Application to Medicare Claims | |
CN118072976B (en) | System and method for predicting respiratory tract diseases of children based on data analysis | |
CN115952838B (en) | Self-adaptive learning recommendation system-based generation method and system | |
CN115302507B (en) | Intelligent decision method for disassembly process of digital twin-driven industrial robot |
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 | ||
RJ01 | Rejection of invention patent application after publication | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20210713 |