CN117686555A - LC humidity sensor drift compensation method based on machine learning - Google Patents

LC humidity sensor drift compensation method based on machine learning Download PDF

Info

Publication number
CN117686555A
CN117686555A CN202410153167.5A CN202410153167A CN117686555A CN 117686555 A CN117686555 A CN 117686555A CN 202410153167 A CN202410153167 A CN 202410153167A CN 117686555 A CN117686555 A CN 117686555A
Authority
CN
China
Prior art keywords
data
model
humidity sensor
neural network
function
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.)
Granted
Application number
CN202410153167.5A
Other languages
Chinese (zh)
Other versions
CN117686555B (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.)
Nanjing University Of Posts And Telecommunications Nantong Institute Co ltd
Nanjing University of Posts and Telecommunications
Original Assignee
Nanjing University Of Posts And Telecommunications Nantong Institute Co ltd
Nanjing University of Posts and Telecommunications
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 Nanjing University Of Posts And Telecommunications Nantong Institute Co ltd, Nanjing University of Posts and Telecommunications filed Critical Nanjing University Of Posts And Telecommunications Nantong Institute Co ltd
Priority to CN202410153167.5A priority Critical patent/CN117686555B/en
Publication of CN117686555A publication Critical patent/CN117686555A/en
Application granted granted Critical
Publication of CN117686555B publication Critical patent/CN117686555B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02TCLIMATE CHANGE MITIGATION TECHNOLOGIES RELATED TO TRANSPORTATION
    • Y02T10/00Road transport of goods or passengers
    • Y02T10/10Internal combustion engine [ICE] based vehicles
    • Y02T10/40Engine management systems

Landscapes

  • Investigating Or Analyzing Materials By The Use Of Electric Means (AREA)

Abstract

The invention discloses a machine learning-based LC humidity sensor drift compensation method, which comprises the following steps: carrying out a temperature test experiment on the LC humidity sensor to obtain original data, wherein the original data comprises a plurality of groups of data, and each group of data comprises response data under humidity and temperature conditions; preprocessing response data, extracting response bandwidth BW, real part impedance maximum Re #) Max and the resonance frequency Freq corresponding to the maximum value thereof, denoising the Max by utilizing wavelet analysis, and carrying out normalization processing on the denoised data to be used as a characteristic to establish a data set; initializing a BP neural network, and optimizing the BP neural network model by adopting a genetic algorithm to obtain a GA-BP model; the GA-BP model is trained with the training set, and the trained model is used for compensation of the drift data test set. The invention compensates the drift of the LC humidity sensor through the neural network model, and the model is obtained through learning the drift data setThe coefficient reaches 0.966, the model can explain 96.6% of uncertainty, and good compensation effect is obtained.

Description

