Gábor Fodor BME Hungary
Péter Hellinger BME
Csaba Gáspár-Papanek BME
Zoltán Prekopcsák BME
Provide a URL to a web page, technical memorandum, or a paper.
No response.
Provide a general summary with relevant background information: Where does the method come from? Is it novel? Name the prior art.
We used different Matrix Factorization methods, as the Gravity did during the Netflix Prize. The main idea and some details are described in: http://www.gravityrd.com/gravity/download/gravityrecsys08_draft.pdf http://www.gravityrd.com/gravity/download/gravitykdd08ws.final.pdf Our best single model was created with the use of only 4-5 important features (Anon Student Id, Truncated Problem Name, KC(models)). We trained simultaneously a BRISMF for each pair of the important features, where the final rank was the average of the predictions. For training we used a simple stochastic gradient descent method. We tried different parameters (learning rate, regularization) to get slightly different models. To get our final predictions we ensembled these models and a decision tree.
Summarize the algorithms you used in a way that those skilled in the art should understand what to do. Profile of your methods as follows:
Please describe your data understanding efforts, and interesting observations:
Details on feature generation:
Details on feature selection:
Details on latent factor discovery (techniques used, useful student/step features, how were the factors used, etc.):
More details on preprocessing:
Details on classification:
Details on model selection:
Scores shown in the table below are Cup scores, not leaderboard scores. The difference between the two is described on the Evaluation page.
A reader should also know from reading the fact sheet what the strength of the method is.
Please comment about the following:
Details on the relevance of the KC models and latent factors:
Details on software implementation:
Details on hardware implementation. Specify whether you provide a self contained-application or libraries.
Provide a URL for the code (if available):
List references below.