cavis/deeplearning4j/deeplearning4j-nlp-parent
Paul Dubs 2cdb2b3447
Remove GloVe (#437)
GloVe has been unmaintained and broken for a long time. The only people asking about it where those who were stumped by the broken example.

GloVe on its own has one intrinsic problem: a vocabulary of size N requires to build a matrix of NxN. This resulted in suboptimal performance for most people.

Overall, there are better performing approaches these days so it isn't worth the effort to fix this implementation.

Signed-off-by: Paul Dubs <paul.dubs@gmail.com>
2020-05-11 12:31:28 +10:00
..
deeplearning4j-nlp Remove GloVe (#437) 2020-05-11 12:31:28 +10:00
deeplearning4j-nlp-chinese Refactor packages to fix split package issues (#411) 2020-04-29 11:19:26 +10:00
deeplearning4j-nlp-japanese Refactor packages to fix split package issues (#411) 2020-04-29 11:19:26 +10:00
deeplearning4j-nlp-korean Refactor packages to fix split package issues (#411) 2020-04-29 11:19:26 +10:00
deeplearning4j-nlp-uima Refactor packages to fix split package issues (#411) 2020-04-29 11:19:26 +10:00
pom.xml Add support for CUDA 10.2 (#89) 2019-11-29 16:31:03 +11:00