1

Is this solution fundamentally correct to the text classification (sentiment analysis) model to train it by these three steps:

  1. train the model without pre-trained word vectors untill reaches the minimum loss or maximum accuracy or even stopped by a callback.
  2. get the embedding layer weights and substitute the weights of the words which are represented in pre-trained word vectors and lock the embedding layer
  3. train the model again with the embedding layer which includes weights of the known pre-trained word vectors represented in it and unknown pre-trained word vectors based on the previous training.

thanks for your companion

0 Answers0