Login
Remember
Register
Ask a Question
Which of the following function in Keras is used to add the embedding layer to the model?
0
votes
asked
Mar 5, 2023
in
NLP using Python
by
Robindeniel
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()
layer-model
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 5, 2023
by
Robindeniel
d) Keras.layers.Embedding()
...