Skip to content

cyberchai/queery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

queery by Chaira Harder

Mini Search Engine using SVD-Based Query Matching

This project implements a basic search engine to demonstrate key concepts in computational linear algebra, such as Singular Value Decomposition (SVD). Given a set of PDF documents and a user-defined vocabulary, the code constructs a term-document frequency matrix and uses SVD to perform dimensionality reduction. When a user submits a query, it is projected into the same reduced space, and cosine similarity is then used to identify and rank the most relevant documents. The project highlights how SVD can be applied to approximate large matrices, extract latent semantic structures, and improve search precision by reducing noise. These are relevant methods in information retrieval and natural language processing.

A folder with example syllabi (/syllabi) can be downloaded from this repo. A brief slide presentation (/slides) is also provided with some of the mathematical formulas that this project demonstrates. The main code file is queery.m

About

Mini Search Engine using SVD-Based Query Matching

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages