1 year ago
#354153
Sarah Elnaggar
I make Graph embedding using Gensim Doc2vec and then binary classification with 2 layers deep neural network in keras
after making the graph embedding with Doc2vec, I want to make classification with keras, do I have to make embedding layer and put it as input to neural network or I directly use the embedding and split it into training and testing? also did the embedding layer improves the accuracy of neural network or not
python-3.x
keras
gensim
doc2vec
0 Answers
Your Answer