Yongming Shen South China University of Technology China
Qiong Chen South China University of Technology
Ming Fang South China University of Technology
Qiuyong Yang South China University of Technology
Lixiong Zheng South China University of Technology
Tingting Wu South China University of Technology
Zongfa Cai South China University of Technology
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.
Our solution consists of three phrases: First, the training set is splitted into two parts (dev_train and dev_test) in a way similar to how the very original data is splitted into the training set and the test set. Second, the dev_train set is accumulated into a scoring function, this function is then mapped over the dev_test set to generate a classifier-train set. The same process is applied to the train set and the test set to generate a classifier-test set. Finally, the classifier-train set is used to train a classifier, and the classifier is mapped over the classifier-test set to generate the finally result. The three-phrase process is our original creation, and we design the algorithms for making scoring functions ourselves. The classifier used in the third step is an ANN, and the training algorithm is the classical back propagation algorithm.
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.