LC humidity sensor drift compensation method based on machine learning
Technical Field
The invention relates to the technical field of LC sensors, in particular to a drift compensation method of an LC humidity sensor based on machine learning.
Background
LC passive wireless sensors are essentially LC resonant loops consisting of passive element resistance, capacitance and inductance. The LC sensor has small volume, low cost and lower power consumption, does not need to replace a battery, can be used for detecting parameters such as pH monitoring, temperature, humidity, biological potential, strain and the like, and has important use value and scientific research significance.
However, the sensor often has drift phenomenon due to external environmental changes (temperature, electromagnetic interference, etc.), that is, the sensor response deviates from the reference value, which may lead to inaccurate subsequent pattern recognition results. Aiming at the problem of unstable response data of the LC humidity sensor caused by temperature change, the neural network model is adopted to compensate the temperature drift of the LC humidity sensor, and the method has important significance in obtaining a more stable and more reliable output result.
In view of the above, it is necessary to design a method for compensating LC humidity sensor drift based on machine learning to solve the above-mentioned problems.
Disclosure of Invention
The invention aims to provide a drift compensation method of an LC humidity sensor based on machine learning, aiming at the problem of unstable response data of the LC humidity sensor caused by temperature change.
In order to achieve the above purpose, the invention adopts the following technical scheme that the method comprises the following steps:
s1, performing a temperature test experiment on an LC humidity sensor to obtain original data, wherein the original data comprises a plurality of groups of data, and each group of data comprises response data of the LC humidity sensor under a humidity environment and a temperature condition;
s2, preprocessing response data of the LC humidity sensor, extracting response bandwidth BW and real part impedance maximum value Re #) Max, and said maximum value Re (>) The method comprises the steps of (1) denoising the resonance frequency Freq corresponding to Max by utilizing wavelet analysis, and taking the denoised data as a characteristic to establish a data set after normalization processing;
s3, initializing a BP neural network, and optimizing the BP neural network model by adopting a genetic algorithm to obtain a GA-BP model;
and S4, training the GA-BP model by using a training set, and using the trained model for compensation of a drift data testing set.
As a further improvement of the present invention, the basis function used for the wavelet analysis in S2 is db10, and the number of decomposition layers is 3.
As a further improvement of the present invention, the threshold value of the wavelet analysis in S2 is selected as a modified fixed threshold value, expressed as:
the threshold function is selected as an improved threshold function, and the formula of the threshold function is as follows:
wherein the method comprises the steps ofAs the standard deviation of the signal,Nfor the length of the data to be the same,jto decompose the layer number->For estimating wavelet coefficients +.>For the decomposed wavelet coefficients sgn is a sign piecewise function.
As a further improvement of the present invention, the BP neural network in the S3 includes 1 input layer, 2 hidden layers, and 1 output layer, the input layer having 3 inputs, the 2 hidden layers having m and n neurons, respectively.
As a further improvement of the invention, the BP neural network performs nonlinear transformation through linear combination of inputs and then through a neuron activation function, wherein the neuron activation function selects a Sigmoid function to perform mean square error of an estimated value and an actual measured valueMSEA function as an error function and minimizing the error function using a back propagation algorithm, wherein the mean square errorMSEThe expression of the function is:
wherein,for the actual observations +.>The output value is predicted for the model and,Nis the number of test points.
As a further improvement of the present invention, the genetic algorithm in S3 optimizes the BP neural network, by continuously evolving individuals in the population, by selecting, crossing and mutating to explore the hyper-parameter space, to obtain an optimal hyper-parameter combination, and after multiple iterations, the genetic algorithm converges to individuals with high fitness, which correspond to the hyper-parameter combination.
As a further improvement of the present invention, the genetic algorithm uses a decision coefficient when optimizing the BP neural networkAs a model evaluation index, the determination coefficient +.>The expression of (2) is:
wherein,for the actual observations +.>For the mean value of the actual observations, +.>The output value is predicted for the model and,Nis the number of test points.
The beneficial effects of the invention are as follows:
the invention uses neural network modelCompensating for temperature drift of LC humidity sensor, and learning the temperature drift data set to obtain the modelThe coefficient reaches 0.966, which shows that the model can explain 96.6% uncertainty and obtain good effect.
Drawings
FIG. 1 is a flow chart of a method for suppressing temperature drift of an LC passive wireless sensor using a neural network model according to an embodiment of the present invention;
FIG. 2 is a feature diagram of a selection of a temperature drift dataset for establishing an LC passive wireless humidity sensor;
FIG. 3 is a graph of noise reduction for real impedance maximum data at 15℃and relative humidity varying from 50% RH to 95% RH;
FIG. 4 is a graph of noise reduction for resonant frequency data at 35℃and relative humidity varying from 50% RH to 95% RH;
FIG. 5 is a diagram of an initializing neural network of the present invention;
FIG. 6 is a graph of the comparison of the results of the temperature drift data fitting with the trained neural network model and the actual results according to the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in detail with reference to the accompanying drawings and specific embodiments.
It should be noted that, in order to avoid obscuring the present invention due to unnecessary details, only structures and/or processing steps closely related to aspects of the present invention are shown in the drawings, and other details not greatly related to the present invention are omitted.
As shown in fig. 1, the method for compensating the drift of the LC humidity sensor based on the neural network model according to the present invention includes:
s1, performing a temperature test experiment on an LC passive wireless humidity sensor to obtain original data, wherein the original data comprise a plurality of groups of data, and each group of data comprises response data of the LC humidity sensor under a humidity environment and a temperature condition.
S2, preprocessing LC response data, wherein FIG. 2 is a response curve of the LC humidity sensor when the temperature is 25 ℃ and the relative humidity is 60%RH, and extracting response bandwidth BW and real part impedance maximum Re #, as shown in FIG. 2) Max, and its maximum value.
The wavelet analysis is utilized to reduce noise of the extracted data, the adopted base function is db10, the number of decomposition layers is 3, the wavelet analysis threshold is selected as an improved fixed threshold, and the expression is as follows:
the threshold function is selected as an improved threshold function, and the formula of the threshold function is as follows:
wherein the method comprises the steps ofAs the standard deviation of the signal,Nfor the length of the data to be the same,jto decompose the layer number->For estimating wavelet coefficients +.>For the decomposed wavelet coefficients sgn is a sign piecewise function.
Fig. 3 is a graph of noise reduction of real impedance maximum data at 15 ℃ when the relative humidity is changed from 50% rh to 95% rh, and fig. 4 is a graph of noise reduction of resonance frequency data at 35 ℃ when the relative humidity is changed from 50% rh to 95% rh, and the data after noise reduction is normalized to create a data set as a feature.
S3, initializing BP neural network, as shown in FIG. 5, comprising 1 input layer, 2 hidden layers and 1 output layer, which inputsThere are 3 inputs to the layer and m and n neurons in the 2 hidden layers, respectively. The neural network is constructed by linear combination of inputs and nonlinear transformation of the inputs through an activation function, wherein the neuron activation function is a Sigmoid function, and the mean square error of an estimated value and an actual measured value is calculatedMSE) The function is used as an error function, and the error function is minimized by using a back propagation algorithm, wherein the expression of the mean square error is as follows:
wherein,for the actual observations +.>And predicting an output value for the model, wherein N is the number of test points.
And optimizing the BP neural network model by adopting a genetic algorithm to obtain a GA-BP model, optimizing the super parameters of the network, and searching for the combination of the optimal learning rate and the neuron number of the hidden layer.
Using the decision coefficient [ ]) As a model evaluation index, < >>The coefficients reflect the ratio of the total variation of the dependent variable to be interpreted by the independent variable by regression relation, ++>The closer the coefficient is to 1, the better the regression fit is, and the expression is:
wherein,for the actual observations +.>For the mean value of the actual observations, +.>The output value is predicted for the model and,Nis the number of test points.
The model uses an optimizer of Adam, the iteration number (epoch) is 10000, the super parameters used comprise the number of neurons of the first layer of hidden layer is 95, the number of neurons of the second layer of hidden layer is 81, and the learning rate is 0.00095.
And S4, training the GA-BP model by using a training set, and using the trained model for compensation of a drift data testing set. Figure 6 is a graph of analysis of the results of fitting the trained neural network model to temperature drift data versus the actual results,the coefficient reaches 0.966.
In summary, the invention compensates the temperature drift of the LC humidity sensor through the neural network model, and the model is obtained through the study of the temperature drift data setThe coefficient reaches 0.966, which shows that the model can explain 96.6% uncertainty and obtain good effect.
The above embodiments are only for illustrating the technical solution of the present invention and not for limiting the same, and although the present invention has been described in detail with reference to the preferred embodiments, it should be understood by those skilled in the art that modifications and equivalents may be made thereto without departing from the spirit and scope of the technical solution of the present invention.

