Path to this page:
Subject: CVS commit: pkgsrc/textproc/word2vec
From: Min Sik Kim
Date: 2019-12-02 03:00:42
Message id: 20191202020042.17331FA97@cvs.NetBSD.org
Log Message:
textproc/word2vec: Import version 0.1c
word2vec is an implementation of the Continuous Bag-of-Words (CBOW)
and the Skip-gram model (SG), as well as several demo scripts. Given
a text corpus, the word2vec tool learns a vector for every word in the
vocabulary using the Continuous Bag-of-Words or the Skip-Gram neural
network architectures.
Files: