March 2018
Intermediate to advanced
272 pages
7h 53m
English
The Keras embedding layer allows us to learn a vector space representation of an input word, like we did in word2vec, as we train our model. Using the functional API, the Keras embedding layer is always the second layer in the network, coming after the input layer.
The embedding layer needs the following three arguments: