A review on the long short-term memory model

Greg Van Houdt,Carlos Mosquera,Gonzalo Nápoles
DOI: https://doi.org/10.1007/s10462-020-09838-1
IF: 9.588
2020-05-13
Artificial Intelligence Review
Abstract:Long short-term memory (LSTM) has transformed both machine learning and neurocomputing fields. According to several online sources, this model has improved Google's speech recognition, greatly improved machine translations on Google Translate, and the answers of Amazon's Alexa. This neural system is also employed by Facebook, reaching over 4 billion LSTM-based translations per day as of 2017. Interestingly, recurrent neural networks had shown a rather discrete performance until LSTM showed up. One reason for the success of this recurrent network lies in its ability to handle the exploding/vanishing gradient problem, which stands as a difficult issue to be circumvented when training recurrent or very deep neural networks. In this paper, we present a comprehensive review that covers LSTM's formulation and training, relevant applications reported in the literature and code resources implementing this model for a toy example.
computer science, artificial intelligence
What problem does this paper attempt to address?