Bag-of-word

From Cohen Courses
Revision as of 23:54, 1 October 2012 by Yuchenz (talk | contribs) (Created page with 'The bag-of-words model is a simplifying representation used in natural language processing and information retrieval (IR). In this model, a text (such as a sentence or a document…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The bag-of-words model is a simplifying representation used in natural language processing and information retrieval (IR). In this model, a text (such as a sentence or a document) is represented as an unordered collection of words, disregarding grammar and even word order. Recently, the bag-of-words model has also been used for computer vision.

Relevant Papers