Claims (8)

1. A machine learning based LC humidity sensor drift compensation method, comprising:
s1, performing a temperature test experiment on an LC humidity sensor to obtain original data, wherein the original data comprises a plurality of groups of data, and each group of data comprises response data of the LC humidity sensor under humidity and temperature conditions;
s2, preprocessing response data of the LC humidity sensor, extracting response bandwidth BW and real part impedance maximum value Re #) Max, and said maximum value Re (>) The method comprises the steps of (1) denoising the resonance frequency Freq corresponding to Max by utilizing wavelet analysis, and carrying out normalization processing on denoised data to establish a data set as a characteristic;
s3, initializing a BP neural network, and optimizing the BP neural network model by adopting a genetic algorithm to obtain a GA-BP model;
s4, the data set comprises a training set and a testing set, the training set is used for training the GA-BP model, and the trained model is used for compensating the testing set of drift data.
2. The method of claim 1, wherein the basis function used for the wavelet analysis in S2 is db10, and the number of decomposition layers of the signal is 3.
3. The machine learning based LC humidity sensor drift compensation method of claim 2 wherein the threshold of the wavelet analysis in S2 is selected as an improved fixed threshold expressed as:
the threshold function is selected as an improved threshold function, and the formula of the threshold function is as follows:
wherein the method comprises the steps ofAs the standard deviation of the signal,Nfor the length of the data to be the same,jto decompose the layer number->For estimating wavelet coefficients +.>For the decomposed wavelet coefficients sgn is a sign piecewise function.
4. The method of claim 1, wherein the BP neural network in S3 comprises 1 input layer, 2 hidden layers and 1 output layer, the input layer has 3 inputs, and the 2 hidden layers have m and n neurons, respectively.
5. The method for compensating drift of LC humidity sensor based on machine learning as claimed in claim 4, wherein said BP neural network is obtained by linear combination of inputs and then nonlinear transformation by neuron activation function, said neuron activation function is selected from Sigmoid function, mean square error of estimated value and actual measured valueMSEA function as an error function and minimizing the error function using a back propagation algorithm, wherein the mean square errorMSEThe expression of the function is:
wherein,for the actual observations +.>The output value is predicted for the model and,Nis the number of test points.
6. The method of claim 1, wherein the genetic algorithm in S3 optimizes a BP neural network, and wherein the genetic algorithm converges to individuals with high fitness after multiple iterations by continuously evolving individuals in a population, exploring a hyper-parameter space by selecting, crossing and mutating to obtain an optimal hyper-parameter combination, the individuals corresponding to the hyper-parameter combination.
7. The method for LC humidity sensor drift compensation based on machine learning of claim 1 wherein said genetic algorithm optimizes said BP neural network using a decision coefficientAs model evaluation index, coefficient is determinedThe expression of (2) is:
wherein,for the actual observations +.>For the mean value of the actual observations, +.>And predicting an output value for the model, wherein N is the number of test points.
8. The machine learning based LC humidity sensor drift compensation method of claim 1, wherein the BP neural network model optimizes model parameters using Adam optimizer with 10000 iterations.
CN202410153167.5A 2024-02-04 2024-02-04 LC humidity sensor drift compensation method based on machine learning Active CN117686555B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202410153167.5A CN117686555B (en) 2024-02-04 2024-02-04 LC humidity sensor drift compensation method based on machine learning

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202410153167.5A CN117686555B (en) 2024-02-04 2024-02-04 LC humidity sensor drift compensation method based on machine learning

