CN110490486B - Enterprise big data management system - Google Patents

Enterprise big data management system Download PDF

Info

Publication number
CN110490486B
CN110490486B CN201910795104.9A CN201910795104A CN110490486B CN 110490486 B CN110490486 B CN 110490486B CN 201910795104 A CN201910795104 A CN 201910795104A CN 110490486 B CN110490486 B CN 110490486B
Authority
CN
China
Prior art keywords
data
production equipment
market
subsystem
big data
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.)
Active
Application number
CN201910795104.9A
Other languages
Chinese (zh)
Other versions
CN110490486A (en
Inventor
李晓波
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Yuanshan Intelligent Technology Co Ltd
Original Assignee
Beijing Yuanshan Intelligent Technology 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 Beijing Yuanshan Intelligent Technology Co Ltd filed Critical Beijing Yuanshan Intelligent Technology Co Ltd
Priority to CN201910795104.9A priority Critical patent/CN110490486B/en
Publication of CN110490486A publication Critical patent/CN110490486A/en
Application granted granted Critical
Publication of CN110490486B publication Critical patent/CN110490486B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0639Performance analysis of employees; Performance analysis of enterprise or organisation operations
    • 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
    • G06Q30/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising
    • G06Q30/0201Market modelling; Market analysis; Collecting market data
    • G06Q30/0202Market predictions or forecasting for commercial activities

Abstract

The invention provides an enterprise big data management system which comprises a big data acquisition subsystem, a big data classification subsystem, a big data processing subsystem, a big data early warning subsystem and a visualization subsystem, wherein the big data acquisition subsystem is used for acquiring enterprise data, the big data classification subsystem divides the enterprise data into production equipment data and market data, the big data processing subsystem is used for analyzing and processing the production equipment data and the market data, the big data early warning subsystem is used for respectively monitoring and early warning the production equipment and the market based on a production equipment data analysis result and a market data analysis result, and the visualization subsystem is used for displaying a production equipment data analysis result and a market data analysis result. Compared with the conventional single data management system, the enterprise big data management system realizes multidimensional and massive enterprise data management.

Description

Enterprise big data management system
Technical Field
The invention relates to the technical field of big data, in particular to an enterprise big data management system.
Background
With the coming of the information era, data management becomes a difficult problem in front of enterprises, multi-dimensional and massive data bring new challenges and opportunities to the enterprises, and if the data can be effectively managed, the production efficiency of the enterprises can be improved, and the decision level of the enterprises can be improved. However, the existing enterprise data management system can only manage data in a single aspect, and is inefficient.
Disclosure of Invention
In order to solve the technical problem, the invention provides an enterprise big data management system, which realizes multidimensional and massive enterprise data management compared with the traditional single data management system.
The invention particularly provides an enterprise big data management system which comprises a big data acquisition subsystem, a big data classification subsystem, a big data processing subsystem, a big data early warning subsystem and a visualization subsystem, wherein the big data acquisition subsystem is used for acquiring enterprise data, the big data classification subsystem divides the enterprise data into production equipment data and market data, the big data processing subsystem is used for analyzing and processing the production equipment data and the market data, the big data early warning subsystem is used for respectively monitoring and early warning the production equipment and the market based on a production equipment data analysis result and a market data analysis result, and the visualization subsystem is used for displaying a production equipment data analysis result and a market data analysis result.
Optionally, the big data processing subsystem includes a production device data processing module and a market data processing module, the production device data processing module is configured to perform fault detection on the production device according to production device data, the market data processing module is configured to predict a market according to market data, the production device data processing module includes a preprocessing module, a first feature extraction module, a first fusion analysis module and a first evaluation module, the preprocessing module is configured to perform standardized processing on collected production device data, the first feature extraction module is configured to determine a feature vector of the production device, the first fusion analysis module detects a production device fault according to the feature vector of the production device, and the first evaluation module is configured to evaluate accuracy of the production device fault detection.
Optionally, the market data processing module includes a second feature extraction module and a second fusion analysis module, the second feature extraction module determines a feature vector of the market according to the market data, and the second fusion analysis module predicts the market according to the feature vector of the market.
Optionally, the preprocessing module is configured to perform standardized processing on the acquired production equipment data, and specifically includes:
the collected production equipment data is standardized using the following formula:
Figure BDA0002180714110000021
in the formula, ciData representing the ith production facility after the normalization process, bi、bjRespectively representing the ith and jth production facility data collected, i, j e [1, 2, …, n]And n represents the number of collected production equipment data.
Optionally, the first feature extraction module is configured to determine a feature vector of the production device, and specifically includes:
for the normalized production equipment data, a first characteristic value T of the production equipment data is calculated according to the following formula1
Figure BDA0002180714110000022
Calculating a second characteristic value T of the production equipment data according to the following formula2
Figure BDA0002180714110000023
Calculating a third characteristic value T of the production equipment data according to the following formula3
Figure BDA0002180714110000024
Determining a feature vector X of the production equipment according to the first feature value, the second feature value and the third feature value of the production equipment data: x ═ T1,T2,T3]。
Optionally, the first fusion analysis module detects the fault of the production equipment according to the feature vector of the production equipment, and specifically includes:
training the characteristic vector of the production equipment by adopting a neural network model to obtain the characteristic vector when the production equipment fails, carrying out standardized processing on the collected real-time data of the production equipment, inputting the data into the trained neural network model, and detecting the failure of the production equipment.
Optionally, the first evaluation module is configured to evaluate accuracy of fault detection of the production equipment, and specifically includes:
determining an evaluation factor of the fault detection accuracy:
P=0.5A+0.5/B
in the formula, P represents an evaluation factor of the fault detection accuracy, A represents the percentage of the number of correct fault detection times to the total number of fault detection times, B represents the percentage of the number of missed fault detection times to the total number of fault detection times, and the larger P is, the more accurate fault detection is represented.
Optionally, the second feature extraction module determines a feature vector of the market according to the market data, and specifically includes: determining a feature vector Y for the market using: y ═[S1,S2,S3]In the formula, S1Sales, S, representing a period of time2Indicating sales volume, S, for a period of time3Indicating sales profits for a certain period of time.
Optionally, the second fusion analysis module predicts the market according to the feature vector of the market, and specifically includes: collecting m market characteristic vectors adjacent to different time periods to obtain a prediction matrix Z of the market:
Figure BDA0002180714110000031
in the formula, Y1、Y2、…、YmFeature vector, Y, representing market for 1 st, 2 nd, … th, m th time periodk=[Sk1,Sk2,Sk3],Sk1、Sk2、Sk3Respectively representing sales, sales volume and sales profits for the kth time period, where k e [1, 2, …, m];
Determining a feature vector Y for the market for the next time period using the following equation0
Y0=[S01,S02,S03]
Wherein the content of the first and second substances,
Figure BDA0002180714110000032
Figure BDA0002180714110000033
S01、S02、S03respectively, the predicted values of sales, sales volume, and sales profits for the next time period.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
Drawings
The invention is further illustrated by means of the attached drawings, but the embodiments in the drawings do not constitute any limitation to the invention, and for a person skilled in the art, other drawings can be obtained on the basis of the following drawings without inventive effort.
FIG. 1 is a schematic view of the structure of the present invention.
Reference numerals:
the system comprises a big data acquisition subsystem 1, a big data classification subsystem 2, a big data processing subsystem 3, a big data early warning subsystem 4 and a visualization subsystem 5.
Detailed Description
The invention is further described with reference to the following examples.
With reference to fig. 1, an embodiment of the present invention provides an enterprise big data management system, which includes a big data collecting subsystem 1, a big data classifying subsystem 2, a big data processing subsystem 3, a big data early warning subsystem 4, and a visualization subsystem 5, where the big data collecting subsystem 1 is configured to collect enterprise data, the big data classifying subsystem 2 divides the enterprise data into production equipment data and market data, the big data processing subsystem 3 analyzes and processes the production equipment data and the market data, the big data early warning subsystem 4 monitors and early warns production equipment and a market respectively based on a production equipment data analysis result and a market data analysis result, and the visualization subsystem 5 is configured to display a production equipment data analysis result and a market data analysis result.
The big data acquisition system 1 accessible multiple sensor gathers production facility data, and the production facility data of gathering include production facility's vibration data, temperature data, sound data, load data etc, and simultaneously, big data acquisition system 1 also can obtain market data through each sales terminal or user terminal, market data includes sales volume, sales profit etc. according to the enterprise difference, and production facility is different, and the data index is also different, can gather the data of different production facility, and according to market demand difference, the market data of gathering also can adjust, for example, to a certain region or, a certain sales force, the relevant data of a certain customer.
For production equipment data, the analysis result can be applied to product quality detection, production equipment fault early warning and the like. The method is sent to a manager in an alarm or suggestion mode for adjustment in time, a production equipment abnormity detection early warning model based on a relevant big data algorithm is established, and a characteristic mode in a time sequence is mined, so that the production process management and control performance is improved;
with respect to market data, the analysis results may be used for enterprise market forecasting to achieve a steady increase in manufacturing enterprise revenue.
The visualization subsystem 5 may display the analysis result of the production equipment data and the analysis result of the market data by using different terminal devices, such as a computer, a tablet computer, etc., or may present the analysis result of the production equipment data and the analysis result of the market data in different forms, such as a table, a histogram, etc.
The preferred embodiment realizes the collection, classification and analysis processing of different data of an enterprise, monitors and warns production equipment and the market through the data, improves the data management level of the enterprise, and is beneficial to ensuring the normal operation of the production equipment and making correct market decisions.
Preferably, the big data processing subsystem 3 includes a production equipment data processing module and a market data processing module, the production equipment data processing module is configured to perform fault detection on production equipment according to production equipment data, the market data processing module is configured to predict a market according to market data, the production equipment data processing module includes a preprocessing module, a first feature extraction module, a first fusion analysis module and a first evaluation module, the preprocessing module is configured to perform standardization processing on collected production equipment data, the first feature extraction module is configured to determine a feature vector of the production equipment, the first fusion analysis module detects a production equipment fault according to the feature vector of the production equipment, and the first evaluation module is configured to evaluate accuracy of the production equipment fault detection.
The market data processing module comprises a second feature extraction module and a second fusion analysis module, the second feature extraction module determines the feature vector of the market according to the market data, and the second fusion analysis module predicts the market according to the feature vector of the market.
The preferred embodiment analyzes the collected data, and can detect the faults of the production equipment and predict the market by reasonably determining the characteristic vectors of the production equipment and the market. The determination of the eigenvectors is based on the collected production equipment data and market data, and can be adjusted according to actual conditions and requirements.
Preferably, the preprocessing module is configured to perform standardized processing on the acquired production equipment data, and specifically includes:
the collected production equipment data is standardized using the following formula:
Figure BDA0002180714110000051
in the formula, ciData representing the ith production facility after the normalization process, bi、bjRespectively representing the ith and jth production facility data collected, i, j e [1, 2, …, n]And n represents the number of collected production equipment data.
Because different production equipment data have different dimensions and have very large size difference, the preferred embodiment carries out standardized processing on the production equipment data, is convenient for carrying out subsequent data analysis processing, improves the calculation efficiency and improves the enterprise data management level.
Preferably, the first feature extraction module is configured to determine a feature vector of the production device, and specifically includes:
for the normalized production equipment data, a first characteristic value T of the production equipment data is calculated according to the following formula1
Figure BDA0002180714110000052
The characteristic vector first characteristic value can effectively reflect the fluctuation degree of the data, the smaller the first characteristic value is, the smaller the fluctuation of the data is, the larger the first characteristic value is, the larger the fluctuation of the data is, and the higher the possibility of failure is.
Calculating a second characteristic value T of the production equipment data according to the following formula2
Figure BDA0002180714110000053
The feature vector second feature value can effectively reflect the steepness degree of data, and the steepness degree is increased along with the occurrence of faults.
Calculating a third characteristic value T of the production equipment data according to the following formula3
Figure BDA0002180714110000054
The feature vector third feature value can reflect the instantaneous maximum value of the data, and when the instantaneous maximum value of the data changes, the possibility of failure increases.
Determining a feature vector X of the production equipment according to the first feature value, the second feature value and the third feature value of the production equipment data: x ═ T1,T2,T3]。
Preferably, the first fusion analysis module detects the fault of the production equipment according to the feature vector of the production equipment, and specifically comprises:
training the characteristic vector of the production equipment by adopting a neural network model to obtain the characteristic vector when the production equipment fails, carrying out standardized processing on the collected real-time data of the production equipment, inputting the data into the trained neural network model, and detecting the failure of the production equipment.
Classifying the working state of the production equipment according to the characteristic vector of the production equipment, dividing the state of the production equipment into normal state and fault state, determining the characteristic vector in the corresponding state, acquiring real-time data of the production equipment for standardization, generating the corresponding characteristic vector according to the acquired data, performing similarity measurement with the characteristic vector in the corresponding state, and determining the real-time state of the production equipment, wherein the similarity measurement of the characteristic vector can be performed by adopting Euclidean distance.
Preferably, the first evaluation module is configured to evaluate accuracy of fault detection of the production equipment, and specifically includes:
determining an evaluation factor of the fault detection accuracy:
P=0.5A+0.5/B
in the formula, P represents an evaluation factor of the fault detection accuracy, A represents the percentage of the number of correct fault detection times to the total number of fault detection times, B represents the percentage of the number of missed fault detection times to the total number of fault detection times, and the larger P is, the more accurate fault detection is represented.
In the fault detection accuracy evaluation process, the preferred embodiment not only adopts the correct detection ratio, but also considers the proportion of missed detection, thereby realizing the comprehensive evaluation of fault detection.
Preferably, the second feature extraction module determines a feature vector of the market according to the market data, and specifically includes: determining a feature vector Y for the market using: y ═ S1,S2,S3]In the formula, S1Sales, S, representing a period of time2Indicating sales volume, S, for a period of time3Indicating sales profits for a certain period of time.
The second fusion analysis module predicts the market according to the characteristic vector of the market, and specifically comprises the following steps: collecting m market characteristic vectors adjacent to different time periods to obtain a prediction matrix Z of the market:
Figure BDA0002180714110000061
in the formula, Y1、Y2、…、YmFeature vector, Y, representing market for 1 st, 2 nd, … th, m th time periodk=[Sk1,Sk2,Sk3],Sk1、Sk2、Sk3Respectively represent the k-thSales, sales volume and sales profit for a period of time, where k e [1, 2, …, m];
Determining a feature vector Y for the market for the next time period using the following equation0
Y0=[S01,S02,S03]
Wherein the content of the first and second substances,
Figure BDA0002180714110000071
Figure BDA0002180714110000072
S01、S02、S03respectively, the predicted values of sales, sales volume, and sales profits for the next time period.
The market prediction is carried out by selecting the sales volume, the sales volume and the sales profit of the time period in the preferred embodiment, the average market level in the past period and the market growth rate in the recent time period are fully considered in the prediction process, and the prediction result has guiding significance for market decision.
From the above description of embodiments, it is clear for a person skilled in the art that the embodiments described herein can be implemented in hardware, software, firmware, middleware, code or any appropriate combination thereof. For a hardware implementation, a processor may be implemented in one or more of the following units: an Application Specific Integrated Circuit (ASIC), a Digital Signal Processor (DSP), a Digital Signal Processing Device (DSPD), a Programmable Logic Device (PLD), a Field Programmable Gate Array (FPGA), a processor, a controller, a microcontroller, a microprocessor, other electronic units designed to perform the functions described herein, or a combination thereof. For a software implementation, some or all of the procedures of an embodiment may be performed by a computer program instructing associated hardware. In practice, the program may be stored on or transmitted over as one or more instructions or code on a computer-readable medium. Computer-readable media includes both computer storage media and communication media including any medium that facilitates transfer of a computer program from one place to another. A storage media may be any available media that can be accessed by a computer. Computer-readable media can include, but is not limited to, RAM, ROM, EEPROM, CD-ROM or other optical disk storage, magnetic disk storage or other magnetic storage devices, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a computer.
Finally, it should be noted that the above embodiments are only used for illustrating the technical solutions of the present invention, and not for limiting the protection scope of the present invention, although the present invention is described in detail with reference to the preferred embodiments, it should be understood by the ordinary technical destination in the art that modifications or equivalent substitutions can be made to the technical solutions of the present invention without departing from the spirit and scope of the technical solutions of the present invention.

Claims (5)

1. An enterprise big data management system is characterized by comprising a big data acquisition subsystem, a big data classification subsystem, a big data processing subsystem, a big data early warning subsystem and a visualization subsystem, wherein the big data acquisition subsystem is used for acquiring enterprise data, the big data classification subsystem divides the enterprise data into production equipment data and market data, the big data processing subsystem analyzes and processes the production equipment data and the market data, the big data early warning subsystem respectively monitors and early warns production equipment and a market based on a production equipment data analysis result and a market data analysis result, and the visualization subsystem is used for displaying a production equipment data analysis result and a market data analysis result;
the big data processing subsystem comprises a production equipment data processing module and a market data processing module, the production equipment data processing module is used for carrying out fault detection on production equipment according to production equipment data, the market data processing module is used for predicting markets according to market data, the production equipment data processing module comprises a preprocessing module, a first feature extraction module, a first fusion analysis module and a first evaluation module, the preprocessing module is used for carrying out standardized processing on collected production equipment data, the first feature extraction module is used for determining a feature vector of the production equipment, the first fusion analysis module is used for detecting the fault of the production equipment according to the feature vector of the production equipment, and the first evaluation module is used for evaluating the accuracy of the fault detection of the production equipment;
the market data processing module comprises a second feature extraction module and a second fusion analysis module, the second feature extraction module determines a feature vector of a market according to market data, and the second fusion analysis module predicts the market according to the feature vector of the market;
the preprocessing module is used for carrying out standardized processing on the acquired production equipment data, and specifically comprises the following steps:
the collected production equipment data is standardized using the following formula:
Figure FDA0003462911820000011
in the formula, ciData representing the ith production facility after the normalization process, bi、bjRespectively representing the ith and jth production facility data collected, i, j e [1, 2, …, n]N represents the number of the collected production equipment data;
the first feature extraction module is used for determining a feature vector of the production equipment, and specifically comprises the following steps:
for the normalized production equipment data, a first characteristic value T of the production equipment data is calculated according to the following formula1
Figure FDA0003462911820000012
Calculating a second characteristic value T of the production equipment data according to the following formula2
Figure FDA0003462911820000021
Calculating a third characteristic value T of the production equipment data according to the following formula3
Figure FDA0003462911820000022
Determining a feature vector X of the production equipment according to the first feature value, the second feature value and the third feature value of the production equipment data: x ═ T1,T2,T3]。
2. The enterprise big data management system according to claim 1, wherein the first fusion analysis module detects a fault of the production equipment according to a feature vector of the production equipment, and specifically comprises:
training the characteristic vector of the production equipment by adopting a neural network model to obtain the characteristic vector when the production equipment fails, carrying out standardized processing on the collected real-time data of the production equipment, inputting the data into the trained neural network model, and detecting the failure of the production equipment.
3. The enterprise big data management system according to claim 2, wherein the first evaluation module is configured to evaluate accuracy of fault detection of the production equipment, and specifically:
determining an evaluation factor of the fault detection accuracy:
P=0.5A+0.5/B
in the formula, P represents an evaluation factor of the fault detection accuracy, A represents the percentage of the number of correct fault detection times to the total number of fault detection times, B represents the percentage of the number of missed fault detection times to the total number of fault detection times, and the larger P is, the more accurate fault detection is represented.
4. The enterprise big data management system according to claim 1, wherein the second feature extraction module determines a feature vector of a market according to market data, specifically: determining a feature vector Y for the market using: y is=[S1,S2,S3]In the formula, S1Sales, S, representing a period of time2Indicating sales volume, S, for a period of time3Indicating sales profits for a certain period of time.
5. The enterprise big data management system according to claim 4, wherein the second fusion analysis module predicts the market according to the feature vector of the market, specifically: collecting m market characteristic vectors adjacent to different time periods to obtain a prediction matrix Z of the market:
Figure FDA0003462911820000023
in the formula, Y1、Y2、…、YmFeature vector, Y, representing market for 1 st, 2 nd, … th, m th time periodk=[Sk1,Sk2,Sk3],Sk1、Sk2、Sk3Respectively representing sales, sales volume and sales profits for the kth time period, where k e [1, 2, …, m];
Determining a feature vector Y for the market for the next time period using the following equation0
Y0=[S01,S02,S03]
Wherein the content of the first and second substances,
Figure FDA0003462911820000031
Figure FDA0003462911820000032
S01、S02、S03respectively, the predicted values of sales, sales volume, and sales profits for the next time period.
CN201910795104.9A 2019-08-27 2019-08-27 Enterprise big data management system Active CN110490486B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910795104.9A CN110490486B (en) 2019-08-27 2019-08-27 Enterprise big data management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910795104.9A CN110490486B (en) 2019-08-27 2019-08-27 Enterprise big data management system

