Multiple-instance learning: Difference between revisions

Content deleted Content added
m [Pu354]Misc citation tidying.
Successfully de-orphaned! Wikiproject Orphanage: You can help!
Line 1:
{{orphan|date=December 2007}}
'''Multiple-instance learning''' is a variation on [[supervised learning]]. Instead of receiving a set of instances which are labeled positive or negative, the learner receives a set of ''bags'' that are labeled positive or negative. Each bag contains many instances. A bag is labeled negative if all the instances in it are negative. On the other hand, a bag is labeled positive if there is at least one instance in it which is positive. From a collection of labeled bags, the learner tries to induce a concept that will label individual instances correctly.