CN113407520A - Power network safety data cleaning system and method based on machine learning - Google Patents

Power network safety data cleaning system and method based on machine learning Download PDF

Info

Publication number
CN113407520A
CN113407520A CN202110517058.3A CN202110517058A CN113407520A CN 113407520 A CN113407520 A CN 113407520A CN 202110517058 A CN202110517058 A CN 202110517058A CN 113407520 A CN113407520 A CN 113407520A
Authority
CN
China
Prior art keywords
data
event information
power network
operation event
abnormal
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
CN202110517058.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.)
Hangzhou Power Supply Co of State Grid Zhejiang Electric Power Co Ltd
Original Assignee
Hangzhou Power Supply Co of State Grid Zhejiang Electric Power Co Ltd
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 Hangzhou Power Supply Co of State Grid Zhejiang Electric Power Co Ltd filed Critical Hangzhou Power Supply Co of State Grid Zhejiang Electric Power Co Ltd
Priority to CN202110517058.3A priority Critical patent/CN113407520A/en
Publication of CN113407520A publication Critical patent/CN113407520A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases
    • G06F16/215Improving data quality; Data cleansing, e.g. de-duplication, removing invalid entries or correcting typographical errors
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/284Relational databases
    • G06F16/285Clustering or classification
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/06Electricity, gas or water supply
    • 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
    • Y04INFORMATION OR COMMUNICATION TECHNOLOGIES HAVING AN IMPACT ON OTHER TECHNOLOGY AREAS
    • Y04SSYSTEMS INTEGRATING TECHNOLOGIES RELATED TO POWER NETWORK OPERATION, COMMUNICATION OR INFORMATION TECHNOLOGIES FOR IMPROVING THE ELECTRICAL POWER GENERATION, TRANSMISSION, DISTRIBUTION, MANAGEMENT OR USAGE, i.e. SMART GRIDS
    • Y04S10/00Systems supporting electrical power generation, transmission or distribution
    • Y04S10/50Systems or methods supporting the power network operation or management, involving a certain degree of interaction with the load-side end user applications

Abstract

The invention provides a machine learning-based power network safety data cleaning system and a machine learning-based power network safety data cleaning method. The cleaning method specifically comprises the steps that a data acquisition module acquires power network data and stores the power network data into an original power network data storage unit, a data processing module extracts the power network data, analyzes the power network data to obtain operation event information and stores the operation event information into an operation event information storage unit, all the operation event information is analyzed through a machine learning clustering algorithm to obtain abnormal data and outlier data, the abnormal data, the outlier data and normal data are stored respectively, and data cleaning is completed. According to the method, the abnormal data and the outlier data are effectively extracted through data cleaning and are correspondingly processed, and the reliability of the data application of the power network is improved.

Description

Power network safety data cleaning system and method based on machine learning
Technical Field
The invention relates to the technical field of data cleaning, in particular to a power network safety data cleaning system and method based on machine learning.
Background
With the continuous development of power grids, more and more safety systems are applied to the safety protection work of the power grids in order to protect the operation safety of the power grids. Because the actually measured power grid data often has various problems such as data loss, data abnormality or data error, and the actually measured power grid data has low application reliability, when responding to the security threat suffered by the power grid, if the actually measured power grid data is directly used for application, the effectiveness of the response measure formulated according to the power grid data is affected.
Disclosure of Invention
The invention aims to overcome the defects in the prior art and provides a power network safety data cleaning system and method based on machine learning.
The purpose of the invention is realized by the following technical scheme:
a power network data cleaning method based on machine learning comprises the following steps:
the method comprises the following steps that firstly, a data acquisition module acquires power network data, and the data acquisition module stores the power network data into an original power network data storage unit;
step two, the data processing module extracts power network data from the original power network data storage unit, analyzes the power network data to acquire operation event information, and stores the acquired operation event information into the operation event information storage unit;
and step three, analyzing all the operation event information by the data analysis module through a machine learning algorithm, extracting abnormal data and outlier data in the operation event information, and respectively storing the abnormal data, the outlier data and the normal data by the data analysis module to finish data cleaning.
The power network data are classified, and the operation event information is perfected according to the power network data, so that the safety of the power network can be conveniently judged in the follow-up process. When abnormal data and outlier data are analyzed, the power network data in the same type of operation event information are judged and analyzed, the data calculation amount is reduced, and the analysis efficiency is improved.
Further, the specific process of analyzing the power network data by the data processing module to obtain the operation event information in the second step is as follows: the method comprises the steps that firstly, a data processing module extracts a regular expression in a rule storage unit, the data processing module analyzes power network data collected by a data collection module according to the regular expression to obtain field information of the power network data, then the data processing module performs data feature matching on the field information, operation event information classification is performed according to a matching result, and all power network data belonging to the same operation event information category are stored in an operation event information storage unit as a type of operation event information data.
The electric network data can be analyzed into different field information through the regular expression, data feature matching is conveniently carried out according to the type of the field information, and classification accuracy is improved.
Further, the machine learning clustering algorithm in the third step is specifically a K-means algorithm, and the specific process of analyzing all the operation event information by the data analysis module through the K-means algorithm is as follows: the data analysis module establishes a data analysis model based on a K-means algorithm, extracts all operation event information in a database and carries out feature extraction processing on the operation event information, a feature value sample set is established according to feature values of all operation event information obtained through feature extraction, a plurality of feature values are selected from the feature value sample set to establish a training sample set, the data analysis module trains the data analysis model according to the training sample set, the feature value sample set is analyzed according to the trained data analysis model, the feature value distribution condition of all operation event information is output according to the analysis result, and the data analysis module acquires abnormal data and outlier data in the sample set according to the feature value distribution condition.
The K-means algorithm can effectively extract abnormal data and outlier data from mass data, and the recognition accuracy is high.
Further, after the data analysis module acquires the abnormal data and the outlier data, the data analysis module firstly judges the generation reason of the abnormal data and the outlier data, and if the generation reason of the abnormal data and the outlier data is judged to be that the power network receives an attack, the data analysis module labels the abnormal data and the outlier data and stores the abnormal data and the outlier data into the abnormal monitoring data unit; if the generation reason of the abnormal data and the outlier data is judged to be detection errors, the data analysis module judges abnormal values of each abnormal data and each outlier data through a Grubbs method, if the abnormal data or the outlier data are judged to be the abnormal values, the data analysis module removes the abnormal data or the outlier data which are judged to be the abnormal values, the data analysis module fills missing values of operation event information corresponding to the removed abnormal data or the outlier data through a K-means algorithm, and the data are stored in a database again after filling is completed to finish data cleaning; and if the abnormal data or the outlier data are judged not to belong to the abnormal value, the data analysis module labels the abnormal data or the outlier data and stores the labeled abnormal data or the outlier data into the database again.
The abnormal data or the outlier data are removed and filled with normal values to repair errors if the abnormal data or the outlier data are abnormal values, and the abnormal data or the outlier data do not need to be monitored if the abnormal data or the outlier data are the measurement errors, and only the normal marking or the error correction is needed. If the abnormal data and the outlier data are generated due to the attack of the power grid, the corresponding operation events need to be monitored in real time, and the situation that the abnormal data and the outlier data are attacked again is prevented or a timely response can be made when the abnormal data and the outlier data are attacked. The judgment of the reasons for generating the abnormal data and the outlier data can effectively improve the monitoring efficiency and reduce the monitoring workload.
Further, when the abnormal data or the outlier data is judged to be an abnormal value, the data analysis module further extracts the operation event information corresponding to the abnormal data or the outlier data from the operation event information storage unit, and the data analysis module removes and fills missing values of data related to the abnormal data or the outlier data in the operation event information according to the association rule in the rule storage unit.
And error correction processing is also carried out on the associated data, so that the accuracy of the data in the operation event information is ensured.
Furthermore, in the second step, before the data processing module stores all the acquired operation event information in the operation event information storage unit, the data processing module also adds a timestamp to each operation event information.
Furthermore, after the data processing module adds a timestamp to each running event information, the data processing module also establishes a corresponding database index for each running event information.
After the database index is established for each operation event information, the required operation event information can be quickly and accurately acquired when the operation event information needs to be consulted subsequently.
The utility model provides an electric power network data cleaning system based on machine learning, includes data acquisition module, data processing module and data analysis module, data acquisition module and data processing module are connected, data acquisition module is used for gathering electric power network data, data analysis module and data processing module are connected, data processing module is used for analyzing the classification to electric power network data, data analysis module is used for extracting abnormal data and outlier data in the operational event information.
Further, the electric power network data cleaning system based on machine learning further comprises a database, wherein the database comprises an original electric power network data storage unit, an operation event information storage unit, a rule storage unit and an abnormity monitoring data unit, the original electric power network data storage unit is simultaneously connected with a data acquisition module and a data processing module, the operation event information storage unit is simultaneously connected with a data processing module and a data analysis module, the rule storage unit is connected with the data processing module, and the abnormity monitoring data unit is connected with the data analysis module.
The invention has the beneficial effects that:
the power network data are analyzed and classified to obtain operation event information in the power grid operation process, data cleaning is carried out by taking the operation event information as a unit, the data calculation amount is low, the cleaning efficiency is improved, and the application reliability of the power network data after the data cleaning is prompted. When the abnormal data and the outlier data in the operation event information are extracted, the reasons for the abnormal data and the outlier data are judged, the abnormal data and the outlier data caused by the measurement error are marked or subjected to error correction, and only the abnormal data and the outlier data generated by the power grid under attack are subjected to data cleaning, so that the data cleaning efficiency is improved.
Drawings
FIG. 1 is a schematic flow diagram of the present invention;
FIG. 2 is a schematic diagram of an embodiment of the present invention;
wherein: 1. the system comprises a data acquisition module 2, a data processing module 3, a data analysis module 4, a database 41, an original power network data storage unit 42, an operation event information storage unit 43, a rule storage unit 44 and an abnormality monitoring data unit.
Detailed Description
The invention is further described below with reference to the figures and examples.
Example (b):
a method for cleaning power network data based on machine learning, as shown in fig. 1, includes the following steps:
step one, a data acquisition module 1 acquires power network data, and the data acquisition module 1 stores the power network data into an original power network data storage unit 41;
step two, the data processing module 2 extracts the power network data from the original power network data storage unit 41, the data processing module 2 analyzes the power network data to obtain operation event information, and the data processing module 2 stores the obtained operation event information into the operation event information storage unit 42;
and step three, the data analysis module 3 analyzes all the operation event information through a machine learning algorithm, abnormal data and outlier data in the operation event information are extracted, and the data analysis module 3 respectively stores the abnormal data, the outlier data and the normal data to finish data cleaning.
The specific process of analyzing the power network data by the data processing module 2 to obtain the operation event information in the second step is as follows: firstly, the data processing module 2 extracts the regular expression in the rule storage unit 43, the data processing module 2 analyzes the power network data collected by the data collection module 1 according to the regular expression to obtain field information of the power network data, then the data processing module 2 performs data feature matching on the field information, performs operation event information classification according to a matching result, and stores all the power network data belonging to the same operation event information category as a type of operation event information data into the operation event information storage unit 42.
The machine learning clustering algorithm in the third step is specifically a K-means algorithm, and the specific process of analyzing all the operation event information by the data analysis module 3 through the K-means algorithm is as follows: the data analysis module 3 establishes a data analysis model based on a K-means algorithm, the data analysis module 3 extracts the Access Log related data of Nginx in the database 4 and carries out feature extraction processing on the data, can analyze the characteristic values of request time, request address, request head, request method, request body, response state code and the like, constructing a characteristic value sample set according to all characteristic values obtained by characteristic extraction, selecting a request address characteristic value and a request head characteristic value from the characteristic value sample set to construct a training sample set, training a data analysis model by a data analysis module 3 according to the training sample set, analyzing the characteristic value sample set according to the trained data analysis model, and outputting the characteristic value distribution condition of all the operation event information according to the analysis result, and acquiring abnormal data and outlier data in the Access Log related data of Nginx by the data analysis module 3 according to the characteristic value distribution condition.
After the data analysis module 3 acquires the abnormal data and the outlier data, the data analysis module 3 firstly judges the generation reason of the abnormal data and the outlier data, the data analysis module 3 acquires the acquisition nodes corresponding to the abnormal data and the outlier data, and calls all the power network data of the acquisition nodes in the near period of time from the database 4, and acquires the fluctuation curve and the fluctuation amplitude of the power network data in the period of time. If the generation reason of the abnormal data and the outlier data is judged to be that the power network receives an attack, the data analysis module 3 labels the abnormal data and the outlier data and stores the labeled abnormal data and the outlier data into the abnormal monitoring data unit 44; if the generation reason of the abnormal data and the outlier data is judged to be detection error, the data analysis module 3 judges an abnormal value of each abnormal data and each outlier data through the grubbs method, if the abnormal data or the outlier data is judged to be the abnormal value, the data analysis module 3 removes the abnormal data or the outlier data which is judged to be the abnormal value, the data analysis module 3 selects the value which is judged to be the normal data for the last time in the operation event information storage unit 42 by using the K-means algorithm to fill the missing value of the operation event information corresponding to the removed abnormal data or the outlier data, and stores the operation event information into the database 4 again after the filling is completed to complete the data cleaning; if the abnormal data or the outlier data are judged not to belong to the abnormal value, the data analysis module 3 labels the abnormal data or the outlier data and stores the labeled abnormal data or the outlier data into the database 4 again.
Because the standard deviation of the abnormal data and the outlier data is in an unknown state, the abnormal value is judged by adopting the Grubbs method, and the Grubbs method not only sets a certain confidence coefficient, but also introduces an average value and a standard deviation, so that the judgment accuracy is very high. The abnormal value judgment formula of the grubbs method is as follows:
Figure BDA0003061990900000081
wherein: t is an abnormal judgment value, a is abnormal data or outlier data, b is an average value of data in the operation event information corresponding to the abnormal data or the outlier data, and S is a standard deviation of the data in the operation event information corresponding to the abnormal data or the outlier data.
After the T value is obtained, the data table for the grubbs method verification needs to be retrieved in the rule storage unit 43, the T value is compared with the data in the table, and if the calculated T value is larger than the data corresponding to the table, it is determined that the abnormal data or the outlier data is an abnormal value.
When the abnormal data or the outlier data is determined to be an abnormal value, the data analysis module 3 further extracts the operation event information corresponding to the outlier data from the operation event information storage unit 42, and the data analysis module 3 performs a clearing and missing value filling process on the data associated with the outlier data in the operation event information according to the association rule in the rule storage unit 43.
In the second step, before the data processing module 2 stores all the acquired operation event information in the operation event information storage unit 42, the data processing module 2 further performs timestamp processing on each operation event information.
After the data processing module 2 adds the timestamp to each operation event information, the data processing module 2 also establishes a corresponding database 4 index for each operation event information.
The utility model provides an electric power network data cleaning system based on machine learning, as shown in fig. 2, includes data acquisition module 1, data processing module 2, data analysis module 3 and database 4, data acquisition module 1 is connected with data processing module 2, data acquisition module 1 is used for gathering electric power network data, data analysis module 3 is connected with data processing module 2, data processing module 2 is used for analyzing electric power network data and classifies, data analysis module 3 is used for extracting abnormal data and outlier data in the operational event information.
The database 4 comprises an original power network data storage unit 41, an operation event information storage unit 42, a rule storage unit 43 and an abnormality monitoring data unit 44, wherein the original power network data storage unit 41 is simultaneously connected with the data acquisition module 1 and the data processing module 2, the operation event information storage unit 42 is simultaneously connected with the data processing module 2 and the data analysis module 3, the rule storage unit 43 is connected with the data processing module 2, and the abnormality monitoring data unit 44 is connected with the data analysis module 3.
And monitors the power grid acquisition nodes corresponding to the abnormal data or the outlier data stored in the abnormal monitoring data unit 44 in real time.
The above-described embodiments are only preferred embodiments of the present invention, and are not intended to limit the present invention in any way, and other variations and modifications may be made without departing from the spirit of the invention as set forth in the claims.

