Skip to content

Sebastiaan-Alvarez-Rodriguez/Alphatrax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Alphatrax

A simple relational graph analyzer to recommend movies. Given a dataset of ratings, users and movies, analyzes the relational graphs to determine what user will enjoy what movie.

Analysis is carried out using MDC Basic Collaborative Filtering.

Requirements

The requirements are all of the following:

  • GNU Make
  • GNU Compiler Collection (gcc) 4.8.1 or greater!
  • One dataset of grouplens

Compilation

Compile this program by typing make, while in the main directory.

Usage

Type exec -h for help.

Specify -r <path, -u <path>, -m <path>. These should correspond to paths to the ratings.dat, users.dat and movies.dat files of the dataset you got from grouplens

About

A simple relational graph analyzer to recommend movies.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published