$$\text{LSTMs}$$
- Posts
-
Apr 19, 2017
Part 1: Introduction to LSTMs
In this lesson you will learn about Long Short-Term Memory, why it is useful, some mathematics behind it, and will be presentend with applications.
Read More -
Apr 19, 2017
Part 2: Building an LSTM for Language Detection
In this lesson we will build an LSTM model for language detection using python, tensorflow, and keras. We will process the data, build the model, highlight the performance, and discuss some ways in which we could improve the model.
Read More