recommendation matlab code, with GPU supported
iRec, uRec, sRec, coSim, cSLIM, SLIM
run('iRec', 'beta', 0.1, 'miter', 20, 'datadir') // basic
run('iRec', 'beta', 0.1, 'miter', 20, 'GPU', 1) // utilize GPU
run('iRec', 'beta', 0.1, 'miter', 20, 'datadir', '/home/ychen/dataset/test/') // specify the dataset dir path
the first parameter specify the algorithm to run, which is required; other parameters are optional, specify by 'name','value'