Jump to content

Talk:Unsupervised learning: Difference between revisions

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


From what I understand, it means there is no ground truth. The expected class (or label) output is unknown for all data. <span style="font-size: smaller;" class="autosigned">— Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/184.161.104.234|184.161.104.234]] ([[User talk:184.161.104.234|talk]]) 22:53, 4 July 2014 (UTC)</span><!-- Template:Unsigned IP --> <!--Autosigned by SineBot-->
From what I understand, it means there is no ground truth. The expected class (or label) output is unknown for all data. <span style="font-size: smaller;" class="autosigned">— Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/184.161.104.234|184.161.104.234]] ([[User talk:184.161.104.234|talk]]) 22:53, 4 July 2014 (UTC)</span><!-- Template:Unsigned IP --> <!--Autosigned by SineBot-->

== Pick Finder ==
Is it a kind of 1D Unsupervised learning? If you think about a possible algorithm. It has to exclude noise. Which part is "supervised" and which part is not? Given noise?

Revision as of 19:55, 18 July 2015

WikiProject iconComputer science Stub‑class Mid‑importance
WikiProject iconThis article is within the scope of WikiProject Computer science, a collaborative effort to improve the coverage of Computer science related articles 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.
StubThis article has been rated as Stub-class on Wikipedia's content assessment scale.
MidThis article has been rated as Mid-importance on the project's importance scale.
Things you can help WikiProject Computer science with:

WikiProject iconRobotics Stub‑class Low‑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.
StubThis article has been rated as Stub-class on Wikipedia's content assessment scale.
LowThis article has been rated as Low-importance on the project's importance scale.
Note icon
This article has been marked as needing immediate attention.

Template:IEP assignment

Expand

Sentences like "Another form of unsupervised learning is clustering, which is sometimes not probabilistic" and "Also see formal concept analysis." need to be expanded. -130.49.221.7 14:41, 6 February 2006 (UTC)[reply]

Agreed. In addition, the entire article as of today is very badly written. Robbyjo 21:23, 18 January 2007 (UTC)[reply]

In my eyes, this article is very misleading. K-Means or spectral clustering algorithms are some of the most prominent unsupervised learning algorithms. All of them assume data a priori.

This article is misleading and it also assumes a lot of prior knowledge with out explaining its terms very well. Are there other tags that can be added to this article to warn future readers?--Stewartm82 (talk) 13:31, 9 May 2010 (UTC)[reply]

Cost functions

From Neural network I gather that the cost function is different than for Supervised learning, but this article does not explain the issue. Is it like in compression: we don't care what the output would be (the compressed sequence), but we have a cost = the mean length of compressed messages? CDaMama 15:24, 15 April 2007 (UTC)[reply]

Reinforcement Learning

Perhaps the most widely used type of unsupervised learning (at present) is reinforcement learning, but there's nothing on it here. Needs at least a link to the RL page. --72.224.113.64 12:31, 16 August 2007 (UTC)[reply]

What does "examples" mean?

On this page, and the main machine learning page, the phrase "labeled examples" is not explained or defined before being used to describe things. Can somebody come up with a concise definition? --Bcjordan (talk) 16:30, 15 September 2009 (UTC)[reply]

Does a neural network really belong to unsupervised learning?

Since a neural network has to be trained with preclassified training data I assume this belongs to supervised learning --Ormium (talk) 09:21, 1 February 2011 (UTC)[reply]

No, not all neural nets have training and testing phases. unsupervised neural networks do unsupervised clustering.

Robotics attention needed

  • Address issues on article banners
  • Update and expand

Chaosdruid (talk) 10:57, 16 March 2011 (UTC)[reply]

What does "unlabeled data" mean?

What does "unlabeled data", as used in the article's opening sentence, mean? Duoduoduo (talk) 22:01, 4 February 2013 (UTC)[reply]

From what I understand, it means there is no ground truth. The expected class (or label) output is unknown for all data. — Preceding unsigned comment added by 184.161.104.234 (talk) 22:53, 4 July 2014 (UTC)[reply]

Pick Finder

Is it a kind of 1D Unsupervised learning? If you think about a possible algorithm. It has to exclude noise. Which part is "supervised" and which part is not? Given noise?