CN104897729A - Sorting method of storage time of melon slice tea by using electronic nose - Google Patents

Sorting method of storage time of melon slice tea by using electronic nose Download PDF

Info

Publication number
CN104897729A
CN104897729A CN201510304928.3A CN201510304928A CN104897729A CN 104897729 A CN104897729 A CN 104897729A CN 201510304928 A CN201510304928 A CN 201510304928A CN 104897729 A CN104897729 A CN 104897729A
Authority
CN
China
Prior art keywords
alpha
old
tea
new
storage time
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
Application number
CN201510304928.3A
Other languages
Chinese (zh)
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.)
Anhui Agricultural University AHAU
Original Assignee
Anhui Agricultural University AHAU
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 Anhui Agricultural University AHAU filed Critical Anhui Agricultural University AHAU
Priority to CN201510304928.3A priority Critical patent/CN104897729A/en
Publication of CN104897729A publication Critical patent/CN104897729A/en
Pending legal-status Critical Current

Links

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a sorting method of the storage time of melon slice tea by using an electronic nose. According to the sorting method, an electronic nose sensor is used for simulating the functions and features of human sensory evaluation, and in combination with an SMO algorithm, sorting of the storage time can be performed, so that corresponding predication model and method can be further obtained. The sorting method has the beneficial effects that the SMO algorithm is applied to the sorting of the actual storage time of the melon slice tea, and compared with other methods, the tea data can be effectively, quickly and accurately converted into valuable information, thus having great significance for further improvement of the research and development of tea science and technology in China.

Description

