Movatterモバイル変換


[0]ホーム

URL:


CN111046931A - A Random Forest-based Switch Fault Diagnosis Method - Google Patents

A Random Forest-based Switch Fault Diagnosis Method
Download PDF

Info

Publication number
CN111046931A
CN111046931ACN201911216430.6ACN201911216430ACN111046931ACN 111046931 ACN111046931 ACN 111046931ACN 201911216430 ACN201911216430 ACN 201911216430ACN 111046931 ACN111046931 ACN 111046931A
Authority
CN
China
Prior art keywords
random forest
classification
turnout
fault
decision tree
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
CN201911216430.6A
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.)
Beijing Jiaotong University
Original Assignee
Beijing Jiaotong University
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 Beijing Jiaotong UniversityfiledCriticalBeijing Jiaotong University
Priority to CN201911216430.6ApriorityCriticalpatent/CN111046931A/en
Publication of CN111046931ApublicationCriticalpatent/CN111046931A/en
Pendinglegal-statusCriticalCurrent

Links

Images

Classifications

Landscapes

Abstract

The invention provides a turnout fault diagnosis method based on a random forest. The invention adopts a grid search method to carry out parameter optimization, utilizes the optimized parameter setting to establish a random forest model to carry out fault diagnosis of the turnout, and can improve the accuracy of fault classification prediction. The invention realizes fault diagnosis and classification of turnouts, and simultaneously proves that the random forest algorithm can accurately and quickly give diagnosis results aiming at turnouts states through comparing and analyzing the construction speed and the test precision of the classification model, and the fault classification prediction accuracy is high, thereby having obvious practical application value.

Description

Turnout fault diagnosis method based on random forest
Technical Field
The invention relates to a turnout fault diagnosis method based on a random forest, and belongs to the technical field of fault diagnosis of mechanical parts.
Background
The turnout realizes the line-changing operation of the train and is very key to the running. With the continuous expansion of railway networks in China, the application requirements of turnouts become larger and larger, the requirements on the turnout states are higher, and the safety is particularly important. However, the turnout has a complex structure, low mechanical strength, great influence from the external environment, and is easy to age and break down. The turnout faults occur frequently, the processing time is long, and great influence is caused on the travelling crane. Therefore, accurate and timely fault detection of the turnout is very important for accurate fault positioning, shortening of maintenance time, finally improvement of operation safety reliability and reduction of loss.
The random forest algorithm trains different classifiers by constructing a plurality of decision tree classifiers and generating a plurality of different sample subsets by adopting a Bootstrap method, and then integrating the results to obtain a final fault classification result. The random forest algorithm operation does not need data preprocessing, the algorithm is simple, the training speed is high, the classification precision is high, and the timeliness and the accuracy of fault diagnosis can be guaranteed. By carrying out parameter optimization on the random forest algorithm, the experience and blindness of the algorithm can be avoided, and a better fault prediction result can be obtained.
Disclosure of Invention
The invention provides a turnout fault diagnosis method based on a random forest. Firstly, a plurality of CART decision tree classifiers are constructed, the classification result of each tree is obtained through training, in the training process, the diversity of the decision tree classifiers is enhanced by using two modes of training sample disturbance and attribute disturbance, and then the result obtained through training is output by adopting a majority voting method. And in the parameter selection of the random forest, determining the optimal parameters by adopting a grid search method.
The invention provides a turnout fault diagnosis method based on a random forest, which specifically comprises the following steps:
step one, acquiring electric power data of periodic actions of turnouts, analyzing fault types corresponding to each data, establishing a learning sample with a label, and selecting a training sample set and a testing sample set;
secondly, establishing a random forest classification model based on a training sample set, optimizing parameter selection of a random forest by using a grid search method, firstly generating a training sample subset of each decision tree from an original training sample set by using a Bootstrap method, taking a real fault type corresponding to each sample as expected output, finishing training of each decision tree by using the sample subset, finally selecting a classification label with the most decision tree output results as a final classification result by using a majority voting method, forming a random forest model by using the decision tree combination, optimizing parameter selection of the random forest by using a network search method, and taking a result obtained by the majority voting method as a fault prediction result;
and step three, classifying the test sample set of the turnout action data by using the random forest classification model trained in the step two, voting the results output by all decision trees by using a majority voting method, and obtaining the classification label with the maximum vote number, namely the final turnout fault prediction result.
Preferably, the step two of selecting the optimized random forest parameters by the grid search method comprises the following steps:
1) the number of decision trees in the forest is set as x; selecting the number of features in the feature subset when the decision tree node is split, and setting the number as y; for x and y, respectively setting a certain step length (set as a, b) to carry out iterative search, calculating classification precision through a random forest algorithm, and obtaining a parameter (x) of an optimal value of one iterative search1,y1);
2) For x1And y1At x1And y1Vicinity (x)1-a,x1+a),(y1-b,y1+ b), setting a certain step length (c, d) again for iterative search to obtain the optimal parameter (x) of the secondary iterative search2,y2);
3) For x2And y2Reducing the search range and the step length again to carry out iteration until the step length is set to be 1 to obtain the final search optimal parameter (x)0,y0)。
To this end, the number of decision trees in the forest is set to x0When the decision tree node is split, the number of the features in the feature subset is selected to be y0
The invention has the advantages and positive effects that:
(1) the periodic electric power curve of the turnout from positioning to reversal and from reversal to positioning is taken as a research object, and the state of the turnout can be more comprehensively identified and the fault diagnosis research of the turnout can be carried out by considering the overall action.
(2) A turnout fault diagnosis method based on random forest is provided. The advantage that random forests do not need to be subjected to feature extraction is utilized, so that the complexity of turnout data feature extraction is avoided; the random forest adopts the decision tree as an individual learner, and has low operation complexity and high speed. Experiments show that compared with a single classifier, the random forest turnout fault diagnosis method has higher classification precision and higher operation speed.
(3) Random forest parameters are optimized by using a grid search method, the problems of experiential and blindness of parameter selection are solved, and the classification prediction accuracy is improved.
Drawings
FIG. 1 is a flow chart of a random forest algorithm;
FIG. 2 is a fault classification accuracy graph of a random forest algorithm.
Detailed Description
The invention will be described in further detail below with reference to the drawings and examples.
The invention provides a turnout fault diagnosis method based on a random forest algorithm, which comprises the following specific steps:
step one, establishing a training sample set and a testing sample set.
Analyzing the fault type corresponding to each data according to the acquired periodic action electric power data of the turnout switch machine, establishing a learning sample with a label, and selecting a training sample set and a testing sample set.
And step two, establishing a random forest classification model based on the training sample set, and optimizing parameter selection of the random forest by utilizing a grid search method.
The random forest algorithm comprises the following steps:
1. a training sample subset is randomly generated from the original sample set using a boottrap method.
The random forest generates a plurality of different sample subsets through a Bootstrap method to train different individual classifiers. Each sample subset contains the same number of samples as the original sample set. The specific description of generating the sample subset using the boottrap method is as follows:
bootstrap is a random sampling method with a put back. For a data set containing n samples, randomly sampling one sample at a time and putting the sample back into the sample subset, so that the sample can be extracted at the next sampling time, and obtaining the sample subset containing n samples through n times of random sampling.
The probability of each sample being drawn is 1/n, and after n times of random sampling, the probability of the sample not being drawn is
Figure BDA0002299648350000031
When the data set is large enough, the limit is taken to be
Figure BDA0002299648350000032
I.e. the probability that a sample is not drawn at all times is 36.8%. Therefore, each sample subset contains 63.2% of original data, so that the mutually overlapped sample subsets are obtained, and on the premise that the individual learners have better learning performance, the individual learners have larger difference, and the overall generalization performance is improved.
2. Training an individual decision tree classifier.
And the random forest adopts a CART decision tree as an individual classifier. And training the decision tree classifier by using a CART algorithm by using a sample subset. Each sample subset trains a classifier. Meanwhile, when the decision tree nodes are split, random selection of attributes is introduced, a plurality of attributes are randomly selected from all the attributes of the nodes to form a subset, the best attribute is found in the dependency subset by using the Gini index as a splitting index to split, no pruning is freely generated, and the individual decision tree classifier is generated.
The splitting attribute selection of the random forest is different from a common decision tree algorithm, in the training process, for a common decision tree, all attributes of a current node need to be traversed, the optimal attributes are found and divided, for the random forest, only a plurality of attributes are randomly selected to form an attribute subset each time the random forest is split downwards, and the optimal attributes in the attribute subset are found, namely attribute disturbance. Therefore, the difference between the trained individual decision trees is further increased, the overfitting phenomenon possibly occurring in the decision trees is reduced, and the generalization capability is effectively improved.
The single decision tree classifier training process is as follows:
inputting: training subset D1
Wherein D is1The random attribute number is M, and the total attribute number of each sample is M.
1) Randomly selecting m attributes from all attributes of the current node of the decision tree to form an attribute subset;
2) calculating the possible value-taking kini index of each attribute in the attribute subset;
the kini index is defined as:
Figure BDA0002299648350000041
where D is the sample set, a is the attribute that divides the sample set D, and a has V possible values { a }1,a2,...,avGet V sub-nodes after division, DvI.e. the sample contained in the v-th child node, Gini (D)v) Is a data set DvThe value of (a).
The definition of the kini value is as follows:
Figure BDA0002299648350000042
where D is the sample set, pk(k-1, 2, …, | y |) is the proportion of the kth sample in the sample set D.
3) Finding out the attribute with the minimum kini index for splitting;
4) and repeating the steps for the obtained child nodes, and freely growing until the division stops.
And (3) outputting: a trained CART decision tree.
3. And obtaining a final classification result by a majority voting method.
The majority voting method is one of integrated learning and combining strategies, and the final result is integrated and output by using the method, namely if the number of votes obtained by a certain type of mark is the maximum, the mark is the final classification result. And if a plurality of class marks all obtain the highest vote number, randomly selecting one of the class marks as a final classification result.
The parameter selection in the random forest comprises the following steps: 1) the number of decision trees in the forest is set as x; 2) and when the decision tree node is split, selecting the number of the features in the feature subset, and setting the number as y. The selection of random forest parameters is optimized by a grid search method. The selection steps of the grid search method for optimizing the random forest parameters are as follows:
1. for x and y, respectively setting a certain step length (set as a, b) to carry out iterative search, calculating classification precision through a random forest algorithm, and obtaining a parameter (x) with an optimal value for one-time search1,y1);
2. For x1And y1At x1And y1Vicinity (x)1-a,x1+a),(y1-b,y1+ b), setting a certain step length (c, d) again for iterative search to obtain the optimal parameter (x) of the secondary search2,y2);
3. For x2And y2Reducing the search range and the step length again to carry out iteration until the step length is set to be 1 to obtain the final search optimal parameter (x)0,y0)。
To this end, the number of decision trees in the forest is set to x0When the decision tree node is split, the number of the features in the feature subset is selected to be y0And optimizing parameter selection in the random forest classification model.
And step three, carrying out fault classification prediction on the test sample set by using a random forest model.
And classifying the test sample set of the turnout action data by using the random forest classification model trained in the step two, voting the results output by all decision trees by using a majority voting method, and obtaining the classification label with the maximum vote number which is the final classification result of the turnout fault, thereby realizing the fault diagnosis of the turnout.
The example adopts the electric power data of the periodic action of the S700K type turnout switch machine collected by the Guangzhou subway turnout experiment table for verification. The data of 14 states including normal, single fault (abnormal friction, close contact, foreign matter inclusion) and multiple faults are collected. The experimental data are shown in table 1.
Table 1 experimental data description
NumberingStatus typeNumber of samplesDescription of the state
1Normal9The plaster is 0
2Nfault550Close contact 0.5mm
3Nfault1543Close contact 1.5mm
4Ffault0223Abnormal frictional force
5Ffault3127Abnormal friction force and close contact of 0.3mm
6Ffault10127Abnormal friction force and close contact of 1.0mm
7Ffault13104Abnormal friction force and close contact of 1.3mm
8Ffault20109Abnormal friction force and 2.0mm close contact
9Ffault2561Abnormal friction force and 2.5mm close contact
10Ffault3061Abnormal friction force and close contact of 3.0mm
11Fforeign212Abnormal frictional force + 2.0mm foreign matter
12Fforeign410Abnormal frictional force + foreign matter 4.0mm
13locked2522Friction force abnormity + sealing 2.5mm (unlocking fault)
14locked304Friction force abnormity + sealing 3.0mm (unlocking fault)
The data is used for detecting and verifying the turnout fault diagnosis method based on the random forest, and meanwhile, the effectiveness and the efficiency of the method are verified by comparing the operation results of different classification methods. The specific experiment is as follows:
there were 962 sets of data, each set having a characteristic number of 296. Firstly, a data set is randomly divided into a training set and a testing set.
1) And (4) diagnosing and analyzing turnout faults by using a random forest algorithm.
Applying a random forest algorithm, according to experience, setting random forest parameters as follows:
number of decision trees in random forest: 1,11, 21, …, 901;
selecting the number of features in the feature subset when each tree is split: less than log2The largest integer of M +1 (M is the number of sample features, here 296).
Training sample data is used as input training random forest models, fault diagnosis and classification are carried out on the test samples, and the obtained results are shown in fig. 2 and table 2. In the graph, the horizontal axis is the number of decision tree classifiers, and the vertical axis is the fault classification accuracy of the random forest. It can be seen from the figure that when the number of the decision trees reaches 21, a better fault diagnosis recognition rate (87.99%) is obtained, and when the number of the decision trees exceeds 141, the fault classification precision is close to stable. When the number of the decision trees reaches 901, the decision trees still have stable classification precision, and overfitting cannot occur.
To better illustrate the fault diagnosis results of the proposed algorithm, we record the mean, maximum and model build times (at 901 decision trees) of classification accuracy after 21 decision trees as in table 2. Therefore, the random forest is used for diagnosing the turnout fault, and has high fault identification accuracy, good stability and high operation speed.
TABLE 2 Fault diagnosis and classification of random forest switches
Figure BDA0002299648350000061
2) And (4) selecting and optimizing random forest parameters.
One iteration:
setting the iteration step size of the decision tree number to be 20, namely, setting the tree _ num to be 1:20: 301; and setting the iteration step size of the feature number in the selected feature subset at the time of splitting each tree to be 5, namely feature _ num is 1:5: 296. And (4) utilizing a random forest algorithm to diagnose faults, and combining the first four parameters with the highest fault classification accuracy to perform the next iteration. The parameter combinations are respectively as follows: (181,6), (141,11), (161,16), (41,31), the classification accuracy is: 97.03 percent
And (3) secondary iteration:
the search range is: (max (x-20,1), x +20), (max (y-5,1), min (y1+5,296)), where x, y represent the currently taken parameter value; the iteration step size of tree _ num and feature _ num is 1. And (3) utilizing a random forest algorithm to carry out fault diagnosis, and obtaining the parameter combination with the highest fault classification accuracy in each search range as follows: (161, 8), (160, 17), (174, 19), (51, 36), the classification accuracy rates are respectively: 97.03%, 97.53%, 97.88% and 97.53%. Thus, an optimal set of parameters for the random forest is determined (174, 19), with an optimal classification accuracy of: 97.88 percent. Therefore, the random forest classification accuracy after parameter selection is greatly improved.
3) And carrying out fault diagnosis comparison analysis on the random forest algorithm, the CART decision tree and the Bagging algorithm.
The number of decision trees is set to 174 and the number of features in the split feature subset is set to 19. The model build times and classification accuracy for the different classifiers are shown in table 3.
TABLE 3 diagnosis and classification of turnout faults of different classifiers
AlgorithmAccuracy (%)Model build time(s)
Random forest97.8814.74
Decision tree Bagging93.58394.04
CART decision tree88.692.40
According to experimental results, the turnout fault diagnosis method based on the random forest is superior to decision trees and Bagging methods. The method can realize fault detection and classification of the turnout, has high fault accuracy and has obvious practical application value.

Claims (2)

1. A turnout fault diagnosis method based on a random forest is characterized by comprising the following steps:
step one, acquiring electric power data of periodic actions of turnouts, analyzing fault types corresponding to each data, establishing a learning sample with a label, and selecting a training sample set and a testing sample set;
secondly, establishing a random forest classification model based on a training sample set, optimizing parameter selection of a random forest by using a grid search method, firstly generating a training sample subset of each decision tree from an original training sample set by using a Bootstrap method, taking a real fault type corresponding to each sample as expected output, finishing training of each decision tree by using the sample subset, finally selecting a classification label with the most decision tree output results as a final classification result by using a majority voting method, forming a random forest model by using the decision tree combination, optimizing parameter selection of the random forest by using a network search method, and taking a result obtained by the majority voting method as a fault prediction result;
and step three, classifying the test sample set of the turnout action data by using the random forest classification model trained in the step two, voting the results output by all decision trees by using a majority voting method, and obtaining the classification label with the maximum vote number, namely the final turnout fault prediction result.
2. The turnout fault diagnosis method based on the random forest as claimed in claim 1, wherein the step of selecting the optimized random forest parameters by the grid search method in the second step is as follows:
1) the number of decision trees in the forest is set as x; selecting the number of features in the feature subset when the decision tree node is split, and setting the number as y; for x and y, respectively setting a certain step length (set as a, b) to carry out iterative search, calculating classification precision through a random forest algorithm, and obtaining a parameter (x) of an optimal value of one iterative search1,y1);
2) For x1And y1At x1And y1Vicinity (x)1-a,x1+a),(y1-b,y1+ b), setting a certain step length (c, d) again for iterative search to obtain the optimal parameter (x) of the secondary iterative search2,y2);
3) For x2And y2Reducing the search range and the step length again to carry out iteration until the step length is set to be 1 to obtain the final search optimal parameter (x)0,y0);
To this end, the number of decision trees in the forest is set to x0When the decision tree node is split, the number of the features in the feature subset is selected to be y0
CN201911216430.6A2019-12-022019-12-02 A Random Forest-based Switch Fault Diagnosis MethodPendingCN111046931A (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN201911216430.6ACN111046931A (en)2019-12-022019-12-02 A Random Forest-based Switch Fault Diagnosis Method

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN201911216430.6ACN111046931A (en)2019-12-022019-12-02 A Random Forest-based Switch Fault Diagnosis Method

Publications (1)

Publication NumberPublication Date
CN111046931Atrue CN111046931A (en)2020-04-21

Family

ID=70234422

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN201911216430.6APendingCN111046931A (en)2019-12-022019-12-02 A Random Forest-based Switch Fault Diagnosis Method

Country Status (1)

CountryLink
CN (1)CN111046931A (en)

Cited By (32)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN111723520A (en)*2020-05-292020-09-29国网四川省电力公司电力科学研究院 A Transformer Fault Diagnosis Device and Method Based on Decision Tree and Random Forest
CN111737918A (en)*2020-06-242020-10-02大连理工大学 An integrated learning method for fault diagnosis of aero-engine high-pressure rotors
CN111881159A (en)*2020-08-052020-11-03长沙理工大学 A cost-sensitive extreme random forest-based fault detection method and device
CN111985571A (en)*2020-08-262020-11-24国网湖南省电力有限公司 Fault prediction method, device, medium and equipment for low-voltage intelligent monitoring terminal based on improved random forest algorithm
CN112269878A (en)*2020-11-022021-01-26成都纬创立科技有限公司Interpretable law decision prediction method, interpretable law decision prediction device, electronic equipment and storage medium
CN112307287A (en)*2020-11-112021-02-02国网山东省电力公司威海供电公司Cloud edge cooperative architecture based power internet of things data classification processing method and device
CN112329341A (en)*2020-11-022021-02-05浙江智昌机器人科技有限公司Fault diagnosis system and method based on AR and random forest model
CN112364929A (en)*2020-11-192021-02-12浙江工业大学Random forest classification method in power plant fault data diagnosis project
CN112561176A (en)*2020-12-212021-03-26深圳供电局有限公司Early warning method for online running state of electric power metering device
CN112633733A (en)*2020-12-302021-04-09武汉轻工大学Random forest soil heavy metal risk evaluation method and system based on credibility
CN113076982A (en)*2021-03-252021-07-06南京晨光集团有限责任公司Fault diagnosis and test method based on proportional valve shaft controller
CN113095511A (en)*2021-04-162021-07-09广东电网有限责任公司Method and device for judging in-place operation of automatic master station
CN113190460A (en)*2021-05-252021-07-30中国工商银行股份有限公司Method and device for automatically generating test cases
CN113408068A (en)*2021-06-182021-09-17浙江大学Random forest classification machine pump fault diagnosis method and device
CN113709747A (en)*2020-05-092021-11-26中国移动通信集团有限公司Harassment number identification method and device, computer equipment and storage medium
CN113780351A (en)*2021-08-102021-12-10北京自动化控制设备研究所 A Fault Diagnosis Method of Satellite Receiver Based on Random Forest
CN113935422A (en)*2021-10-202022-01-14中船动力研究院有限公司 Method, system and terminal for fault identification of marine low-speed engine
CN114021602A (en)*2021-10-142022-02-08北京和利时系统集成有限公司Method and system for processing data in point switch fault diagnosis model
CN114118195A (en)*2021-08-112022-03-01中国电力科学研究院有限公司Method and system for identifying vibration of circuit breaker operating mechanism based on decision tree
CN114187533A (en)*2022-02-152022-03-15西南交通大学GB-InSAR (GB-InSAR) atmospheric correction method based on random forest time sequence classification
CN114326660A (en)*2021-12-132022-04-12中国航发北京航科发动机控制系统科技有限公司RSS-ETR-based intelligent debugging method for fuel pump regulator
CN114386697A (en)*2022-01-122022-04-22合肥工业大学Ship main engine spare part prediction method based on improved random forest
CN114580829A (en)*2021-12-292022-06-03国网湖南省电力有限公司Power utilization safety sensing method, equipment and medium based on random forest algorithm
CN114781762A (en)*2022-06-212022-07-22四川观想科技股份有限公司Equipment fault prediction method based on life consumption
CN114818818A (en)*2022-05-062022-07-29上海工业自动化仪表研究院有限公司Fault diagnosis method for gas turbine control system based on optimized random forest algorithm
CN114969267A (en)*2022-06-132022-08-30华东理工大学 A method for analyzing the causes of nuclear power quality defects
CN115564989A (en)*2022-09-212023-01-03郑州大学 Random Forest Algorithm for Land Use Classification
CN115577308A (en)*2022-10-272023-01-06长春工业大学Fault feature selection bearing fault classification method for snake optimization support vector machine
CN116578833A (en)*2023-04-112023-08-11上海交通大学 IGBT Module Aging Fault Diagnosis System Based on Optimal Random Forest Model
CN117474022A (en)*2023-10-252024-01-30江南大学 A passive RFID target item positioning method based on hierarchical decision tree
CN118520789A (en)*2024-07-252024-08-20山东科技大学High-speed train traction inverter fault diagnosis method based on weighted random forest
CN119105469A (en)*2024-10-152024-12-10上海科络达云软件技术有限公司 Method for remote diagnosis of power system fault of electric vehicle

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
温博文;董文瀚;解武杰;马骏;: "基于改进网格搜索算法的随机森林参数优化", 计算机工程与应用*
蔡金锭;鄢仁武;: "基于小波分析与随机森林算法的电力电子电路故障诊断", 电力科学与技术学报*
鄢仁武等: "基于随机森林的电力电子电路故障诊断技术", 《武汉大学学报(工学版)》*
闫东阳: "基于对象的随机森林遥感分类方法优化", 《中国优秀硕士学位论文(电子期刊)基础科学辑》*
黄蕾: "基于道岔转辙机动作功率曲线关联分析道岔故障", 《兵工自动化》*

Cited By (42)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN113709747B (en)*2020-05-092023-10-13中国移动通信集团有限公司Harassment number identification method and device, computer equipment and storage medium
CN113709747A (en)*2020-05-092021-11-26中国移动通信集团有限公司Harassment number identification method and device, computer equipment and storage medium
CN111723520A (en)*2020-05-292020-09-29国网四川省电力公司电力科学研究院 A Transformer Fault Diagnosis Device and Method Based on Decision Tree and Random Forest
CN111737918A (en)*2020-06-242020-10-02大连理工大学 An integrated learning method for fault diagnosis of aero-engine high-pressure rotors
CN111881159A (en)*2020-08-052020-11-03长沙理工大学 A cost-sensitive extreme random forest-based fault detection method and device
CN111881159B (en)*2020-08-052022-05-31长沙理工大学 A cost-sensitive extreme random forest-based fault detection method and device
CN111985571A (en)*2020-08-262020-11-24国网湖南省电力有限公司 Fault prediction method, device, medium and equipment for low-voltage intelligent monitoring terminal based on improved random forest algorithm
CN111985571B (en)*2020-08-262022-09-09国网湖南省电力有限公司 Low-voltage intelligent monitoring terminal fault prediction method, device, medium and equipment
CN112269878A (en)*2020-11-022021-01-26成都纬创立科技有限公司Interpretable law decision prediction method, interpretable law decision prediction device, electronic equipment and storage medium
CN112269878B (en)*2020-11-022024-03-26成都纬创立科技有限公司Interpretable legal decision prediction method, interpretable legal decision prediction device, electronic equipment and storage medium
CN112329341A (en)*2020-11-022021-02-05浙江智昌机器人科技有限公司Fault diagnosis system and method based on AR and random forest model
CN112307287B (en)*2020-11-112022-08-02国网山东省电力公司威海供电公司 Method and device for data classification and processing of power Internet of things based on cloud-edge collaborative architecture
CN112307287A (en)*2020-11-112021-02-02国网山东省电力公司威海供电公司Cloud edge cooperative architecture based power internet of things data classification processing method and device
CN112364929A (en)*2020-11-192021-02-12浙江工业大学Random forest classification method in power plant fault data diagnosis project
CN112561176A (en)*2020-12-212021-03-26深圳供电局有限公司Early warning method for online running state of electric power metering device
CN112633733A (en)*2020-12-302021-04-09武汉轻工大学Random forest soil heavy metal risk evaluation method and system based on credibility
CN113076982A (en)*2021-03-252021-07-06南京晨光集团有限责任公司Fault diagnosis and test method based on proportional valve shaft controller
CN113076982B (en)*2021-03-252024-04-26南京晨光集团有限责任公司Fault diagnosis and test method based on proportional valve shaft controller
CN113095511A (en)*2021-04-162021-07-09广东电网有限责任公司Method and device for judging in-place operation of automatic master station
CN113190460A (en)*2021-05-252021-07-30中国工商银行股份有限公司Method and device for automatically generating test cases
CN113190460B (en)*2021-05-252024-03-15中国工商银行股份有限公司Automatic test case generation method and device
CN113408068A (en)*2021-06-182021-09-17浙江大学Random forest classification machine pump fault diagnosis method and device
CN113780351A (en)*2021-08-102021-12-10北京自动化控制设备研究所 A Fault Diagnosis Method of Satellite Receiver Based on Random Forest
CN114118195B (en)*2021-08-112024-09-10中国电力科学研究院有限公司 A method and system for identifying vibration of circuit breaker operating mechanism based on decision tree
CN114118195A (en)*2021-08-112022-03-01中国电力科学研究院有限公司Method and system for identifying vibration of circuit breaker operating mechanism based on decision tree
CN114021602A (en)*2021-10-142022-02-08北京和利时系统集成有限公司Method and system for processing data in point switch fault diagnosis model
CN113935422A (en)*2021-10-202022-01-14中船动力研究院有限公司 Method, system and terminal for fault identification of marine low-speed engine
CN114326660A (en)*2021-12-132022-04-12中国航发北京航科发动机控制系统科技有限公司RSS-ETR-based intelligent debugging method for fuel pump regulator
CN114580829A (en)*2021-12-292022-06-03国网湖南省电力有限公司Power utilization safety sensing method, equipment and medium based on random forest algorithm
CN114386697A (en)*2022-01-122022-04-22合肥工业大学Ship main engine spare part prediction method based on improved random forest
CN114187533A (en)*2022-02-152022-03-15西南交通大学GB-InSAR (GB-InSAR) atmospheric correction method based on random forest time sequence classification
CN114187533B (en)*2022-02-152022-05-03西南交通大学GB-InSAR (GB-InSAR) atmospheric correction method based on random forest time sequence classification
CN114818818A (en)*2022-05-062022-07-29上海工业自动化仪表研究院有限公司Fault diagnosis method for gas turbine control system based on optimized random forest algorithm
CN114969267A (en)*2022-06-132022-08-30华东理工大学 A method for analyzing the causes of nuclear power quality defects
CN114781762A (en)*2022-06-212022-07-22四川观想科技股份有限公司Equipment fault prediction method based on life consumption
CN114781762B (en)*2022-06-212022-09-23四川观想科技股份有限公司Equipment fault prediction method based on life consumption
CN115564989A (en)*2022-09-212023-01-03郑州大学 Random Forest Algorithm for Land Use Classification
CN115577308A (en)*2022-10-272023-01-06长春工业大学Fault feature selection bearing fault classification method for snake optimization support vector machine
CN116578833A (en)*2023-04-112023-08-11上海交通大学 IGBT Module Aging Fault Diagnosis System Based on Optimal Random Forest Model
CN117474022A (en)*2023-10-252024-01-30江南大学 A passive RFID target item positioning method based on hierarchical decision tree
CN118520789A (en)*2024-07-252024-08-20山东科技大学High-speed train traction inverter fault diagnosis method based on weighted random forest
CN119105469A (en)*2024-10-152024-12-10上海科络达云软件技术有限公司 Method for remote diagnosis of power system fault of electric vehicle

Similar Documents

PublicationPublication DateTitle
CN111046931A (en) A Random Forest-based Switch Fault Diagnosis Method
CN110596492B (en) A Transformer Fault Diagnosis Method Based on Particle Swarm Optimization Random Forest Model
CN110519128B (en)Random forest based operating system identification method
CN108921285B (en)Bidirectional gate control cyclic neural network-based classification method for power quality disturbance
CN107590506A (en)A kind of complex device method for diagnosing faults of feature based processing
CN108777873A (en)The wireless sensor network abnormal deviation data examination method of forest is isolated based on weighted blend
CN101516099B (en) Anomaly Detection Method for Sensor Networks
WO2016091084A1 (en)Complex network-based high speed train system safety evaluation method
CN105335752A (en)Principal component analysis multivariable decision-making tree-based connection manner identification method
CN109948726B (en) A Deep Forest Based Power Quality Disturbance Classification Method
CN103744978A (en)Parameter optimization method for support vector machine based on grid search technology
CN108537259A (en)Train control on board equipment failure modes and recognition methods based on Rough Sets Neural Networks model
CN105606914A (en)IWO-ELM-based Aviation power converter fault diagnosis method
CN111860576A (en) A random forest-based method for classifying and labeling endometrial tumors
CN113159139B (en)Damage state diagnosis method based on improved acoustic emission density clustering
CN114371009A (en)High-speed train bearing fault diagnosis method based on improved random forest
CN110045227B (en) A distribution network fault diagnosis method based on random matrix and deep learning
CN112181706A (en) An anomaly detection method for power dispatching data based on logarithmic interval isolation
CN110942098A (en) An analysis method of power supply service quality based on Bayesian pruning decision tree
CN104915679A (en)Large-scale high-dimensional data classification method based on random forest weighted distance
Thaler et al.Towards a neural language model for signature extraction from forensic logs
CN105808582A (en)Parallel generation method and device of decision tree on the basis of layered strategy
CN114169398A (en) Photovoltaic DC arc fault identification method and device based on random forest algorithm
Chu et al.Co-training based on semi-supervised ensemble classification approach for multi-label data stream
CN114861858A (en) A kind of road abnormal data detection method, device, equipment and readable storage medium

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
RJ01Rejection of invention patent application after publication
RJ01Rejection of invention patent application after publication

Application publication date:20200421


[8]ページ先頭

©2009-2025 Movatter.jp