Publications (2)

Publication Number Publication Date
CN110490486A CN110490486A (en) 2019-11-22
CN110490486B true CN110490486B (en) 2022-04-29

Family

ID=68554466

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910795104.9A Active CN110490486B (en) 2019-08-27 2019-08-27 Enterprise big data management system

Country Status (1)

Country Link
CN (1) CN110490486B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111310803B (en) * 2020-01-20 2021-06-01 江苏神彩科技股份有限公司 Environment data processing method and device
CN111612302A (en) * 2020-04-18 2020-09-01 青岛奥利普智能制造研究院有限公司 Group-level data management method and equipment
CN113220799A (en) * 2021-05-13 2021-08-06 北京德风新征程科技有限公司 Big data early warning management system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105139142A (en) * 2015-09-08 2015-12-09 中冶赛迪工程技术股份有限公司 Production line monitoring command and enterprise monitoring management system based on mobile phone APP mobile internet
CN106790008A (en) * 2016-12-13 2017-05-31 浙江中都信息技术有限公司 Machine learning system for detecting abnormal host in enterprise network
CN108335027A (en) * 2018-01-26 2018-07-27 青岛萨纳斯智能科技股份有限公司 A kind of wisdom interconnection manufacture execution managing and control system
CN108446864A (en) * 2018-04-10 2018-08-24 广州新科佳都科技有限公司 The fault early warning system and method for Transit Equipment based on big data analysis
CN109034445A (en) * 2018-06-08 2018-12-18 广东红海湾发电有限公司 A kind of market-oriented electric power management system and method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105139142A (en) * 2015-09-08 2015-12-09 中冶赛迪工程技术股份有限公司 Production line monitoring command and enterprise monitoring management system based on mobile phone APP mobile internet
CN106790008A (en) * 2016-12-13 2017-05-31 浙江中都信息技术有限公司 Machine learning system for detecting abnormal host in enterprise network
CN108335027A (en) * 2018-01-26 2018-07-27 青岛萨纳斯智能科技股份有限公司 A kind of wisdom interconnection manufacture execution managing and control system
CN108446864A (en) * 2018-04-10 2018-08-24 广州新科佳都科技有限公司 The fault early warning system and method for Transit Equipment based on big data analysis
CN109034445A (en) * 2018-06-08 2018-12-18 广东红海湾发电有限公司 A kind of market-oriented electric power management system and method

