CN112906891A - Expert system knowledge base construction method and device based on machine learning - Google Patents

Expert system knowledge base construction method and device based on machine learning Download PDF

Info

Publication number
CN112906891A
CN112906891A CN202110173483.5A CN202110173483A CN112906891A CN 112906891 A CN112906891 A CN 112906891A CN 202110173483 A CN202110173483 A CN 202110173483A CN 112906891 A CN112906891 A CN 112906891A
Authority
CN
China
Prior art keywords
fault
knowledge
expert system
knowledge base
frequency
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
CN202110173483.5A
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 Longgu Technology Development Co ltd
Original Assignee
Beijing Longgu Technology Development 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 Longgu Technology Development Co ltd filed Critical Beijing Longgu Technology Development Co ltd
Priority to CN202110173483.5A priority Critical patent/CN112906891A/en
Publication of CN112906891A publication Critical patent/CN112906891A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N5/00Computing arrangements using knowledge-based models
    • G06N5/02Knowledge representation; Symbolic representation
    • G06N5/027Frames
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N20/00Machine learning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N5/00Computing arrangements using knowledge-based models
    • G06N5/02Knowledge representation; Symbolic representation
    • G06N5/022Knowledge engineering; Knowledge acquisition

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Mathematical Physics (AREA)
  • Evolutionary Computation (AREA)
  • Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Artificial Intelligence (AREA)
  • Computational Linguistics (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Medical Informatics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a method and a device for constructing an expert system knowledge base based on machine learning, wherein the method comprises the following steps: selecting a plurality of fault phenomena which are mutually associated to complete fault description, and generating corresponding knowledge items in an expert system knowledge base or directly acquiring corresponding maintenance records according to the fault description; acquiring a maintenance record generated by examining knowledge items by experts in the industry; and inputting the maintenance record into a machine learning model, and updating the fault phenomenon frequency, the fault reason frequency and the incidence frequency of the correlation of the fault phenomenon frequency and the fault reason frequency in the expert system knowledge base. The embodiment of the invention provides a report entry of knowledge items and maintenance records for a user, continuously perfects a knowledge base and optimizes a diagnosis model by means of an expert auditing process, greatly expands a knowledge acquisition way, and effectively solves the bottleneck problem about knowledge acquisition commonly existing in a fault diagnosis expert system.

Description

Expert system knowledge base construction method and device based on machine learning
Technical Field
The invention relates to the technical field of artificial intelligence, in particular to a method and a device for constructing an expert system knowledge base based on machine learning.
Background
The expert system is based on expert knowledge in the field of fault diagnosis, so that a computer can simulate the thinking mode of human experts to form a system with expert level and capability of solving complex problems in the field. The amount and quality of the acquired knowledge will directly affect the diagnostic efficiency and accuracy of the expert system. Knowledge acquisition is a complex problem that is closely related to domain experts, expert system builders, and the expert system itself, and is recognized as a "bottleneck" in the construction of expert systems. There are two main approaches to knowledge acquisition: namely, manual migration and machine learning.
Manual migration requires repeated communication between a knowledge engineer and a domain expert, acquiring knowledge from the domain expert, and then inputting the knowledge into a knowledge base by the knowledge engineer. In many cases, domain experts are difficult to clearly teach their own empirical knowledge, especially the problem of intuitive solution, the effectiveness, the priori and the pertinence of the acquired knowledge, depend on human factors in the acquisition process to a certain extent, and have perceptual and blind characteristics. This method is therefore inefficient and the knowledge obtained is not accurate.
Machine learning requires the assistance of artificial intelligence and knowledge engineering techniques to acquire knowledge and update the knowledge base. The system can directly talk with the expert, learn the knowledge required by the expert system from the original information provided by the expert, and can also summarize new knowledge from a large number of learning samples, find possible errors in the knowledge, continuously complete the knowledge by self, and establish a knowledge base with excellent performance and perfect knowledge. There are many methods of machine learning, which can be classified into: mechanical learning, analogy learning, inductive learning, observational learning, interpretation-based learning, case-based learning, neural network-based learning, genetic algorithm-based learning, rough set theory-based learning, and the like, which have been developed in recent years. But machine learning requires a large amount of training sample data as a support.
The fault diagnosis expert system established by the expert system at the present stage can only provide basic fault diagnosis reasoning logic, but can not solve the problem of diagnosis logic outside the knowledge base.
Disclosure of Invention
The invention aims to provide a method and a device for constructing an expert system knowledge base based on machine learning, and aims to solve the problem that the fault diagnosis expert system at the present stage usually depends on an initialized knowledge base established by cooperation of a knowledge engineer and experts in the fault diagnosis field, the completeness and the effectiveness of the knowledge base initialized in the mode are difficult to ensure due to the influence of human factors, and meanwhile, the completeness and the optimization of the knowledge base become the bottleneck problem of the expert diagnosis system due to the lack of a large amount of sample data required by machine learning.
The invention provides a method for constructing an expert system knowledge base based on machine learning, which comprises the following steps:
s1, selecting a plurality of correlated fault phenomena to complete fault description, and generating corresponding knowledge items in an expert system knowledge base or directly acquiring corresponding maintenance records according to the fault description;
s2, obtaining a maintenance record generated by examining and verifying knowledge items by an expert in the industry;
and S3, inputting the maintenance record into the machine learning model, and updating the fault phenomenon frequency, the fault reason frequency and the incidence frequency of the correlation of the fault phenomenon frequency and the fault reason frequency in the expert system knowledge base.
The invention provides an expert system knowledge base construction device based on machine learning, which comprises:
a knowledge acquisition module: selecting a plurality of fault phenomena which are mutually associated to complete fault description, and generating corresponding knowledge items in an expert system knowledge base or directly acquiring corresponding maintenance records according to the fault description;
a knowledge analysis module: acquiring a maintenance record generated by examining knowledge items by experts in the industry;
updating the knowledge base module: and inputting the maintenance record into a machine learning model, and updating the fault phenomenon frequency, the fault reason frequency and the incidence frequency of the correlation of the fault phenomenon frequency and the fault reason frequency in the expert system knowledge base.
The embodiment of the invention also provides an expert system knowledge base construction device based on machine learning, which comprises the following steps: the computer program is executed by the processor to realize the steps of the expert system knowledge base construction method based on machine learning.
The embodiment of the invention also provides a computer readable storage medium, wherein an implementation program for information transmission is stored on the computer readable storage medium, and the program is executed by a processor to realize the steps of the expert system knowledge base construction method based on machine learning.
The embodiment of the invention provides a report entry of knowledge items and maintenance records for a user, continuously perfects a knowledge base and optimizes a diagnosis model by means of an expert auditing process, greatly expands a knowledge acquisition way, and effectively solves the bottleneck problem about knowledge acquisition commonly existing in a fault diagnosis expert system.
The foregoing description is only an overview of the technical solutions of the present invention, and the embodiments of the present invention are described below in order to make the technical means of the present invention more clearly understood and to make the above and other objects, features, and advantages of the present invention more clearly understandable.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts.
FIG. 1 is a flow chart of a method of constructing a knowledge base of an expert system based on machine learning according to an embodiment of the method of the present invention;
FIG. 2 is a schematic diagram of a knowledge parsing warehousing process of an embodiment of the method of the present invention;
FIG. 3 is a schematic diagram of an expert system knowledge base construction device based on machine learning according to a first embodiment of the present invention;
fig. 4 is a schematic diagram of an expert system knowledge base construction device based on machine learning according to a second embodiment of the present invention.
Detailed Description
The technical solutions of the present invention will be described clearly and completely with reference to the following embodiments, and it should be understood that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
In the description of the present invention, it is to be understood that the terms "center", "longitudinal", "lateral", "length", "width", "thickness", "upper", "lower", "front", "rear", "left", "right", "vertical", "horizontal", "top", "bottom", "inner", "outer", "clockwise", "counterclockwise", and the like, indicate orientations and positional relationships based on those shown in the drawings, and are used only for convenience of description and simplicity of description, and do not indicate or imply that the device or element being referred to must have a particular orientation, be constructed and operated in a particular orientation, and thus, should not be considered as limiting the present invention.
Furthermore, the terms "first", "second" and "first" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, features defined as "first", "second", may explicitly or implicitly include one or more of the described features. In the description of the present invention, "a plurality" means two or more unless specifically defined otherwise. Furthermore, the terms "mounted," "connected," and "connected" are to be construed broadly and may, for example, be fixedly connected, detachably connected, or integrally connected; can be mechanically or electrically connected; they may be connected directly or indirectly through intervening media, or they may be interconnected between two elements. The specific meanings of the above terms in the present invention can be understood in specific cases to those skilled in the art.
Method embodiment
According to an embodiment of the present invention, a method for constructing an expert system knowledge base based on machine learning is provided, fig. 1 is a flowchart of the method for constructing the expert system knowledge base based on machine learning according to the embodiment of the present invention, and as shown in fig. 1, the method for constructing the expert system knowledge base based on machine learning according to the embodiment of the present invention specifically includes:
s101, selecting a plurality of correlated fault phenomena to complete fault description, and generating corresponding knowledge items or directly acquiring corresponding maintenance records in an expert system knowledge base according to the fault description;
specifically, the maintenance record comprises a logical relation and a relation weight of a fault phenomenon and a fault reason acquired by an expert in the industry;
more specifically, the fault description is retrieved through an expert system knowledge base, if a fault diagnosis result is obtained, the generated maintenance record is directly obtained, and if the fault diagnosis result is not obtained, the fault reason after the self-maintenance of the user is obtained and a knowledge item is generated; or, the past experience information of the user is obtained to directly report the fault reason, the fault phenomenon and the association thereof to generate a knowledge item;
in this embodiment, the knowledge reporting stage: when a user reports, the user firstly needs to select the equipment model and the part name, clearly fills in the fault phenomenon and the fault reason, selects and fills in the maintenance guarantee requirement and the maintenance process steps, and submits the real name to report after confirming that no error exists, so that the system can conveniently evaluate and count the knowledge contribution. Fig. 2 is a schematic diagram of a knowledge parsing warehousing process according to an embodiment of the method of the present invention, as shown in fig. 2.
Specifically, there are three cases when reporting:
(1) normal conditions are as follows: in the fault description stage, a user completes fault description by selecting fault phenomena and associated fault phenomena, then an intelligent fault diagnosis model enumerates fault diagnosis results through knowledge reasoning, and finally, after the user confirms fault reasons and completes actual fault removal, a system automatically generates maintenance records.
(2) Abnormal conditions are as follows: when a user cannot retrieve a fault phenomenon to be reported by means of the fault diagnosis terminal or a fault diagnosis model cannot provide a proper fault solution, if the user can effectively eliminate a fault according to own maintenance experience, the experience can be used as a new knowledge item to report knowledge.
(3) Other cases are as follows: the user can also arrange the previous maintenance experience and independently report the knowledge by means of the experience module in the maintenance terminal. S102, obtaining a maintenance record generated by examining knowledge items by an expert in the industry;
specifically, the reasonability and operability of the knowledge items are judged, and a decision of sorting and entering or direct deletion is made;
in the example of the invention, the knowledge auditing stage: knowledge auditing is handled by a knowledge expert role that has deep research on the construction principles and maintenance knowledge of the selected equipment. Firstly, the reasonability and operability of knowledge are required to be clearly reported so as to make an audit opinion which is adopted or ignored; secondly, reporting items of the adopted knowledge, disassembling fault phenomena and fault reasons, and carrying out standardized description processing; and finally, establishing a diagnosis logic relation between the fault phenomenon and the fault reason, and determining a weight coefficient related to the cause and effect.
And S103, inputting the maintenance record into the machine learning model, and updating the fault phenomenon frequency, the fault reason frequency and the incidence frequency of the correlation of the fault phenomenon frequency and the fault reason frequency in the expert system knowledge base.
In the present example, the knowledge-binning stage: after the knowledge examination and the knowledge disassembly pretreatment are completed, the existing knowledge items are retrieved by means of a knowledge base management module, if necessary, newly-added item warehousing operation can be performed, meanwhile, a diagnosis inference logic relation is established in a correlation selection mode, the occurrence frequency of correlation can be edited, and further, the cause-and-effect weight configuration of the fault phenomenon and the fault reason is realized.
The embodiment of the invention provides a report entry of knowledge items and maintenance records for a user, continuously perfects a knowledge base and optimizes a diagnosis model by means of an expert auditing process, greatly expands a knowledge acquisition way, and effectively solves the bottleneck problem about knowledge acquisition commonly existing in a fault diagnosis expert system.
Apparatus embodiment one
According to an embodiment of the present invention, there is provided an expert system knowledge base construction apparatus based on machine learning, fig. 3 is a schematic diagram of an expert system knowledge base construction apparatus based on machine learning according to an embodiment of the apparatus of the present invention, and as shown in fig. 3, an expert system knowledge base construction apparatus based on machine learning according to an embodiment of the present invention specifically includes:
the knowledge acquisition module 301: selecting a plurality of fault phenomena which are mutually associated to complete fault description, and generating corresponding knowledge items in an expert system knowledge base or directly acquiring corresponding maintenance records according to the fault description;
in this embodiment, the maintenance record includes the logical relationship and the relationship weight of the failure phenomenon and the failure cause obtained by the expert in the industry;
specifically, the fault description is retrieved through an expert system knowledge base, if a fault diagnosis result is obtained, the generated maintenance record is directly obtained, and if the fault diagnosis result is not obtained, the fault reason after the self-maintenance of the user is obtained and a knowledge item is generated; or, the past experience information of the user is obtained to directly report the fault reason, the fault phenomenon and the association thereof to generate a knowledge item;
knowledge analysis module 302: acquiring a maintenance record generated by examining knowledge items by experts in the industry;
in the embodiment, the reasonability and operability of the knowledge items are judged, and a decision of sorting and entering or direct deletion is made;
update knowledge base module 303: and inputting the maintenance record into a machine learning model, and updating the fault phenomenon frequency, the fault reason frequency and the incidence frequency of the correlation of the fault phenomenon frequency and the fault reason frequency in the expert system knowledge base.
The embodiment of the present invention is a system embodiment corresponding to the above method embodiment, and specific operations of each module may be understood with reference to the description of the method embodiment, which is not described herein again.
Device embodiment II
The embodiment of the present invention provides an expert system knowledge base construction device based on machine learning, and fig. 4 is a schematic diagram of an expert system knowledge base construction device based on machine learning according to a second embodiment of the present invention, as shown in fig. 4, including: a memory 401, a processor 402 and a computer program stored on the memory 401 and executable on the processor 402, which computer program when executed by the processor 303 performs the method steps of:
s101, selecting a plurality of correlated fault phenomena to complete fault description, and generating corresponding knowledge items or directly acquiring corresponding maintenance records in an expert system knowledge base according to the fault description;
in this embodiment, the maintenance record includes the logical relationship and the relationship weight of the failure phenomenon and the failure cause obtained by the expert in the industry;
specifically, the fault description is retrieved through an expert system knowledge base, if a fault diagnosis result is obtained, the generated maintenance record is directly obtained, and if the fault diagnosis result is not obtained, the fault reason after the self-maintenance of the user is obtained and a knowledge item is generated; or, the past experience information of the user is obtained to directly report the fault reason, the fault phenomenon and the association thereof to generate a knowledge item;
s102, obtaining a maintenance record generated by examining knowledge items by an expert in the industry;
in the embodiment, the reasonability and operability of the knowledge items are judged, and a decision of sorting and entering or direct deletion is made;
and S103, inputting the maintenance record into the machine learning model, and updating the fault phenomenon frequency, the fault reason frequency and the incidence frequency of the correlation of the fault phenomenon frequency and the fault reason frequency in the expert system knowledge base.
Device embodiment III
The embodiment of the invention provides a computer readable storage medium, wherein an implementation program for information transmission is stored on the computer readable storage medium, and when being executed by a processor 402, the implementation program realizes the following method steps:
s101, selecting a plurality of correlated fault phenomena to complete fault description, and generating corresponding knowledge items or directly acquiring corresponding maintenance records in an expert system knowledge base according to the fault description;
in this embodiment, the maintenance record includes the logical relationship and the relationship weight of the failure phenomenon and the failure cause obtained by the expert in the industry;
specifically, the fault description is retrieved through an expert system knowledge base, if a fault diagnosis result is obtained, the generated maintenance record is directly obtained, and if the fault diagnosis result is not obtained, the fault reason after the self-maintenance of the user is obtained and a knowledge item is generated; or, the past experience information of the user is obtained to directly report the fault reason, the fault phenomenon and the association thereof to generate a knowledge item;
s102, obtaining a maintenance record generated by examining knowledge items by an expert in the industry;
in the embodiment, the reasonability and operability of the knowledge items are judged, and a decision of sorting and entering or direct deletion is made;
and S103, inputting the maintenance record into the machine learning model, and updating the fault phenomenon frequency, the fault reason frequency and the incidence frequency of the correlation of the fault phenomenon frequency and the fault reason frequency in the expert system knowledge base.
The computer-readable storage medium of the embodiment includes, but is not limited to: ROM, RAM, magnetic or optical disks, and the like.
It will be apparent to those skilled in the art that the modules or steps of the present invention described above may be implemented by a general purpose computing device, they may be centralized on a single computing device or distributed across a network of multiple computing devices, and alternatively, they may be implemented by program code executable by a computing device, such that they may be stored in a storage device and executed by a computing device, and in some cases, the steps shown or described may be performed in an order different than that described herein, or they may be separately fabricated into individual integrated circuit modules, or multiple ones of them may be fabricated into a single integrated circuit module. Thus, the present invention is not limited to any specific combination of hardware and software.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (10)

1. A method for constructing an expert system knowledge base based on machine learning is characterized by comprising the following steps:
s1, selecting a plurality of correlated fault phenomena to complete fault description, and generating corresponding knowledge items in an expert system knowledge base or directly acquiring corresponding maintenance records according to the fault description;
s2, obtaining a maintenance record generated by examining the knowledge items by an expert in the industry;
and S3, inputting the maintenance record into a machine learning model, and updating the fault phenomenon frequency, the fault reason frequency and the incidence frequency of the correlation of the fault phenomenon frequency and the fault reason frequency in the expert system knowledge base.
2. The method according to claim 1, wherein the step S2 further comprises:
judging the reasonability and operability of the knowledge items, and making a decision of sorting and entering or directly deleting.
3. The method of claim 1, wherein the service record comprises logical relationships and relational weights of the fault phenomena and fault causes obtained by the industry experts.
4. The method according to claim 1, wherein the step S1 specifically includes:
searching the fault description through an expert system knowledge base, directly acquiring a generated maintenance record if a fault diagnosis result is obtained, and acquiring a fault reason after the self maintenance of a user and generating a knowledge item if the fault diagnosis result is not obtained; or, the past experience information of the user is acquired to directly report the fault reason, the fault phenomenon and the association thereof to generate the knowledge item.
5. An expert system knowledge base construction device based on machine learning is characterized by comprising the following steps:
a knowledge acquisition module: selecting a plurality of correlated fault phenomena to complete fault description, and generating corresponding knowledge items in the expert system knowledge base or directly acquiring corresponding maintenance records according to the fault description;
a knowledge analysis module: acquiring a maintenance record generated by examining the knowledge items by an expert in the industry;
updating the knowledge base module: and inputting the maintenance record into a machine learning model, and updating the fault phenomenon frequency, the fault reason frequency and the incidence frequency of the correlation of the fault phenomenon frequency and the fault reason frequency in the expert system knowledge base.
6. The apparatus of claim 5, wherein the knowledge analysis module further comprises: judging the reasonability and operability of the knowledge items, and making a decision of sorting and entering or directly deleting.
7. The apparatus of claim 5, wherein the service record comprises logical relationships and relational weights of the fault phenomena and fault causes obtained by the industry experts.
8. The apparatus of claim 5, wherein the knowledge acquisition module further comprises: searching the fault description through an expert system knowledge base, directly acquiring a generated maintenance record if a fault diagnosis result is obtained, and acquiring a fault reason after the self maintenance of a user and generating a knowledge item if the fault diagnosis result is not obtained; or, the past experience information of the user is acquired to directly report the fault reason, the fault phenomenon and the association thereof to generate the knowledge item.
9. An expert system knowledge base construction device based on machine learning is characterized by comprising the following steps: memory, a processor and a computer program stored on the memory and executable on the processor, the computer program, when executed by the processor, implementing the steps of the machine learning based expert system knowledge base construction method of any one of claims 1 to 4.
10. A computer-readable storage medium, on which an information transfer implementation program is stored, which when executed by a processor implements the steps of the machine learning-based expert system knowledge base construction method according to any one of claims 1 to 4.
CN202110173483.5A 2021-02-09 2021-02-09 Expert system knowledge base construction method and device based on machine learning Pending CN112906891A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110173483.5A CN112906891A (en) 2021-02-09 2021-02-09 Expert system knowledge base construction method and device based on machine learning

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110173483.5A CN112906891A (en) 2021-02-09 2021-02-09 Expert system knowledge base construction method and device based on machine learning

Publications (1)

Publication Number Publication Date
CN112906891A true CN112906891A (en) 2021-06-04

Family

ID=76124041

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110173483.5A Pending CN112906891A (en) 2021-02-09 2021-02-09 Expert system knowledge base construction method and device based on machine learning

Country Status (1)

Country Link
CN (1) CN112906891A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116071040A (en) * 2022-12-27 2023-05-05 昆岳互联环境技术(江苏)有限公司 Method for managing equipment faults and equipment maintenance

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104506338A (en) * 2014-11-21 2015-04-08 河南中烟工业有限责任公司 Fault diagnosis expert system based on decision tree for industrial Ethernet network
CN107341550A (en) * 2017-05-03 2017-11-10 北京海顿中科技术有限公司 Failure/hidden danger KBS and method for building up
CN109783500A (en) * 2019-01-21 2019-05-21 北京邮电大学 A kind of method for diagnosing faults based on fault tree and case similitude
CN110296124A (en) * 2019-06-03 2019-10-01 武汉工程大学 Remote failure diagnosis system and method based on expert system
CN110597791A (en) * 2019-09-30 2019-12-20 贵州电网有限责任公司 Knowledge database construction and management method for operation and maintenance of electric power metering equipment
CN111950084A (en) * 2020-08-11 2020-11-17 中国民航大学 Implementation method of avionics fault diagnosis system for airborne route maintenance

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104506338A (en) * 2014-11-21 2015-04-08 河南中烟工业有限责任公司 Fault diagnosis expert system based on decision tree for industrial Ethernet network
CN107341550A (en) * 2017-05-03 2017-11-10 北京海顿中科技术有限公司 Failure/hidden danger KBS and method for building up
CN109783500A (en) * 2019-01-21 2019-05-21 北京邮电大学 A kind of method for diagnosing faults based on fault tree and case similitude
CN110296124A (en) * 2019-06-03 2019-10-01 武汉工程大学 Remote failure diagnosis system and method based on expert system
CN110597791A (en) * 2019-09-30 2019-12-20 贵州电网有限责任公司 Knowledge database construction and management method for operation and maintenance of electric power metering equipment
CN111950084A (en) * 2020-08-11 2020-11-17 中国民航大学 Implementation method of avionics fault diagnosis system for airborne route maintenance

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
中国计算机自动测量与控制技术协会: "《第二十三届测试与故障诊断技术研讨会论文集》", 31 August 2014, 中国计算机自动测量与控制技术协会 *
赵晓飞: "融合CBR及FTA方法的故障诊断专家系统及软件实现", 《中国优秀硕士学位论文全文数据库 工程科技Ⅱ辑》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116071040A (en) * 2022-12-27 2023-05-05 昆岳互联环境技术(江苏)有限公司 Method for managing equipment faults and equipment maintenance

Similar Documents

Publication Publication Date Title
CN110008288B (en) Construction method and application of knowledge map library for network fault analysis
CN109347668B (en) Training method and device for service quality assessment model
CN111124840A (en) Method and device for predicting alarm in business operation and maintenance and electronic equipment
CN113935497A (en) Intelligent operation and maintenance fault processing method, device and equipment and storage medium thereof
CN113254254B (en) Root cause positioning method and device of system fault, storage medium and electronic device
US20230033680A1 (en) Communication Network Performance and Fault Analysis Using Learning Models with Model Interpretation
CN105471647B (en) A kind of power communication network fault positioning method
CN113900845A (en) Method and storage medium for micro-service fault diagnosis based on neural network
CN108108445A (en) A kind of data intelligence processing method and system
CN112906891A (en) Expert system knowledge base construction method and device based on machine learning
CN114490882B (en) Heterogeneous database data synchronization analysis method
CN115996169A (en) Network fault analysis method and device, electronic equipment and storage medium
CN115617670A (en) Software test management method, storage medium and system
CN112416904A (en) Electric power data standardization processing method and device
CN113825162B (en) Method and device for positioning fault reasons of telecommunication network
CN113495831B (en) Method, system, equipment and medium for generating test case based on keywords
CN115686583B (en) Mass Internet of things equipment upgrading method and device, electronic equipment and storage medium
CN116910259B (en) Knowledge diagnosis method and device for knowledge base
CN115454787A (en) Alarm classification method and device, electronic equipment and storage medium
WO2024012186A1 (en) Root cause positioning method, and communication device and computer-readable storage medium
CN112104467B (en) Cutover operation risk rating method and device and computing equipment
CN114980304A (en) Positioning method, equipment, device and storage medium based on measurement report
CN113825162A (en) Method and device for positioning fault reason of telecommunication network
TW202312042A (en) Automatic optimization method and automatic optimization system of diagnosis model
CN114791954A (en) Equipment fault diagnosis method and device

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210604