The storage time sorting technique of Electronic Nose green tea produced in Anhui Province tea
Technical field
The present invention relates to a kind of sorting technique, especially the storage time sorting technique of Electronic Nose green tea produced in Anhui Province tea.
Background technology
Utilize intelligent sensory analytical technology to simulate function and the feature of people's sensory evaluation, extract valuable, novel, refining, intelligible information in intelligent sensory detection in conjunction with many algorithms, and then obtain corresponding forecast model and method.Electronic Nose is the novel intelligent sense organ instrument risen from the nineties in 20th century, is a kind of instrument of simulated animal olfactory organ.The fields such as food, beverage, environmental monitoring and processing of farm products are widely used at present.Compare traditional determination method, Electronic Nose Technology is simple to operate, highly sensitive, and measurement result is more objective, reliable.
Along with the development of Agricultural informatics, at the Researching and practicing of long-term tea science technology, produced and accumulate a large amount of having important practical significance and the tealeaves data message of scientific value by Electronic Nose Technology.How these data collected fast and effeciently being carried out analyzing, process and refining, is an important topic of tea science technical research.
There is a large amount of classification problems in tealeaves data research, existing sorting algorithm has a variety of, and such as classics has the methods such as decision tree, artificial neural network, Bayes, K nearest neighbor algorithm, support vector machine.Sequential minimal optimization algorithm (Sequential Minimal Optimization, SMO) is proposed in 1998 by Platt, is the highly effective method of current SVM process large data sets.It is the special case of steady job collection in decomposition algorithm, and the scale of working set is reduced to minimum---two samples.In addition, this algorithm also has not to be needed to store kernel matrix, simple, does not need the features such as matrix operation, makes this algorithm usually show overall Fast Convergent characteristic.
Summary of the invention
The technical problem to be solved in the present invention is to provide a kind of storage time sorting technique of Electronic Nose green tea produced in Anhui Province tea,
The present invention is achieved through the following technical solutions.
A storage time sorting technique for Electronic Nose green tea produced in Anhui Province tea, step comprises:
(1) green tea produced in Anhui Province Tea Samples packing and storing;
(2) use the Electronic Nose containing 10 different metal oxide sensors to detect green tea produced in Anhui Province Tea Samples, the different pieces of information detected according to lower 10 sensors of different time builds data set;
(3) sample set is cut into 10 equal mutually disjoint subsamples, in turn will wherein 9 increments this build model as training sample set, the model built is verified in 1 remaining subsample, above step repeats the average after 10 times as the estimation to arithmetic accuracy, adopts SMO algorithm to classify to the green tea produced in Anhui Province tea storage time:
A () selects Two Variables, if be α 1, α 2, its dependent variable α i(i=3,4 ..., N) be fixing, the subproblem of optimization problem can be write as:
W = 1 2 K 11 α 1 2 + 1 2 K 22 α 2 2 + y 1 y 2 K 12 α 1 α 2 - ( α 1 + α 2 ) + y 1 α 1 Σ i = 3 N y i α i K i 1 + y 2 α 2 Σ i = 3 N y i α i K i 2
Constraint condition becomes:
α 1 y 1 + α 2 y 2 = - Σ i = 3 N y i α i = ζ
0≤α i≤C(i=1,2)
Wherein: K ij=K (x i, x j), i, j=1,2 ..., N, ζ are constants.Simple in order to describe, note
g ( x ) = Σ i = 1 N α i y i K ( x i , x ) + b
Can obtain through derivation:
α 2 new = α 2 old + y 2 ( E 1 - E 2 ) η
Wherein:
E i = Σ j = 1 N α j y j K ( x j , x i ) + b - y i , i = 1,2
η=K 11+K 22-2K 12
α after pruning 2
α 2 new , clip = H , α 2 new ≥ H α 2 new , L ≤ α 2 new ≤ H L , α 2 new ≤ L
Wherein:
If y 1=y 2, L = max ( 0 , α 2 old - α 1 old ) , H = min ( C , C + α 2 old - α 1 old )
If y 1≠ y 2, L = max ( 0 , α 2 old + α 1 old - C ) , H = min ( C , α 2 old + α 1 old )
According to can obtain α 1 new = α 1 old + y 1 y 2 ( α 2 old - α 2 new , clip ) ;
B () adopts heuristic to carry out variables choice, algorithm specifically comprises two-layer circulation: outer loop and interior loop, the selection of first variable is at outer loop, the selection of second variable is in interior loop, outer loop selects the sample point violating KKT condition in all samples, all samples are checked whether to meet KKT condition, namely
y i g ( x i ) = &GreaterEqual; 1 , { x i | &alpha; i = 0 } = 1 , { x i | 0 < &alpha; i < C } &le; 1 , { x i | &alpha; i = C }
Interior loop mainly seeks to make | E 1-E 2| the variable of the maximum correspondence of value as second variable, if the optimal value of objective function can not be made to have certain reduction by said method, then travel through whole training sample set, otherwise enter outer loop and again find first variable.After often completing a suboptimization, the E reset threshold b and upgrade corresponding to each variable ivalue.
Further, green tea produced in Anhui Province tea tea sample is carried out pouch independent packaging with tin paper bag, every bag of 50g by (1) respectively, and sack seals, and encloses hygroscopic agent simultaneously and make moist to prevent tealeaves in bag; Then put into refrigerator and cooled and hide (4 DEG C) preservation.Carried out a test every 15 days, carry out 6 tests altogether.The bag number needed is taken out in each test, and all the other are motionless.
Further, (2) data set comprises 2112 samples, 10 sample attributes, 6 classifications.
Beneficial effect of the present invention:
The present invention is by being applied to the storage time classification of actual green tea produced in Anhui Province tea by SMO sorting algorithm, compared with other method, more effectively these tea data are converted into valuable information rapidly and accurately, this is significant to improving further of the research and development of China's tea science technology.
Accompanying drawing explanation
Fig. 1 is the schematic flow sheet of the storage time sorting technique of Electronic Nose green tea produced in Anhui Province tea of the present invention;
Fig. 2 is the storage time point visualization result figure by mistake of the SMO algorithm that the present invention is based on Polynomial kernel function;
Fig. 3 is the storage time point visualization result figure by mistake of the SMO algorithm that the present invention is based on gaussian kernel function.
Embodiment
According to drawings and embodiments the present invention is described in further detail below.
1. the packing of Tea Samples and storage
Study the change with the storage time, the change of the fragrance component Electronic Nose response signal at the bottom of tealeaves, tea, tea, by tea sealing, lucifuge, refrigeration.Specific implementation method is as follows:
Green tea produced in Anhui Province tea tea sample tea processing factory business provided carries out pouch independent packaging with tin paper bag respectively.Every bag of 50g, sack seals, and encloses hygroscopic agent simultaneously and make moist to prevent tealeaves in bag; Then put into refrigerator and cooled and hide (4 DEG C) preservation.Carried out a test every 15 days, carry out 6 tests altogether.The bag number needed is taken out in each test, and all the other are motionless.
During each test, the tealeaves of each grade prepares 70 repeat samples respectively, and each repeat samples quality is 5g, and bilayer film is sealed in the beaker of 500ml, leaves standstill 45min, room temperature 25 ± DEG C.
2. detection by electronic nose method
The PEN3 type Electronic Nose that Electronic Nose adopts German Airsense company to produce, containing 10 different metal oxide sensors, obtains 10 sensor characteristic values.The principle of Electronic Nose utilizes specific metal oxide and biological membrane, the power that the change causing film potential small judges whether scent of and smell is contacted according to volatile substance molecules, the comprehensive information of Quick for sample is carried out with specific sensor and pattern recognition system, the hidden feature of prompting sample, this gas sensor has that reliability is high, sensitivity good and the feature such as repeatability is strong.
The standard transducer array of Electronic Nose PEN3 is in table 1.
The standard transducer array of table 1 PEN3
By detection by electronic nose to the details situation of the partial data of green tea produced in Anhui Province tea tea data in table 2.Wherein, 1 to 10 sensor record, under different time, produce different resistance values, and the storage time is the storage number of days of tealeaves.This data set comprises 2112 samples, 10 sample attributes, 6 classifications.
Table 2 green tea produced in Anhui Province tea data cases
3. tealeaves storage time modeling method
The modeling of tealeaves storage time utilizes ten folding cross-validation methods, 10 equal mutually disjoint subsamples are cut into by sample set, in turn will wherein 9 increments this build model as training sample set, the model built is verified in 1 remaining subsample, and above step repeats the average after 10 times as the estimation to arithmetic accuracy.
4. as Fig. 1, the present invention adopts SMO algorithm to classify to the green tea produced in Anhui Province tea storage time, and the concrete steps of this algorithm comprise as follows:
Step one: the analytic method solving the quadratic programming of Two Variables;
Select Two Variables, if be α 1, α 2, its dependent variable α i(i=3,4 ..., N) be fixing, the subproblem of optimization problem can be write as:
W = 1 2 K 11 &alpha; 1 2 + 1 2 K 22 &alpha; 2 2 + y 1 y 2 K 12 &alpha; 1 &alpha; 2 - ( &alpha; 1 + &alpha; 2 ) + y 1 &alpha; 1 &Sigma; i = 3 N y i &alpha; i K i 1 + y 2 &alpha; 2 &Sigma; i = 3 N y i &alpha; i K i 2 - - - ( 1 )
Constraint condition becomes:
&alpha; 1 y 1 + &alpha; 2 y 2 = - &Sigma; i = 3 N y i &alpha; i = &zeta;
0≤α i≤C(i=1,2) (2)
Wherein: K ij=K (x i, x j), i, j=1,2 ..., N, ζ are constants.Simple in order to describe, note
g ( x ) = &Sigma; i = 1 N &alpha; i y i K ( x i , x ) + b - - - ( 3 )
Can obtain through derivation:
&alpha; 2 new = &alpha; 2 old + y 2 ( E 1 - E 2 ) &eta; - - - ( 4 )
Wherein:
E i = &Sigma; j = 1 N &alpha; j y j K ( x j , x i ) + b - y i , i = 1,2 - - - ( 5 )
η=K 11+K 22-2K 12(6)
α after pruning 2
&alpha; 2 new , clip = H , &alpha; 2 new &GreaterEqual; H &alpha; 2 new , L &le; &alpha; 2 new &le; H L , &alpha; 2 new &le; L - - - ( 7 )
Wherein:
If y 1=y 2, L = max ( 0 , &alpha; 2 old - &alpha; 1 old ) , H = min ( C , C + &alpha; 2 old - &alpha; 1 old )
If y 1≠ y 2, L = max ( 0 , &alpha; 2 old + &alpha; 1 old - C ) , H = min ( C , &alpha; 2 old + &alpha; 1 old )
According to can obtain &alpha; 1 new = &alpha; 1 old + y 1 y 2 ( &alpha; 2 old - &alpha; 2 new , clip )
Step 2: the heuristic of choice variable.
SMO adopts heuristic to carry out variables choice, and algorithm specifically comprises two-layer circulation: outer loop and interior loop.The selection of first variable is at outer loop, and the selection of second variable is in interior loop.Outer loop selects the sample point violating KKT condition in all samples, particularly, checks all samples whether to meet KKT condition, namely
y i g ( x i ) = &GreaterEqual; 1 , { x i | &alpha; i = 0 } = 1 , { x i | 0 < &alpha; i < C } &le; 1 , { x i | &alpha; i = C } - - - ( 8 )
Interior loop mainly seeks to make | E 1-E 2| the variable of the maximum correspondence of value as second variable, if the optimal value of objective function can not be made to have certain reduction by said method, then travel through whole training sample set, otherwise enter outer loop and again find first variable.After often completing a suboptimization, the E reset threshold b and upgrade corresponding to each variable ivalue.
5. according to said method, this example selects gaussian kernel function and Polynomial kernel function, carries out training and testing, be analyzed the performance of kernel function the sorter of SMO algorithm.Concrete outcome is as shown in table 3.
Table 3 kernel function performance comparison
After table 3 shows and adopts gaussian kernel function and Polynomial kernel function, the classification performance comparing result of SMO algorithm, as can be seen from the table, on the modeling time, the SMO algorithm based on Polynomial kernel function has modeling speed relatively faster, has only used 0.48s; On classification accuracy, the classification accuracy based on the SMO algorithm of Polynomial kernel function is relatively much high, compared with gaussian kernel function, high by sixties percent.Result shows, the SMO algorithm based on Polynomial kernel function has the classification accuracy of training speed and Geng Gao faster.The classifying quality of the disaggregated model adopting Polynomial kernel function to obtain is better, especially when in the face of large data, and more remarkable effect.
Tealeaves data set comprises 6 category attributes: " 0 ", " 15 ", " 30 ", " 45 ", " 60 ", " 75 ", represents the number of days that tealeaves stores respectively.Fig. 2 is the storage time point visualization result figure by mistake based on the SMO algorithm of Polynomial kernel function.Fig. 3 is the storage time point visualization result figure by mistake based on the SMO algorithm of gaussian kernel function.In figure, X-axis represents concrete class, and Y-axis represents prediction classification, the sample of square expression mis-classification in figure, and fork represents the sample of correct classification.
Above-described embodiment, only for technical conceive of the present invention and feature are described, its object is to allow the personage being familiar with this art can understand content of the present invention and be implemented, can not limit the scope of the invention with this.All equivalences done according to Spirit Essence of the present invention change or modify, and all should be encompassed in protection scope of the present invention.

Claims (3)

1. a storage time sorting technique for Electronic Nose green tea produced in Anhui Province tea, it is characterized in that, step comprises:
(1) green tea produced in Anhui Province Tea Samples packing and storing;
(2) use the Electronic Nose containing 10 different metal oxide sensors to detect green tea produced in Anhui Province Tea Samples, the different pieces of information detected according to lower 10 sensors of different time builds data set;
(3) sample set is cut into 10 equal mutually disjoint subsamples, in turn will wherein 9 increments this build model as training sample set, the model built is verified in 1 remaining subsample, above step repeats the average after 10 times as the estimation to arithmetic accuracy, adopts SMO algorithm to classify to the green tea produced in Anhui Province tea storage time:
A () selects Two Variables, if be α 1, α 2, its dependent variable α i(i=3,4 ..., N) and be fixing, the subproblem of optimization problem can be write as:
W = 1 2 K 11 &alpha; 1 2 + 1 2 K 22 &alpha; 2 2 + y 1 y 2 K 12 &alpha; 1 &alpha; 2 - ( &alpha; 1 + &alpha; 2 ) + y 1 &alpha; 1 &Sigma; i = 3 N y i &alpha; i K i 1 + y 2 &alpha; 2 &Sigma; i = 3 N y i &alpha; i K i 2
Constraint condition becomes:
&alpha; 1 y 1 + &alpha; 2 y 2 = - &Sigma; i = 3 N y i &alpha; i = &zeta;
0≤α i≤C(i=1,2)
Wherein: K ij=K (x i, x j), i, j=1,2 ..., N, ζ are constants.Simple in order to describe, note
g ( x ) = &Sigma; i = 1 N &alpha; i y i K ( x i , x ) + b
Can obtain through derivation:
&alpha; 2 new = &alpha; 2 old + y 2 ( E 1 - E 2 ) &eta;
Wherein:
E i = &Sigma; j = 1 N &alpha; j y j K ( x j , x i ) + b - y i , i = 1,2
η=K 11+K 22-2K 12
α after pruning 2
&alpha; 2 new , clip = H , &alpha; 2 new &GreaterEqual; H &alpha; 2 new , L &le; &alpha; 2 new &le; H L , &alpha; 2 new &le; L
Wherein:
If y 1=y 2, L = max ( 0 , &alpha; 2 old - &alpha; 1 old ) , H = min ( C , C + &alpha; 2 old - &alpha; 1 old )
If y 1≠ y 2, L = max ( 0 , &alpha; 2 old + &alpha; 1 old - C ) , H = min ( C , &alpha; 2 old + &alpha; 1 old )
According to can obtain &alpha; 1 new = &alpha; 1 old + y 1 y 2 ( &alpha; 2 old - &alpha; 2 new , clip ) ;
B () adopts heuristic to carry out variables choice, algorithm specifically comprises two-layer circulation: outer loop and interior loop, the selection of first variable is at outer loop, the selection of second variable is in interior loop, outer loop selects the sample point violating KKT condition in all samples, all samples are checked whether to meet KKT condition, namely
y i g ( x i ) = &GreaterEqual; 1 , { x i | &alpha; i = 0 } = 1 , { x i | 0 < &alpha; i < C } &le; 1 , { x i | &alpha; i = C }
Interior loop mainly seeks to make | E 1-E 2| the variable of the maximum correspondence of value as second variable, if the optimal value of objective function can not be made to have certain reduction by said method, then travel through whole training sample set, otherwise enter outer loop and again find first variable.After often completing a suboptimization, the E reset threshold b and upgrade corresponding to each variable ivalue.
2. the storage time sorting technique of Electronic Nose green tea produced in Anhui Province tea according to claim 1, it is characterized in that, green tea produced in Anhui Province tea tea sample is carried out pouch independent packaging with tin paper bag, every bag of 50g by (1) respectively, sack seals, and encloses hygroscopic agent simultaneously and make moist to prevent tealeaves in bag; Then put into refrigerator and cooled and hide (4 DEG C) preservation.Carried out a test every 15 days, carry out 6 tests altogether.The bag number needed is taken out in each test, and all the other are motionless.
3. the storage time sorting technique of Electronic Nose green tea produced in Anhui Province tea according to claim 1, is characterized in that, (2) data set comprises 2112 samples, 10 sample attributes, 6 classifications.
CN201510304928.3A 2015-06-04 2015-06-04 Sorting method of storage time of melon slice tea by using electronic nose Pending CN104897729A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510304928.3A CN104897729A (en) 2015-06-04 2015-06-04 Sorting method of storage time of melon slice tea by using electronic nose

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510304928.3A CN104897729A (en) 2015-06-04 2015-06-04 Sorting method of storage time of melon slice tea by using electronic nose

Publications (1)

Publication Number Publication Date
CN104897729A true CN104897729A (en) 2015-09-09

Family

ID=54030528

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510304928.3A Pending CN104897729A (en) 2015-06-04 2015-06-04 Sorting method of storage time of melon slice tea by using electronic nose

Country Status (1)

Country Link
CN (1) CN104897729A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108444924A (en) * 2018-03-07 2018-08-24 安徽农业大学 A method of differentiating tealeaves storage period using hyper-spectral image technique
CN110320174A (en) * 2019-06-14 2019-10-11 湖北省农业科学院果树茶叶研究所 Using the method for polynomial net structure artificial neural network quick predict Yuanan yellow tea bored yellow time

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101419212A (en) * 2008-12-08 2009-04-29 浙江大学 Bird egg freshness detection device and method by utilizing volatile matter
CN101487833A (en) * 2009-03-03 2009-07-22 中国农业大学 Method for recognizing natural apple essence
CN101487825A (en) * 2009-03-03 2009-07-22 中国农业大学 Method for recognizing tea kinds and/or grades
CN101493431A (en) * 2009-03-06 2009-07-29 天津商业大学 Method for detecting fresh degree of chicken meat by electronic nose
CN102831244A (en) * 2012-09-13 2012-12-19 重庆立鼎科技有限公司 Method for classified search of house property file image
CN103389324A (en) * 2013-07-18 2013-11-13 浙江工商大学 Prawn freshness detection method based on smell analysis technology
CN103424428A (en) * 2013-06-05 2013-12-04 浙江工商大学 Method for quickly detecting pork freshness based on electronic nose

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101419212A (en) * 2008-12-08 2009-04-29 浙江大学 Bird egg freshness detection device and method by utilizing volatile matter
CN101487833A (en) * 2009-03-03 2009-07-22 中国农业大学 Method for recognizing natural apple essence
CN101487825A (en) * 2009-03-03 2009-07-22 中国农业大学 Method for recognizing tea kinds and/or grades
CN101493431A (en) * 2009-03-06 2009-07-29 天津商业大学 Method for detecting fresh degree of chicken meat by electronic nose
CN102831244A (en) * 2012-09-13 2012-12-19 重庆立鼎科技有限公司 Method for classified search of house property file image
CN103424428A (en) * 2013-06-05 2013-12-04 浙江工商大学 Method for quickly detecting pork freshness based on electronic nose
CN103389324A (en) * 2013-07-18 2013-11-13 浙江工商大学 Prawn freshness detection method based on smell analysis technology

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
于慧春等: "电子鼻技术在茶叶品质检测中的应用研究", 《传感技术学报》 *
王朝辉等: "基于WEKA的序列最小化算法的改进研究", 《工业控制计算机》 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108444924A (en) * 2018-03-07 2018-08-24 安徽农业大学 A method of differentiating tealeaves storage period using hyper-spectral image technique
CN108444924B (en) * 2018-03-07 2020-12-08 安徽农业大学 Method for discriminating storage period of tea by applying hyperspectral image technology
CN110320174A (en) * 2019-06-14 2019-10-11 湖北省农业科学院果树茶叶研究所 Using the method for polynomial net structure artificial neural network quick predict Yuanan yellow tea bored yellow time
CN110320174B (en) * 2019-06-14 2022-07-12 湖北省农业科学院果树茶叶研究所 Method for rapidly predicting time for smoldering yellow tea by applying polynomial net structure artificial neural network

