上传者: zwxeye
|
上传时间: 2019-12-21 22:25:22
|
文件大小: 6.77MB
|
文件类型: pdf
Welcome to Long Short-Term Memory Networks With Python. Long Short-Term Memory (LSTM) recurrent neural networks are one of the most interesting types of deep learning at the moment. They have been used to demonstrate world-class results in complex problem domains
such as language translation, automatic image captioning, and text generation.
LSTMs are very di↵erent to other deep learning techniques, such as Multilayer Perceptrons (MLPs) and Convolutional Neural Networks (CNNs), in that they are designed specifically for sequence prediction problems. I designed this book for you to rapidly discover what LSTMs are, how they work, and how you can bring this important technology to your own sequence
prediction problems.