У нас вы можете посмотреть бесплатно CS6370-NLP| BM25 Intuition and Derivation| TFIDF| Simple VSM Search| Cranfield или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
The objective of this project is to design and build an information retrieval system that overcomes the limitations of the current search engine implemented using a simple Vector Space Model (VSM) where the document vector is represented using the TFIDF scores and the retrieved documents are ranked in the non-increasing order of cosine similarity to the query terms. We evaluate and compare the performance of our improvised search engine with the current search engine in terms of nDCG, Mean Precision, Mean Recall, and F-score evaluation metrics to determine the retrieval effectiveness. The solution we propose is the convex combination of BM25 and LSA along with the n-gram approach (n = 2) and query expansion. A rigorous methodology was used to propose the best model. Dataset: The Cranfield dataset was used for the evaluation. ****************************************************************************** Link to GitHub Repository of the Project: https://github.com/ArupDas15/NLP ****************************************************************************** Contributors: 1. Arup Das 2. Naveen Vakada