Summary
In this chapter, we discovered three TensorFlow-based libraries for deep learning research and development.
We gave an overview of Keras, which is designed for minimalism and modularity, allowing the user to quickly define deep learning models.
Using Keras, we have learned how to develop a simple single layer LSTM model for the IMDB movie review sentiment classification problem.
Then, we briefly introduced Pretty Tensor; it allows the developer to wrap TensorFlow operations to chain any number of layers.
We implemented a convolutional model in the style of LeNet to quickly resolve the handwritten classification model.
The final library we looked at was TFLearn; it wraps a lot of TensorFlow APIs. In the example application, we learned ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access