Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 909 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 909 Bytes

Information Retrieval

Repository containing activity developed during the discipline of Information Retrieval and Web Search - UFCG in the period of 2018.1 (professor: Leandro Balby). During the course we developed the following algorithms in the Python language, such algorithms very useful in the area of data science and the like. Are they:

  1. Inverted Index and Boolean Search
  2. Ranking and Vector Model
  3. Expansion of Queries
  4. PageRank

These algorithms were applied in a database of the Jornal Estadão. Whereas the dataset was provided during the course.

By Fim, a Recommendation Systems (films or news) project was developed, based on the Surprise library applied to the data set Movielens-100k, the final project is in repository.