alexeyr / KerasGlove

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# 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

About

License:MIT License


Languages

Language:Python 100.0%