Similar Documents

Publication Publication Date Title
CN105044298B (en) A kind of Eriocheir sinensis class grade of freshness detection method based on machine olfaction
CN110929774B (en) Classification method, model training method and device for target objects in image
CN106897738B (en) A kind of pedestrian detection method based on semi-supervised learning
CN110348580B (en) Method and device for constructing GBDT model, and prediction method and device
KR101811270B1 (en) Method and system for checking goods
Oliker et al. A coupled classification–evolutionary optimization model for contamination event detection in water distribution systems
CN106778878A (en) A kind of character relation sorting technique and device
CN105138953A (en) Method for identifying actions in video based on continuous multi-instance learning
CN103487465B (en) A kind of intelligence of the characterization of variation of honey otherness based on variance ratio sense of smell TuPu method extracting method
CN103575764B (en) A kind of honey detection method optimized based on algorithm of support vector machine
CN114399719A (en) Transformer substation fire video monitoring method
CN105205807B (en) Method for detecting change of remote sensing image based on sparse automatic coding machine
Ansari et al. A novel technique of mixed gas identification based on the group method of data handling (GMDH) on time-dependent MOX gas sensor data
CN103490974A (en) Junk mail detection method and device
Dong et al. Data-centric annotation analysis for plant disease detection: Strategy, consistency, and performance
CN104897729A (en) Sorting method of storage time of melon slice tea by using electronic nose
Phate et al. Clustered ANFIS weighing models for sweet lime (Citrus limetta) using computer vision system
CN104897738B (en) A kind of method based on smell finger print information quick detection super-pressure fruit juice quality
CN103499608B (en) A kind of intelligence of the characterization of variation of honey otherness based on ant group algorithm sense of smell TuPu method extracting method
CN111598580A (en) XGboost algorithm-based block chain product detection method, system and device
CN109376619B (en) Cell detection method
CN104849320A (en) Yellow bud tea aroma grade sorting method by use of electronic nose
Searle et al. System identification of electronic nose data from cyanobacteria experiments
CN107943916A (en) A kind of webpage abnormality detection method based on online classification
Sathik et al. Fire detection using support vector machine in wireless sensor network and rescue using pervasive devices

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20150909

RJ01 Rejection of invention patent application after publication