User talk:Xxiong

From Cohen Courses
Revision as of 01:19, 29 September 2010 by PastStudents (talk | contribs)
Jump to navigationJump to search

Project Proposal I

Team Members

Xuehan Xiong [xxiong@andrew.cmu.edu]

Goal

1. A revisit of boosting.

2. Extend a stacked hierarchical model recently developed for vision tasks and apply it to

Motivation

1. In the traditional boosting, within each iteration the mis-classified samples are weighted more in the next round. However, these errors are made from training data. In my algorithm, I will give more weight to the data that are mis-labeled from cross-validation process, as in stacking.

2. The intuition of stacked hierarchical model is that predictions from one level of the hierarchy should help to predict the entities in the level above or below. Different from LDA, this model can only be used in a supervised mode.

Dataset

Superpowers

Experience with CRF and stacking in the domain of computer vision.

What question you want to answer

1. I want to know whether the proposed algorithm will outperform the traditional Ada-boost.

2.