Publications (2)

Publication Number Publication Date
CN117686555A true CN117686555A (en) 2024-03-12
CN117686555B CN117686555B (en) 2024-05-14

Family

ID=90126838

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202410153167.5A Active CN117686555B (en) 2024-02-04 2024-02-04 LC humidity sensor drift compensation method based on machine learning

Country Status (1)

Country Link
CN (1) CN117686555B (en)

Citations (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5554273A (en) * 1995-07-26 1996-09-10 Praxair Technology, Inc. Neural network compensation for sensors
US20070035114A1 (en) * 1992-05-05 2007-02-15 Automotive Technologies International, Inc. Device and Method for Deploying a Vehicular Occupant Protection System
US20110157942A1 (en) * 2009-12-28 2011-06-30 Flyback Energy Inc. Controllable Universal Supply with Reactive Power Management
CN102914623A (en) * 2012-10-19 2013-02-06 南京信息工程大学 Fusing method of temperature compensation of humidity sensor
CN103593538A (en) * 2013-11-28 2014-02-19 东南大学 Fiber optic gyroscope temperature drift modeling method by optimizing dynamic recurrent neural network through genetic algorithm
WO2015143127A1 (en) * 2014-03-19 2015-09-24 Actiwave Ab Non-linear control of loudspeakers
CN105223241A (en) * 2015-09-18 2016-01-06 南京信息工程大学 A kind of compensation method of humidity sensor
US20170038327A1 (en) * 2015-08-07 2017-02-09 Silicon Laboratories Inc. Systems And Methods For Humidity Measurement Using Dielectric Material-Based Relative Humidity Sensors
CN106991491A (en) * 2017-02-21 2017-07-28 南京邮电大学 A kind of environment pollution monitoring system of the RBF neural based on genetic algorithm optimization
CN109297533A (en) * 2018-09-20 2019-02-01 北京恩福健康科技有限公司 A kind of method of precise measurement skin surface temperature and humidity
CN109666717A (en) * 2018-12-06 2019-04-23 浙江大学 The prediction technique of degree is infected by aspergillus fungi based on the rice of electronic nose
CN111163011A (en) * 2020-01-19 2020-05-15 烟台持久钟表有限公司 Data processing method of wireless router based on PTP (precision time protocol)
CN112846938A (en) * 2021-01-05 2021-05-28 北京信息科技大学 Main shaft rotation precision degradation traceability system under cutting working condition
US20220046302A1 (en) * 2018-05-09 2022-02-10 Pluto Inc. Methods and systems for generating and providing program guides and content
CN115049019A (en) * 2022-07-25 2022-09-13 湖南工商大学 Method and device for evaluating arsenic adsorption performance of metal organic framework and related equipment
CN115307689A (en) * 2022-10-09 2022-11-08 中国石油大学(华东) Wireless passive temperature and humidity monitoring device and method
KR20230075862A (en) * 2021-11-23 2023-05-31 유엔젤주식회사 Automatic machine learning-based complex environment analysis artificial intelligence model automatic distribution management system and its operation method
CN116307034A (en) * 2022-12-02 2023-06-23 中国石油大学(华东) Oil production or CO production based on discrete wavelet transformation and neural network 2 Buried quantity prediction method
WO2023168371A2 (en) * 2022-03-02 2023-09-07 Fdh Infrastructure Services, Llc Machine learning to predict bolt tension
CN116720620A (en) * 2023-06-10 2023-09-08 河南工业大学 Grain storage ventilation temperature prediction method based on IPSO algorithm optimization CNN-BiGRU-Attention network model
US20230332926A1 (en) * 2020-08-12 2023-10-19 Unist (Ulsan National Institute Of Science And Technology) Method and Device for Compensating for Sensor Drift
WO2023231204A1 (en) * 2022-06-02 2023-12-07 苏州大学 Sensor physical quantity regression method based on ics-bp neural network
CN117245872A (en) * 2023-10-08 2023-12-19 东莞市坤裕精密模具有限公司 State compensation model control method and system for batch injection molding process
WO2024001719A1 (en) * 2022-06-30 2024-01-04 西南交通大学 Parameter optimization method and system for vibration compaction of high-speed rail filler

Patent Citations (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070035114A1 (en) * 1992-05-05 2007-02-15 Automotive Technologies International, Inc. Device and Method for Deploying a Vehicular Occupant Protection System
US5554273A (en) * 1995-07-26 1996-09-10 Praxair Technology, Inc. Neural network compensation for sensors
US20110157942A1 (en) * 2009-12-28 2011-06-30 Flyback Energy Inc. Controllable Universal Supply with Reactive Power Management
CN102914623A (en) * 2012-10-19 2013-02-06 南京信息工程大学 Fusing method of temperature compensation of humidity sensor
CN103593538A (en) * 2013-11-28 2014-02-19 东南大学 Fiber optic gyroscope temperature drift modeling method by optimizing dynamic recurrent neural network through genetic algorithm
WO2015143127A1 (en) * 2014-03-19 2015-09-24 Actiwave Ab Non-linear control of loudspeakers
US20170038327A1 (en) * 2015-08-07 2017-02-09 Silicon Laboratories Inc. Systems And Methods For Humidity Measurement Using Dielectric Material-Based Relative Humidity Sensors
CN105223241A (en) * 2015-09-18 2016-01-06 南京信息工程大学 A kind of compensation method of humidity sensor
CN106991491A (en) * 2017-02-21 2017-07-28 南京邮电大学 A kind of environment pollution monitoring system of the RBF neural based on genetic algorithm optimization
US20220046302A1 (en) * 2018-05-09 2022-02-10 Pluto Inc. Methods and systems for generating and providing program guides and content
CN109297533A (en) * 2018-09-20 2019-02-01 北京恩福健康科技有限公司 A kind of method of precise measurement skin surface temperature and humidity
CN109666717A (en) * 2018-12-06 2019-04-23 浙江大学 The prediction technique of degree is infected by aspergillus fungi based on the rice of electronic nose
CN111163011A (en) * 2020-01-19 2020-05-15 烟台持久钟表有限公司 Data processing method of wireless router based on PTP (precision time protocol)
US20230332926A1 (en) * 2020-08-12 2023-10-19 Unist (Ulsan National Institute Of Science And Technology) Method and Device for Compensating for Sensor Drift
CN112846938A (en) * 2021-01-05 2021-05-28 北京信息科技大学 Main shaft rotation precision degradation traceability system under cutting working condition
KR20230075862A (en) * 2021-11-23 2023-05-31 유엔젤주식회사 Automatic machine learning-based complex environment analysis artificial intelligence model automatic distribution management system and its operation method
WO2023168371A2 (en) * 2022-03-02 2023-09-07 Fdh Infrastructure Services, Llc Machine learning to predict bolt tension
WO2023231204A1 (en) * 2022-06-02 2023-12-07 苏州大学 Sensor physical quantity regression method based on ics-bp neural network
WO2024001719A1 (en) * 2022-06-30 2024-01-04 西南交通大学 Parameter optimization method and system for vibration compaction of high-speed rail filler
CN115049019A (en) * 2022-07-25 2022-09-13 湖南工商大学 Method and device for evaluating arsenic adsorption performance of metal organic framework and related equipment
CN115307689A (en) * 2022-10-09 2022-11-08 中国石油大学(华东) Wireless passive temperature and humidity monitoring device and method
CN116307034A (en) * 2022-12-02 2023-06-23 中国石油大学(华东) Oil production or CO production based on discrete wavelet transformation and neural network 2 Buried quantity prediction method
CN116720620A (en) * 2023-06-10 2023-09-08 河南工业大学 Grain storage ventilation temperature prediction method based on IPSO algorithm optimization CNN-BiGRU-Attention network model
CN117245872A (en) * 2023-10-08 2023-12-19 东莞市坤裕精密模具有限公司 State compensation model control method and system for batch injection molding process

Non-Patent Citations (7)

* Cited by examiner, † Cited by third party
Title
LIU, DW等: "A GA-BP Neural Network Regression Model for Predicting Soil Moisture in Slope Ecological Protection", 《SUSTAINABILITY》, vol. 14, no. 3, 11 February 2022 (2022-02-11), pages 362 - 374 *
XU, W等: "Modeling and Analysis of Adaptive Temperature Compensation for Humidity Sensors", 《ELECTRONICS》, vol. 8, no. 4, 12 April 2019 (2019-04-12), pages 1133 - 1139 *
任青: "无源无线温湿度传感器研究", 《中国博士学位论文全文数据库信息科技辑》, no. 9, 15 September 2017 (2017-09-15), pages 140 - 37 *
何怡刚等: "改进AFSA-BP神经网络的湿度传感器温度补偿研究", 《电子测量与仪器学报》, vol. 32, no. 7, 15 July 2018 (2018-07-15), pages 95 - 100 *
和峥: "电子鼻传感器的在线漂移补偿研究", 《中国优秀硕士学位论文全文数据库信息科技辑》, no. 4, 15 April 2019 (2019-04-15), pages 140 - 147 *
彭基伟等: "基于改进GA-BP神经网络的湿度传感器的温度补偿", 《仪器仪表学报》, vol. 34, no. 1, 15 January 2013 (2013-01-15), pages 153 - 160 *
王蜜: "集成LC无源无线传感的微流控液滴表征系统", 《中国优秀硕士学位论文全文数据库信息科技辑》, no. 6, 15 June 2022 (2022-06-15), pages 135 - 190 *

Also Published As

Publication number Publication date
CN117686555B (en) 2024-05-14

Similar Documents

Publication Publication Date Title
Zainuddin et al. Modified wavelet neural network in function approximation and its application in prediction of time-series pollution data
Sugiartawan et al. Prediction by a hybrid of wavelet transform and long-short-term-memory neural network
CN113705809B (en) Data prediction model training method, industrial index prediction method and device
Chen et al. Graph regularization weighted nonnegative matrix factorization for link prediction in weighted complex network
CN113159389A (en) Financial time sequence prediction method based on deep forest generation countermeasure network
WO2022205612A1 (en) Time series data adversarial sample generating method and system, electronic device, and storage medium
Chen et al. A deep multi-task representation learning method for time series classification and retrieval
Wang et al. The trend-fuzzy-granulation-based adaptive fuzzy cognitive map for long-term time series forecasting
Wang et al. Causal carbon price interval prediction using lower upper bound estimation combined with asymmetric multi-objective evolutionary algorithm and long short-term memory
CN117686555B (en) LC humidity sensor drift compensation method based on machine learning
Ding et al. Mine microseismic time series data integrated classification based on improved wavelet decomposition and ELM
CN111669820B (en) Density peak value abnormity detection method and intelligent passive indoor positioning method
Lu et al. New method for rice disease identification based on improved deep residual shrinkage network
Das et al. Hereditary disease prediction in eukaryotic DNA: an adaptive signal processing approach
CN117688362A (en) Photovoltaic power interval prediction method and device based on multivariate data feature enhancement
CN117494898A (en) Time sequence prediction method combined with attention mechanism
Liao et al. Deep echo state network with reservoirs of multiple activation functions for time-series prediction
CN116471154A (en) Modulation signal identification method based on multi-domain mixed attention
CN113609809B (en) Method, system, equipment, medium and terminal for diagnosing faults of radio frequency low-noise discharge circuit
CN114925732A (en) S-transform power quality disturbance identification method based on adaptive selection of adjustment factors
CN114676783A (en) Load identification method based on single classification and fuzzy width learning
Apolinario et al. Comparative studies on use of discrete wavelet transform-based feature extraction for peak load forecasting using LSTM
CN110796167A (en) Image classification method based on deep neural network of lifting scheme
Jiang A manifold constrained multi-head self-attention variational autoencoder method for hyperspectral anomaly detection
CN114610950B (en) Graph network node representation method

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