0 votes
in NLP using Python by
Which of the following function in Keras is used to add the embedding layer to the model?

Select the correct answer form below

a) Keras.layers.Sequential()

b) Keras.layers.Lookup()

c) Keras.layers.Hidden(

d) Keras.layers.Embedding()

1 Answer

0 votes
by
d) Keras.layers.Embedding()
...