lancopku / Multi-Task-Learning

Online Multi-Task Learning Toolkit based on C#; code for "Large-Scale Personalized Human Activity Recognition using Online Multi-Task Learning" (TKDE)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Online Multi-Task Learning Toolkit (OMT) v1.0

This is a general purpose software for online multi-task learning. The online multi-task learning is mainly based on Conditional Random Fields (CRF) model and Stochastic Gradient Descent (SGD) training. The work is described in (Sun et al., TKDE 2013). [Tutorial]

Main features:

  • Developed with C#
  • High accuracy on the human activity recognition tasks (Sun et al., TKDE 2013)
  • General purpose (it is task-independent & trainable using your own tagged corpus)
  • Support SGD training & Limited-memory BFGS training
  • Support various evaluation metrics, including token-accuracy, string-accuracy, & F-score

About

Online Multi-Task Learning Toolkit based on C#; code for "Large-Scale Personalized Human Activity Recognition using Online Multi-Task Learning" (TKDE)


Languages

Language:C# 100.0%