Thursday, June 1, 2023

Show HN: Word2vec Algorithm in ~100sloc with NumPy https://ift.tt/uLEtMbY

Show HN: Word2vec Algorithm in ~100sloc with NumPy Here's a small demonstration of the fundamental aspects of the word-to-vec algorithm. It's implemented in a single python script and depends only on a single text file for training. It's not meant to be blazingly fast or anything, just a toy example to aid my understanding of how word vectors might be learnt from a corpus. https://ift.tt/RdfiZVJ June 1, 2023 at 04:38PM

No comments:

Show HN: Run your GitHub Actions locally or self-hosted in isolated microvms https://ift.tt/d4i6syT

Show HN: Run your GitHub Actions locally or self-hosted in isolated microvms Hey HN. I've been frustrated with Github Actions' relia...