study-ml/word2vec-demo
Visualize word2vec in javascript
This tool helps you understand how computers learn the meaning of words by seeing them used in sentences. You provide text, and it shows you how words that often appear in similar contexts get grouped together. It's for anyone curious about how machine learning processes language, like students or researchers exploring natural language processing.
No commits in the last 6 months.
Use this if you want to visually explore and grasp the core concept of how word embeddings are created.
Not ideal if you need a production-ready word embedding model or a tool for advanced text analysis.
Stars
10
Forks
3
Language
JavaScript
License
MIT
Category
Last pushed
Jan 31, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/study-ml/word2vec-demo"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
shibing624/similarities
Similarities: a toolkit for similarity calculation and semantic search....
explosion/sense2vec
🦆 Contextually-keyed word vectors
chakki-works/chakin
Simple downloader for pre-trained word vectors
sebischair/Lbl2Vec
Lbl2Vec learns jointly embedded label, document and word vectors to retrieve documents with...
pdrm83/sent2vec
How to encode sentences in a high-dimensional vector space, a.k.a., sentence embedding.