kerasglove

Pre-trained GLOVE embeddings for keras


Keywords
keras
License
MIT
Install
pip install kerasglove==1.4

Documentation

# KerasGlove
KerasGlove is an open source extension on keras that makes it incredibly easy to use pretrained glove embeddings.

Training your own embedding is incredibly expensive.  To avoid having to do this, the common approach is to use a pre-trained embedding.

This package downloads and caches embeddings with 50, 100, 200 and 300 weights.

Credits:
FChollet for glove embedding