Skip to content

viniaraujoo/Information-Retrieval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.