Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

Article Types

Countries / Regions

Search Results (4)

Search Parameters:
Keywords = Mogrifier LSTM

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
13 pages, 1303 KB  
Article
Research on Named Entity Recognition Based on Gated Interaction Mechanisms
by Bin Liu, Wanyuan Chen, Jialing Tao, Lei He and Dan Tang
Appl. Sci. 2024, 14(15), 6481; https://doi.org/10.3390/app14156481 - 25 Jul 2024
Viewed by 1415
Abstract
Using long short-term memory (LSTM) networks to build a named entity recognition model is important for the task of named entity recognition. However, traditional memory networks lack a direct connection between input information and hidden states, leading to key feature information not being [...] Read more.
Using long short-term memory (LSTM) networks to build a named entity recognition model is important for the task of named entity recognition. However, traditional memory networks lack a direct connection between input information and hidden states, leading to key feature information not being fully learned during training and causing information loss. This paper designs a bidirectional variant of the long short-term memory (BiLSTM) network called Mogrifier-BiGRU, which combines the BERT pre-trained model and the conditional random field (CRF) network model. The Mogrifier gating interaction unit is set with more hyperparameters to achieve deep interaction of gating information, changing the relationship between input and hidden states so that they are no longer independent. By introducing more nonlinear transformations, the model can learn more complex input–output mapping relationships. Then, by combining Bayesian optimization with the improved Mogrifier-BiGRU network, the optimal hyperparameters of the model are automatically calculated. Experimental results show that the model method based on the gating interaction mechanism can effectively combine feature information, improving the accuracy of Chinese-named entity recognition. On the dataset, an F1-score of 85.42% was achieved, which is 7% higher than traditional methods and 10% higher for the accuracy of some entity recognition. Full article
Show Figures

Figure 1

22 pages, 10847 KB  
Article
Remaining Useful Life Prediction for Lithium-Ion Batteries Based on Iterative Transfer Learning and Mogrifier LSTM
by Zihan Li, Fang Bai, Hongfu Zuo and Ying Zhang
Batteries 2023, 9(9), 448; https://doi.org/10.3390/batteries9090448 - 31 Aug 2023
Cited by 13 | Viewed by 3456
Abstract
Lithium-ion battery health and remaining useful life (RUL) are essential indicators for reliable operation. Currently, most of the RUL prediction methods proposed for lithium-ion batteries use data-driven methods, but the length of training data limits data-driven strategies. To solve this problem and improve [...] Read more.
Lithium-ion battery health and remaining useful life (RUL) are essential indicators for reliable operation. Currently, most of the RUL prediction methods proposed for lithium-ion batteries use data-driven methods, but the length of training data limits data-driven strategies. To solve this problem and improve the safety and reliability of lithium-ion batteries, a Li-ion battery RUL prediction method based on iterative transfer learning (ITL) and Mogrifier long and short-term memory network (Mogrifier LSTM) is proposed. Firstly, the capacity degradation data in the source and target domain lithium battery historical lifetime experimental data are extracted, the sparrow search algorithm (SSA) optimizes the variational modal decomposition (VMD) parameters, and several intrinsic mode function (IMF) components are obtained by decomposing the historical capacity degradation data using the optimization-seeking parameters. The highly correlated IMF components are selected using the maximum information factor. Capacity sequence reconstruction is performed as the capacity degradation information of the characterized lithium battery, and the reconstructed capacity degradation information of the source domain battery is iteratively input into the Mogrifier LSTM to obtain the pre-training model; finally, the pre-training model is transferred to the target domain to construct the lithium battery RUL prediction model. The method’s effectiveness is verified using CALCE and NASA Li-ion battery datasets, and the results show that the ITL-Mogrifier LSTM model has higher accuracy and better robustness and stability than other prediction methods. Full article
Show Figures

Figure 1

18 pages, 16689 KB  
Article
Implementation of a Fusion Classification Model for Efficient Pen-Holding Posture Detection
by Xiaoping Wu, Yupeng Liu, Chu Zhang, Hengnian Qi and Sébastien Jacques
Electronics 2023, 12(10), 2208; https://doi.org/10.3390/electronics12102208 - 12 May 2023
Cited by 5 | Viewed by 2255
Abstract
Pen-holding postures (PHPs) can significantly affect the speed and quality of writing, and incorrect postures can lead to health problems. This paper presents and experimentally implements a methodology for quickly recognizing and correcting poor writing postures using a digital dot matrix pen. The [...] Read more.
Pen-holding postures (PHPs) can significantly affect the speed and quality of writing, and incorrect postures can lead to health problems. This paper presents and experimentally implements a methodology for quickly recognizing and correcting poor writing postures using a digital dot matrix pen. The method first extracts basic handwriting information, including page number, handwriting coordinates, movement trajectory, pen tip pressure, stroke sequence, and pen handling time. This information is then used to generate writing features that are fed into our proposed fusion classification model, which combines a simple parameter-free attention module for convolutional neural networks (CNNs) called NetworkSimAM, CNNs, and an extension of the well-known long short-term memory (LTSM) called Mogrifier LSTM or MLSTM. Finally, the method ends with a classification step (Softmax) to recognize the type of PHP. The implemented method achieves significant results through receiver operating characteristic (ROC) curves and loss functions, including a recognition accuracy of 72%, which is, for example, higher than that of the single-stroke model (i.e., TabNet incorporating SimAM). The obtained results show that a promising solution is provided for accurate and efficient PHP recognition and has the potential to improve writing speed and quality while reducing health problems induced by incorrect postures. Full article
(This article belongs to the Section Artificial Intelligence)
Show Figures

Figure 1

13 pages, 4948 KB  
Article
Research on Multiple Load Short-Term Forecasting Model of Integrated Energy Distribution System Based on Mogrifier-Quantum Weighted MELSTM
by Peng Song and Zhisheng Zhang
Energies 2023, 16(9), 3697; https://doi.org/10.3390/en16093697 - 25 Apr 2023
Cited by 3 | Viewed by 1955
Abstract
Accurate and efficient short-term forecasting of multiple loads is of great significance to the operation control and scheduling of integrated energy distribution systems. In order to improve the effect of load forecasting, a mogrifier-quantum weighted memory enhancement long short-term memory (Mogrifier-QWMELSTM) neural network [...] Read more.
Accurate and efficient short-term forecasting of multiple loads is of great significance to the operation control and scheduling of integrated energy distribution systems. In order to improve the effect of load forecasting, a mogrifier-quantum weighted memory enhancement long short-term memory (Mogrifier-QWMELSTM) neural network forecasting model is proposed. Compared with the conventional LSTM neural network model, the model proposed in this paper has three improvements in model structure and model composition. First, the mogrifier is added to make the data fully interact with each other. This addition can help enhance the correlation between the front and rear data and improve generalization, which is the main disadvantage of LSTM neural network. Second, the memory enhancement mechanism is added on the forget gate to realize the extraction and recovery of forgotten information. The addition can help improve the gradient transmission ability in the learning process of the neural network, make the neural network remain sensitive to distant data information, and enhance the memory ability. Third, the model is composed of quantum weighted neurons. Compared with conventional neurons, quantum weighted neurons have significant advantages in nonlinear data processing and parallel computing, which help to improve the accuracy of load forecasting. The simulation results show that the weighted mean accuracy of the proposed model can reach more than 97.5% in summer and winter. Moreover, the proposed model has good forecasting effect on seven typical days in winter, which shows that the model has good stability. Full article
Show Figures

Figure 1

Back to TopTop