May 2021
Intermediate to advanced
192 pages
2h 42m
English
This chapter covers the basics of deep learning. First, it introduces the activation function, the loss function, and artificial neural network optimizers. Second, it discusses the sequence data problem and how a recurrent neural network (RNN) solves it. Third, the chapter presents a way of designing, developing, and testing the most popular RNN, which is the long short-term memory (LSTM) model. We use the Keras framework for rapid prototyping and building neural ...