Also Published As

Publication number Publication date
CN110490486A (en) 2019-11-22

Similar Documents

Publication Publication Date Title
CN110490486B (en) Enterprise big data management system
CN107742127A (en) A kind of improved anti-electricity-theft intelligent early-warning system and method
US6622221B1 (en) Workload analyzer and optimizer integration
US8078913B2 (en) Automated identification of performance crisis
CN106845526B (en) A kind of relevant parameter Fault Classification based on the analysis of big data Fusion of Clustering
CN110032490A (en) Method and device thereof for detection system exception
WO2022038804A1 (en) Diagnostic device and parameter adjustment method
CN109947815B (en) Power theft identification method based on outlier algorithm
CN115858794B (en) Abnormal log data identification method for network operation safety monitoring
CN113516313A (en) Gas anomaly detection method based on user portrait
CN111090833A (en) Data processing method, system and related equipment
CN114202256B (en) Architecture upgrading early warning method and device, intelligent terminal and readable storage medium
CN115860579A (en) Production quality monitoring system for flour processing
CN113642672A (en) Feature processing method and device of medical insurance data, computer equipment and storage medium
JP2022049395A (en) Abnormal score calculating device, abnormal score calculating method, and program
CN117171157A (en) Clearing data acquisition and cleaning method based on data analysis
CN110837953A (en) Automatic abnormal entity positioning analysis method
CN115904955A (en) Performance index diagnosis method and device, terminal equipment and storage medium
CN114417741A (en) One-machine one-file equipment data management and processing system
CN114325232A (en) Fault positioning method and device
CN112686312A (en) Data classification method, device and system
CN113806495B (en) Outlier machine detection method and device
CN113393169B (en) Financial industry transaction system performance index analysis method based on big data technology
US20230409422A1 (en) Systems and Methods for Anomaly Detection in Multi-Modal Data Streams
CN116258373B (en) Disease and pest detection, prediction and early warning system and method based on big data

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant