Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,042 papers · 148 categories

Trend · papers per month

20395978 · Jun 202019922001200920172026
48 results for course recommendation

Proposes grade-aware course recommendation methods to improve student GPA.

problem Helping students select courses that lead to timely graduation and good grades.
method Two approaches: ranking courses by expected GPA impact and combining grade predictions with course recommendations.
result Grade-aware methods recommend courses leading to better student performance.

A new system recommends specific knowledge concepts in MOOCs based on student interests.

problem MOOCs recommend courses but ignore specific knowledge concepts interests.
method End-to-end graph neural network (ACKRec) that combines content and context information.
result ACKRec effectively recommends knowledge concepts to MOOC students.

The paper addresses treatment recommendation problems by optimizing distributional characteristics.

problem Optimizing treatment recommendations based on distributional targets.
method Characterizes the problem's difficulty and proposes near-optimal policies.
result Characterizes the difficulty of the problem and proposes near-regret optimal policies.

This project compares MCMC and VI for Bayesian PMF on MovieLens.

problem Intractable posterior distribution in PMF.
method Employed MCMC and VI for Bayesian inference on MovieLens.
result VI converges faster, MCMC provides more accurate estimates.

TrueLearn uses Bayesian algorithms to match learners with educational resources.

problem Matching lifelong learners to open educational resources efficiently and effectively.
method TrueLearn uses a text ontology and Bayesian strategies to match learners with educational resources based on their background knowledge and material novelty.
result TrueLearn algorithms show promise in building an effective educational recommendation system.

The paper presents a machine learning approach to multidimensional item response theory.

problem Modeling and predicting student performance from assessment data.
method Inspired by collaborative filtering, the paper defines a general class of models using penalized joint maximum likelihood (JML) for estimation and cross-validation for model selection.
result The high-dimensional model fit to large and sparse data does not lend itself well to traditional factor interpretation.

New method handles uncertainty in causal effect estimation for better decision-making.

problem Handling uncertainty in causal effect estimation, especially in high-dimensional data and covariate shift.
method Integrates uncertainty estimation into neural network methods for individual-level causal estimates.
result Uncertainty-aware methods improve decision-making by alerting when predictions are not reliable.

Study evaluates predictive models for blended courses, analyzing performance across different offerings.

problem Limited success in predicting student performance in blended courses.
method Used data from two offerings of two different undergraduate courses to train and evaluate models.
result Models perform better on the same offering and less well on different offerings of the same course.

Increasingly fast development and update cycle of online course contents, and diverse demographics of students in each online classroom, make student performance prediction in real-time (before the course finishes) and/or on curriculum without specific historical performance data available interesting topics for both i…

2018-09-07abs ↗pdf ↗
Phynanceq-fin.MF

These are the lecture notes for an advanced Ph.D. level course I taught in Spring'02 at the C.N. Yang Institute for Theoretical Physics at Stony Brook. The course primarily focused on an introduction to stochastic calculus and derivative pricing with various stochastic computations recast in the language of path integr…

2014-05-07abs ↗pdf ↗

These notes are based on the mini-course given in June 2004 in Cetraro, Italy, in the frame of a C.I.M.E. school. Of course, they contain much more material that I could present in the 6 hours course. The main goal is to give an idea of the general variational and dynamical nature of nice and powerful concepts and resu…

2005-06-10abs ↗pdf ↗

The Web has enabled one of the most visible recent developments in education---the deployment of massive open online courses. With their global reach and often staggering enrollments, MOOCs have the potential to become a major new mechanism for learning. Despite this early promise, however, MOOCs are still relatively u…

2014-03-12abs ↗pdf ↗

New metric MADD assesses fairness of predictive student models.

problem Predictive student models can be biased and unfair, leading to discrimination.
method Proposes MADD metric to analyze model's discriminatory behaviors.
result Fair predictive performance does not guarantee fair behaviors or outcomes.

REP predicts drug response at every stage of treatment using time-course gene expression data.

problem Lack of dynamic drug response prediction from time-course gene expression data.
method REP framework that predicts drug response values at every stage of a long-term treatment using recursive structure and tensor completion.
result REP can estimate drug response at any stage of a given treatment from initial gene expression levels.

These are lecture notes for the course "Analysis and X-ray tomography". The course is a broad overview of various tools in analysis that can be used to study X-ray tomography. The focus is on tools and ideas, not so much on technical details and minimal assumptions. Only very basic functional analysis is assumed as bac…

2017-11-15abs ↗pdf ↗

FIVES generates high-order interactive features efficiently and effectively.

problem Automating the generation of high-order interactive features in tabular data.
method Formulates interactive feature generation as edge search on a feature graph, using a GNN and adjacency tensor.
result FIVES outperforms state-of-the-art methods in various datasets and real-world applications.

These are course notes I wrote for my Fall 2013 graduate topics course on geometric structures, taught at ICERM. The notes rework many of proofs in William P. Thurston's beautiful but hard-to-understand paper, "Shapes of Polyhedra". A number of people, both in and out of the class, found these notes very useful and so …

2015-06-24abs ↗pdf ↗

In massive open online courses (MOOCs), peer grading serves as a critical tool for scaling the grading of complex, open-ended assignments to courses with tens or hundreds of thousands of students. But despite promising initial trials, it does not always deliver accurate results compared to human experts. In this paper,…

2013-07-09abs ↗pdf ↗

Personalized predictive medicine necessitates the modeling of patient illness and care processes, which inherently have long-term temporal dependencies. Healthcare observations, recorded in electronic medical records, are episodic and irregular in time. We introduce DeepCare, an end-to-end deep dynamic neural network t…

2016-02-01abs ↗pdf ↗

Unified HDP and LDA models for efficient topic clustering of online course queries.

problem Efficiently cluster and answer subject-specific online course queries.
method Use Hierarchical Dirichlet Process (HDP) to optimize topic number for Latent Dirichlet Allocation (LDA) model runs.
result Achieve optimal clustering efficiency by recursively applying LDA on effective topics.

Deviation-based learning improves recommender systems by abstaining from recommending choices users might follow.

problem Recommender systems learn from user choices but can stall if users blindly follow recommendations.
method The recommender learns user knowledge by observing choices, abstaining from recommending a choice when multiple alternatives produce similar payoffs.
result Learning rate and social welfare improve when the recommender abstains from recommending certain choices.