Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.46 KB

README.md

File metadata and controls

54 lines (37 loc) · 1.46 KB

Search Engine

This repository covers the three stages of implementing a search engine for my undergraduate Information Retrieval course. Implemented a search engine using various algorithms, including TF-IDF, Word Embedding, and Inverted Index. It searches a dataset of news articles and returns the top best matches for a given query.

Course Information

  • Course: Computational Intelligence
  • University: Amirkabir University of Technology (Tehran Polytechnic)
  • Semester: Spring 2021

Contact

Amirmehdi Zarrinnezhad - amzarrinnezhad@gmail.com

Project Link: https://github.com/zamirmehdi/Artificial-Intelligence-Course

(back to top)