Claims (9)

1. A power network data cleaning method based on machine learning is characterized by comprising the following steps:
the method comprises the following steps that firstly, a data acquisition module (1) acquires power network data, and the data acquisition module (1) stores the power network data into an original power network data storage unit (41);
step two, the data processing module (2) extracts power network data from the original power network data storage unit (41), the data processing module (2) analyzes the power network data to acquire operation event information, and the data processing module (2) stores the acquired operation event information into the operation event information storage unit (42);
and thirdly, analyzing all the operation event information by the data analysis module (3) through a machine learning clustering algorithm, extracting abnormal data and outlier data in the operation event information, and respectively storing the abnormal data, the outlier data and the normal data by the data analysis module (3) to finish data cleaning.
2. The machine learning-based power network data cleaning method according to claim 1, wherein the specific process of analyzing the power network data by the data processing module (2) to obtain the operation event information in the second step is as follows: the method comprises the steps that firstly, a regular expression in a rule storage unit (43) is extracted by a data processing module (2), the data processing module (2) analyzes the power network data collected by a data collection module (1) according to the regular expression to obtain field information of the power network data, then the data processing module (2) performs data feature matching on the field information, operation event information classification is performed according to matching results, and all power network data belonging to the same operation event information category are stored in an operation event information storage unit (42) as one type of operation event information data.
3. The machine learning-based power network data cleaning method according to claim 1, wherein the machine learning clustering algorithm in the third step is specifically a K-means algorithm, and the specific process of analyzing all operation event information by the data analysis module (3) through the K-means algorithm is as follows: the data analysis module (3) establishes a data analysis model based on a K-means algorithm, the data analysis module (3) extracts all operation event information in a database (4) and carries out feature extraction processing on the operation event information, a feature value sample set is established according to feature values of all operation event information obtained through feature extraction, a plurality of feature values are selected from the feature value sample set to establish a training sample set, the data analysis module (3) trains the data analysis model according to the training sample set, the feature value sample set is analyzed according to the trained data analysis model, feature value distribution conditions of all operation event information are output according to analysis results, and the data analysis module (3) obtains abnormal data and outlier data in the sample set according to the feature value distribution conditions.
4. The machine learning-based power network data cleaning method according to claim 3, wherein after the data analysis module (3) acquires the abnormal data and the outlier data, the data analysis module (3) firstly judges the generation reason of the abnormal data and the outlier data, and if the generation reason of the abnormal data and the outlier data is judged to be that the power network receives an attack, the data analysis module (3) labels the abnormal data and the outlier data and stores the abnormal data and the outlier data into the abnormality monitoring data unit (44); if the generation reason of the abnormal data and the outlier data is judged to be detection errors, the data analysis module (3) judges an abnormal value of each abnormal data and each outlier data through a Grubbs method, if the abnormal data or the outlier data is judged to be the abnormal value, the data analysis module (3) eliminates the abnormal data or the outlier data which are judged to be the abnormal value, the data analysis module (3) fills missing values of operation event information corresponding to the eliminated abnormal data or the outlier data through a K-means algorithm, and the data are restored to the database (4) after filling is completed, so that data cleaning is completed; if the abnormal data or the outlier data are judged not to belong to the abnormal value, the data analysis module (3) marks the abnormal data or the outlier data and stores the marked abnormal data or the outlier data into the database (4) again.
5. The machine learning-based power network data cleaning method according to claim 4, wherein when the abnormal data or the outlier data is determined to be an abnormal value, the data analysis module (3) further extracts the operation event information corresponding to the abnormal data or the outlier data from the operation event information storage unit (42), and the data analysis module (3) performs clearing and missing value filling processing on data associated with the abnormal data or the outlier data in the operation event information according to an association rule in the rule storage unit (43).
6. The machine learning-based power network data cleaning method according to claim 1, wherein in the second step, before the data processing module (2) stores all the acquired operation event information in the operation event information storage unit (42), the data processing module (2) further performs time stamping processing on each operation event information.
7. The machine learning-based power network data cleaning method according to claim 6, wherein after the data processing module (2) performs time stamping processing on each operation event information, the data processing module (2) further establishes a corresponding database (4) index for each operation event information.
8. The utility model provides an electric power network data cleaning system based on machine learning, its characterized in that, includes data acquisition module (1), data processing module (2) and data analysis module (3), data acquisition module (1) is connected with data processing module (2), data acquisition module (1) is used for gathering electric power network data, data analysis module (3) is connected with data processing module (2), data processing module (2) are used for analyzing electric power network data and classify, data analysis module (3) are used for extracting the unusual data and the outlier data in the operational event information.
9. The machine learning-based power network data cleaning system according to claim 8, further comprising a database (4), wherein the database (4) comprises an original power network data storage unit (41), an operation event information storage unit (42), a rule storage unit (43) and an abnormality monitoring data unit (44), the original power network data storage unit (41) is connected with the data acquisition module (1) and the data processing module (2), the operation event information storage unit (42) is connected with the data processing module (2) and the data analysis module (3), the rule storage unit (43) is connected with the data processing module (2), and the abnormality monitoring data unit (44) is connected with the data analysis module (3).
CN202110517058.3A 2021-05-12 2021-05-12 Power network safety data cleaning system and method based on machine learning Pending CN113407520A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110517058.3A CN113407520A (en) 2021-05-12 2021-05-12 Power network safety data cleaning system and method based on machine learning

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110517058.3A CN113407520A (en) 2021-05-12 2021-05-12 Power network safety data cleaning system and method based on machine learning

Publications (1)

Publication Number Publication Date
CN113407520A true CN113407520A (en) 2021-09-17

Family

ID=77678326

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110517058.3A Pending CN113407520A (en) 2021-05-12 2021-05-12 Power network safety data cleaning system and method based on machine learning

Country Status (1)

Country Link
CN (1) CN113407520A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115907168A (en) * 2022-11-28 2023-04-04 浙江浙能能源服务有限公司 Abnormal data processing system for power load prediction

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109740648A (en) * 2018-12-21 2019-05-10 广州供电局有限公司 Electric load disorder data recognition method, apparatus and computer equipment
CN110598180A (en) * 2019-08-30 2019-12-20 国家电网有限公司 Event detection method, device and system based on statistical analysis
CN110750527A (en) * 2019-10-24 2020-02-04 南方电网科学研究院有限责任公司 Data cleaning method for electric power big data
CN111031006A (en) * 2019-11-22 2020-04-17 国网浙江省电力有限公司绍兴供电公司 Intelligent power grid communication anomaly detection method based on network flow
CN112650741A (en) * 2020-12-29 2021-04-13 平安消费金融有限公司 Abnormal data identification and correction method, system, equipment and readable storage medium
CN112685459A (en) * 2020-11-16 2021-04-20 中国南方电网有限责任公司 Attack source feature identification method based on K-means clustering algorithm
US20210325441A1 (en) * 2016-07-14 2021-10-21 HYDRO-QUéBEC Detection of anomalies in an electrical network

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20210325441A1 (en) * 2016-07-14 2021-10-21 HYDRO-QUéBEC Detection of anomalies in an electrical network
CN109740648A (en) * 2018-12-21 2019-05-10 广州供电局有限公司 Electric load disorder data recognition method, apparatus and computer equipment
CN110598180A (en) * 2019-08-30 2019-12-20 国家电网有限公司 Event detection method, device and system based on statistical analysis
CN110750527A (en) * 2019-10-24 2020-02-04 南方电网科学研究院有限责任公司 Data cleaning method for electric power big data
CN111031006A (en) * 2019-11-22 2020-04-17 国网浙江省电力有限公司绍兴供电公司 Intelligent power grid communication anomaly detection method based on network flow
CN112685459A (en) * 2020-11-16 2021-04-20 中国南方电网有限责任公司 Attack source feature identification method based on K-means clustering algorithm
CN112650741A (en) * 2020-12-29 2021-04-13 平安消费金融有限公司 Abnormal data identification and correction method, system, equipment and readable storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
吕继伟: ""基于泛在电力物联网的换流站在线监测系统优化综述"", 《电力工程技术》, vol. 38, no. 06, pages 9 - 15 *
石莹 等: ""基于云计算的电力运行大数据异常值快速检测算法"", 《电子设计工程》, vol. 28, no. 18, pages 43 - 46 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115907168A (en) * 2022-11-28 2023-04-04 浙江浙能能源服务有限公司 Abnormal data processing system for power load prediction

Similar Documents

Publication Publication Date Title
US8868985B2 (en) Supervised fault learning using rule-generated samples for machine condition monitoring
CN111539550B (en) Method, device, equipment and storage medium for determining working state of photovoltaic array
CN108446864B (en) Big data analysis-based fault early warning system and method for rail transit equipment
AU2019275633B2 (en) System and method of automated fault correction in a network environment
CN112491805B (en) Network security equipment management system applied to cloud platform
CN107885642A (en) Business monitoring method and system based on machine learning
CN111027615B (en) Middleware fault early warning method and system based on machine learning
CN103227734A (en) Method for detecting abnormity of OpenStack cloud platform
CN110750377A (en) Fault positioning method and device
CN108010305B (en) Self-diagnosis method for data acquisition fault of integrated energy management platform
CN109061387A (en) A kind of power grid abnormality method of discrimination based on annulus theorem
CN111666978B (en) Intelligent fault early warning system for IT system operation and maintenance big data
CN110825798A (en) Electric power application data maintenance method and device
CN111984442A (en) Method and device for detecting abnormality of computer cluster system, and storage medium
CN114255784A (en) Substation equipment fault diagnosis method based on voiceprint recognition and related device
CN114325405A (en) Battery pack consistency analysis method, modeling method, device, equipment and medium
CN116668039A (en) Computer remote login identification system and method based on artificial intelligence
CN116028887A (en) Analysis method of continuous industrial production data
CN113407520A (en) Power network safety data cleaning system and method based on machine learning
CN114460439A (en) Digital integrated circuit test system
CN113010394A (en) Machine room fault detection method for data center
CN117150418A (en) Transformer operation detection period formulation method and system based on state characteristic fault tree
CN113220799A (en) Big data early warning management system
CN116520068A (en) Diagnostic method, device, equipment and storage medium for electric power data
CN110515365B (en) Industrial control system abnormal behavior analysis method based on process mining

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