pretrained word embeddings (by Keras)
This script loads pre-trained word embeddings (GloVe embeddings) into a frozen Keras Embedding layer, and uses it to train a text classification model on the 20 Newsgroup dataset
#nlp
#text processing
#keras
#machine learning modelling
#embeddings
98
Views