# Transfer Learning using Representation Learning in Massive Open Online   Courses

**Authors:** Mucong Ding, Yanbang Wang, Erik Hemberg, Una-May O'Reilly

arXiv: 1812.05043 · 2018-12-19

## TL;DR

This paper introduces an automated transfer learning approach using auto-encoders to improve predictive models of student behavior across different MOOCs, addressing feature representation issues for better transferability.

## Contribution

It proposes two novel transfer methods based on representation learning with auto-encoders, enhancing model transferability across similar and dissimilar MOOCs.

## Key findings

- Improved transferability of dropout prediction models.
- Auto-encoder based methods learn common predictive features.
- Methods outperform existing transfer learning approaches.

## Abstract

In a Massive Open Online Course (MOOC), predictive models of student behavior can support multiple aspects of learning, including instructor feedback and timely intervention. Ongoing courses, when the student outcomes are yet unknown, must rely on models trained from the historical data of previously offered courses. It is possible to transfer models, but they often have poor prediction performance. One reason is features that inadequately represent predictive attributes common to both courses. We present an automated transductive transfer learning approach that addresses this issue. It relies on problem-agnostic, temporal organization of the MOOC clickstream data, where, for each student, for multiple courses, a set of specific MOOC event types is expressed for each time unit. It consists of two alternative transfer methods based on representation learning with auto-encoders: a passive approach using transductive principal component analysis and an active approach that uses a correlation alignment loss term. With these methods, we investigate the transferability of dropout prediction across similar and dissimilar MOOCs and compare with known methods. Results show improved model transferability and suggest that the methods are capable of automatically learning a feature representation that expresses common predictive characteristics of MOOCs.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1812.05043/full.md

## Figures

20 figures with captions in the complete paper: https://tomesphere.com/paper/1812.05043/full.md

## References

20 references — full list in the complete paper: https://tomesphere.com/paper/1812.05043/full.md

---
Source: https://tomesphere.com/paper/1812.05043