Repositório para armazenar o código utilizado na execução do segundo projeto da disciplina Seminário em SI - Inteligência Artificial do Centro de Informática da Universidade Federal de Pernambuco (CIn-UFPE).
A classe main utilizada ~> https://github.com/jrgvf/Projeto2-IA/blob/master/librec/src/main/java/librec/main/Project.java
A pasta de resultados utilizados na análise ~> https://github.com/jrgvf/Projeto2-IA/tree/master/librec/project/Results-Project
Arquivos de Configuração ~> https://github.com/jrgvf/Projeto2-IA/tree/master/librec/project/config
Conjunto de Dados utilizados ~> https://github.com/jrgvf/Projeto2-IA/blob/master/librec/project/Datasets/CiaoDVD/movie-ratings.txt
LibRec (http://www.librec.net) is a Java library for recommender systems (Java version 1.7 or higher required). It implements a suit of state-of-the-art recommendation algorithms. It consists of three major components: Generic Interfaces, Data Structures and Recommendation Algorithms.
- Guibing Guo, Jie Zhang, Zhu Sun and Neil Yorke-Smith, LibRec: A Java Library for Recommender Systems, in Posters, Demos, Late-breaking Results and Workshop Proceedings of the 23rd Conference on User Modelling, Adaptation and Personalization (UMAP), 2015.
LibRec is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License (GPL) as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. LibRec is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with LibRec. If not, see http://www.gnu.org/licenses/.