Skip to Content
Keras Deep Learning Cookbook
book

Keras Deep Learning Cookbook

by Rajdeep Dua, Sujit Pal, Manpreet Singh Ghotra
October 2018
Intermediate to advanced
252 pages
6h 49m
English
Packt Publishing
Content preview from Keras Deep Learning Cookbook

Getting ready

In the first case, we will not use any pre-trained word embeddings from Keras. Keras provides an embedding layer that can be used for textual or natural language data. The input data should be numerically encoded so that each word is represented by a numerical or integer value. We can use the tokenizer API from Keras to do this. In a case where we use Keras APIs without the pre-trained embeddings, the embedding layer is initialized with random weights.

Let's first create sample documents and corresponding labels, which classify each document as positive or negative, as shown in this code snippet:

# define documentsdocuments = ['Well done!',              'Good work',              'Great effort',              'nice work',              'Excellent!',              'Weak',              'Poor effort!',              'not ...
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.
Start your free trial

You might also like

Applied Deep Learning with Keras

Applied Deep Learning with Keras

Ritesh Bhagwat, Mahla Abdolahnejad, Matthew Moocarme
Advanced Deep Learning with Keras

Advanced Deep Learning with Keras

Rowel Atienza, Neeraj Verma, Valerio Maggio
The Applied TensorFlow and Keras Workshop

The Applied TensorFlow and Keras Workshop

Harveen Singh Chadha, Luis Capelo, Abhranshu Bagchi, Achint Chaudhary, Vishal Chauhan, Alexis Rutherford, Subhash Sundaravadivelu

Publisher Resources

ISBN: 9781788621755Supplemental Content