wordReEmbed

module
v0.0.0-...-4354276 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 7, 2018 License: MIT

README

Word embedding models reimplementation in Go/Golang

Re-implementation of well-known word embedding algorithms to clearly understand how they training. One of the goals is to separate the functionality of storing the model from learning.

Plan:

Production ready Go library - word-embedding

Glove

Build console tools:

go build -o ./bin/glove/vocab_count ./console/glove/vocab_count.go
go build -o ./bin/glove/cooccur ./console/glove/cooccur.go  

Using a text corpus of the library: text8.

Directories

Path Synopsis
glove command
lib

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL