Tag:nlp
All the articles with the tag "nlp".
Understanding Embeddings
Posted on:October 7, 2023 at 03:00 PMIn this post I talk aobut the concept of embeddings in Machine Learning. How they are a useful tool for multiple applications such as Search, Clustering, etc. I also provide a code walkthrough of generating word embeddings for English words and sentences using OpenAI embeddings and GTE embeddings.