Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 427 Bytes

File metadata and controls

12 lines (6 loc) · 427 Bytes
woman_portrait

In this repo, you will find implementation in Python of 4 semantic search methods:

Method 1 — Handcrafted Retrieval Features + TF–IDF

Method 2 — Classical Machine Learning for Semantic Ranking

Method 3 — Embedding-Based Semantic Search

Method 4 — Transformer Fine-Tuning