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()

Related questions

0 votes
asked Mar 5, 2023 in NLP using Python by Robindeniel
0 votes
asked Aug 7, 2021 in PyTorch by sharadyadav1986
...