Ehsan Khoddam Mohammadi ECE , Engineering School, Shiraz University Iran
Mohammad Javad Mahzoon ECE , Engineering School, Shiraz University
Koosha Khajeh Moogahi ECE , Engineering School, Shiraz University
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 originally invent it.
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:
We use popular statistics charts like bar chart and histograms to identify statistical properties of features. plotting mean or absolute value of features over the time show us very interesting information.
Details on feature generation:
We've defined some scores for measuring some properties and used them as new features
Details on feature selection:
mRMR ( minimum redundancy maximum relevance)
Details on latent factor discovery (techniques used, useful student/step features, how were the factors used, etc.):
More details on preprocessing:
raw data texts have been tokenized, some redundant substrings removed, junk tokens removed, outliers and instances with many missing values which could not be filled removed. After that we make a data base of data sets and do some outlier analysis. PCA were used before applying Neural Network regression to data sets
Details on classification:
We build and test our models mainly on development data sets.
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:
KC models don't have any meaningful development through the time, no increase in performance of students in relation to KC models had been seen .
Details on software implementation:
we do our preprocessing with scripts written in python by ourself, all data base data imports and queries have done with python. some feature selection algorithms used written in C/C++. main data exploring have done by Matlab and Excel. Neural Networks and Logistic Regression applied to data sets in Matlab environment.
Details on hardware implementation. Specify whether you provide a self contained-application or libraries.
simple network with 4 computers and remote desktop used
Provide a URL for the code (if available):
performance of students don't change through the time comparing to each other, ranks preserved. Students saved their learning characteristics, no development have been seen
List references below.