Skip to content

CT15/BoW-LSTM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bag-of-Words LSTM

The model was initially implemented to solve multiple interventions problems for MOOC discussion forums. As BoW does not take into account the structure of sentences, an improved model is implemented using Hierarchical-LSTM.

MOOC

MOOC stands for Massive Open Online Courses. It is an online course aimed at unlimited participation and open access via the web.

Source: Wikipedia

Some examples of MOOCs include Coursera and edX.

Multiple Intervention Problems

Given a discussion forum thread containing a list of posts ordered from the earliest timestamp to the latest timestamp (Note: This is one way to look at the problem. See postia for further details), determine which posts in this thread require/merit instructor interventions. It is a binary classification problem.

Instructor intervention is a term used to refer to instructor's reply to a particular post.

Model Architecture

Architecture

About

LSTM Network for Sentence Level (BoW) Classification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages