Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Learn from the Sentiment140 classifier #14

Open
bwbaugh opened this issue Mar 17, 2013 · 0 comments
Open

Learn from the Sentiment140 classifier #14

bwbaugh opened this issue Mar 17, 2013 · 0 comments

Comments

@bwbaugh
Copy link
Owner

bwbaugh commented Mar 17, 2013

We could use the Sentiment140 API for classifying tweets during the training stage. We could learn from those as if they were annotated data in order to update our model.

This is different than self-learning because our current model isn't used during the training process. Instead, a different model (Sentiment140) is used for classifying additional unlabeled training instances. Our model would still solely be used for classifying test data.

I'm not sure if this is related (or if so, how much) to classifier compression using active learning.

If nothing else, it at least be as a comparison against other methods (especially over the Sentiment140 baseline itself).

Idea was originally recorded 3/12/13 at 23:01.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant