Talk:Bag-of-words model: Difference between revisions

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
Content deleted Content added
Compvis (talk | contribs)
mNo edit summary
Line 17: Line 17:


[[Special:Contributions/89.76.114.24|89.76.114.24]] ([[User talk:89.76.114.24|talk]]) 21:25, 24 November 2013 (UTC)MP
[[Special:Contributions/89.76.114.24|89.76.114.24]] ([[User talk:89.76.114.24|talk]]) 21:25, 24 November 2013 (UTC)MP
:Indeed, I've corrected this. [[User:Compvis|Compvis]] ([[User talk:Compvis|talk]]) 22:28, 29 November 2013 (UTC)

Revision as of 22:28, 29 November 2013

WikiProject iconRobotics Start‑class Mid‑importance
WikiProject iconThis article is within the scope of WikiProject Robotics, a collaborative effort to improve the coverage of Robotics on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
StartThis article has been rated as Start-class on Wikipedia's content assessment scale.
MidThis article has been rated as Mid-importance on the project's importance scale.
WikiProject iconLinguistics: Applied Linguistics Start‑class
WikiProject iconThis article is within the scope of WikiProject Linguistics, a collaborative effort to improve the coverage of linguistics on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
StartThis article has been rated as Start-class on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's importance scale.
Taskforce icon
This article is supported by Applied Linguistics Task Force.
Note icon
This article has been automatically rated by a bot or other tool because one or more other projects use this class. Please ensure the assessment is correct before removing the |auto= parameter.

That article just describes the kind of matrices that are produced by any algorithm that assumes a BoW model. Qwertyus (talk) 13:50, 31 August 2012 (UTC)[reply]


Possible mistake in matrix

  • Sentence: John likes to watch movies. Mary likes too.
  • Dictionary: [...] "likes": 2, [...]
  • Matrix: [1, 1, 1, 1, 1, 0, 0, 0, 1, 1]
  • Algorithm: [...] each entry of the vectors refers to count of the corresponding entry in the dictionary [...]

Shouldn't matrix look like this: [1, 2, 1, 1, 1, 0, 0, 0, 1, 1]?

89.76.114.24 (talk) 21:25, 24 November 2013 (UTC)MP[reply]

Indeed, I've corrected this. Compvis (talk) 22:28, 29 November 2013 (UTC)[reply]