Don't use cosine similarity carelessly
A guide on the pitfalls of blindly using cosine similarity with text embeddings and how to apply it more intentionally for better results.
A guide on the pitfalls of blindly using cosine similarity with text embeddings and how to apply it more intentionally for better results.
A tutorial replicating a Python experiment on creating a biased AI sentiment classifier, but using R, GloVe embeddings, and glmnet for logistic regression.
Explains the word2vec algorithm and the famous 'king - man + woman = queen' analogy using vector arithmetic and word co-occurrences.