Skip to content

wormtooth/netflix_svd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple SVD with bias model for the Netflix Prize

This repository is a C implementation of the commonly used simple SVD with bias model for the Netflix Prize. If you are looking for a PyTorch implementation, please take a look at my blog post here.

In order to run the model, you need to download the data from Kaggle: Netflix Prize data. After downloading the compressed data, you need to decompress the data into the same folder as the compiled program. The data folder name should be data:

data
├── README
├── combined_data_1.txt
├── combined_data_2.txt
├── combined_data_3.txt
├── combined_data_4.txt
├── movie_titles.csv
├── probe.txt
└── qualifying.txt

About

A C implementation of a simple SVD with bias model for the Netflix Prize.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published