Learn to Add Numbers with an Encoder-Decoder LSTM Recurrent Neural Network
Last Updated on August 27, 2020 Long Short-Term Memory (LSTM) networks are a type of Recurrent Neural Network (RNN) that are capable of learning the relationships between elements in an input sequence. A good demonstration of LSTMs is to learn how to combine multiple terms together using a mathematical operation like a sum and outputting the result of the calculation. A common mistake made by beginners is to simply learn the mapping function from input term to the output term. […]
Read more