10-601 Structured Output Learning and NLP

From Cohen Courses
Jump to navigationJump to search

This a lecture used in the Syllabus for Machine Learning 10-601 in Fall 2014

Slides

Readings

  • None

Summary

You should know:

  • How named entity recognition can be reduced to token-tagging with begin-end-outside tags
  • What structured output learning is, and why it is different from independently classifying each token in a sequence
  • What a linear-chain CRF is