Semantic Search With Sentence Transformers and a Cross-Encoder Model
Continuing the Sentence Transformers exploration, I use a cross-encoder model to rank my notebooks by similarity to search queries.
Continuing the Sentence Transformers exploration, I use a cross-encoder model to rank my notebooks by similarity to search queries.
Here I use sentence transformers and a bi-encoder model to encode my notebooks as embeddings and implement semantic search.
A mathematical breakdown of cosine similarity, with copy-pastable LaTeX.
In data science, EDA is an exploratory analysis of a data set. The goal is to better understand the stories that the data tells, and to uncover interesting ideas that may turn into new hypotheses to explore.