2017
DOI: 10.3390/en10030406
|View full text |Cite
|
Sign up to set email alerts
|

Research on Unstructured Text Data Mining and Fault Classification Based on RNN-LSTM with Malfunction Inspection Report

Abstract: This paper documents the condition-based maintenance (CBM) of power transformers, the analysis of which relies on two basic data groups: structured (e.g., numeric and categorical) and unstructured (e.g., natural language text narratives) which accounts for 80% of data required. However, unstructured data comprised of malfunction inspection reports, as recorded by operation and maintenance of the power grid, constitutes an abundant untapped source of power insights. This paper proposes a method for malfunction … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
23
0

Year Published

2019
2019
2024
2024

Publication Types

Select...
7
2

Relationship

0
9

Authors

Journals

citations
Cited by 65 publications
(27 citation statements)
references
References 26 publications
(23 reference statements)
0
23
0
Order By: Relevance
“…In the field of NLP, most of the mainstream text classification algorithms are based on convolutional neural network (CNN) and recurrent neural network (RNN) [26][27][28][29]. As a variant of RNN, long short-term memory (LSTM) solves the problem of the long-term dependence of the RNN model and the problem of gradient disappearance and explosion caused by a too long sequence.…”
Section: Network Architecture Of Lstmmentioning
confidence: 99%
“…In the field of NLP, most of the mainstream text classification algorithms are based on convolutional neural network (CNN) and recurrent neural network (RNN) [26][27][28][29]. As a variant of RNN, long short-term memory (LSTM) solves the problem of the long-term dependence of the RNN model and the problem of gradient disappearance and explosion caused by a too long sequence.…”
Section: Network Architecture Of Lstmmentioning
confidence: 99%
“…The area under the ROC curve (AUC) is equal to the probability that the classifier ranks a randomly chosen positive instance higher than a randomly chosen negative one. We evaluate the classification performance of each network by the accuracy of test data and the AUC value, as suggested in [7,31]. The larger the AUC value is, the better the classification performance of the network is.…”
Section: Ablation Studiesmentioning
confidence: 99%
“…In LSTM, a memory unit takes the place of each ordinary neuron in the hidden layer of standard RNN. The LSTM Memory block shown in Figure has an input gate, a forget gate and an output gate which regulate the flow of information in and out of the cell . The equations for these gates and cell states are presented as follows: ft=σfalse(Wf·false[ht1,xtfalse]+bffalse) it=σfalse(Wi·false[ht1,xtfalse]+bifalse) trueC˜t=tanhfalse(Wc·false[ht1,xtfalse]+bcfalse) Ct=ftCt1+ittrueC˜t ot=σfalse(Wo·false[ht1,xtfalse]+bofalse) ht=ottanhCt, where x t and h t are input and output vector at time t,trueC…”
Section: Deep Learning Based Missing Value Predictionmentioning
confidence: 99%