SlideShare a Scribd company logo
1 of 17
CS 678 - Ensembles and Bayes 1
Semi-Supervised Learning
 Can we improve the quality of our learning by combining
labeled and unlabeled data
 Usually a lot more unlabeled data available than labeled
 Assume a set L of labeled data and U of unlabeled data
(from the same distribution)
 Focus on Semi-Supervised Classification though there are
many other variations
– Aiding clustering with some labeled data
– Regression
– Model selection with unlabeled data (COD)
 Transduction vs Induction
How Semi-Supervised Works
 Most approaches make strong model assumptions
(guesses). If wrong can make things worse.
 Some commonly used assumptions:
– Clusters of data are from the same class
– Data can be represented as a mixture of parameterized distributions
– Decision boundaries should go through non-dense areas of the data
– Model should be as simple as possible (Occam)
CS 678 - Ensembles and Bayes 2
Unsupervised Learning of Domain
Features
 PCA, SVD
 NLDR – Non-Linear Dimensionality Reduction
 Many Deep Learning Models
– Deep Belief Nets
– Sparse Auto-encoders
– Self-Taught Learning
CS 678 - Ensembles and Bayes 3
Deep Net with Greedy Layer Wise Training
Adobe – Deep Learning and Active Learning 4
ML Model
New Feature Space
Original Inputs
Supervised
Learning
Unsupervised
Learning
Self-Training (Bootstrap)
 Self-Training
– Train supervised model on labeled data L
– Test on unlabeled data U
– Add the most confidently classified members of U to L
– Repeat
 Multi-Model
– Uses multiple models to label/move instances of U to L
– Co-Training
 Train two models with different independent features sets
 Add most confident instances from U of one model into L of the other (i.e.
they “teach” each other)
 Repeat
– Multi-View Learning
 Train multiple diverse models on L. Those instances in U which most
models agree on are placed in L.
CS 678 - Ensembles and Bayes 5
Generative Models
 Generative – Assume data can be represented by some
mixture of parameterized models (e.g. Gaussian) and use
EM to learn parameters (ala Baum-Welch)
CS 678 - Ensembles and Bayes 6
Graph Models
 Graph Models
– Neighbor nodes assumed to be similar with larger edge weights
– Force same class member in L to be close, while maintaining
smoothness with respect to the graph for U.
– Add in members of U as neighbors based on some similarity
– Iteratively label U (breadth first)
CS 678 - Ensembles and Bayes 7
TSVM
 Transductive SVM (TSVM) or Semi-Supervised SVM
(S3VM)
 Maximize margin of both L and U. Decision surface
placed in non-dense spaces
– Assumes classes are "well-separated"
– Can also try to simultaneously maintain class proportion on both
sides similar to labeled proportion
CS 678 - Ensembles and Bayes 8
Summary
 Oracle Learning
 Becoming a more critical area as more unlabeled data
becomes cheaply available
CS 678 - Ensembles and Bayes 9
Active Learning
 Obtaining labeled data can be the most expensive part of a
machine learning task
 Supervised, Unsupervised, and Semi-Supervised Learning
 In Active Learning can query an oracle (e.g. a human
expert, test, etc.) to obtain the label for a specific input
 In active learning we try to learn the most accurate model
while having to query the least amount of data for labels
Adobe – Deep Learning and Active Learning 10
Active Learning
Adobe – Deep Learning and Active Learning 11
Often query:
1) A low confidence instance (i.e. near a decision boundary)
2) An instance which is in a relatively dense neighborhood
Active Learning
Adobe – Deep Learning and Active Learning 12
Often query:
1) A low confidence instance (i.e. near a decision boundary)
2) An instance which is in a relatively dense neighborhood
Active Learning
Adobe – Deep Learning and Active Learning 13
Often query:
1) A low confidence instance (i.e. near a decision boundary)
2) An instance which is in a relatively dense neighborhood
Active Learning
Adobe – Deep Learning and Active Learning 14
Often query:
1) A low confidence instance (i.e. near a decision boundary)
2) An instance which is in a relatively dense neighborhood
Active Clustering
Images (Objects, Words, etc.)
 First do unsupervised clustering
 Which points to show an expert in order to get feedback on
the clustering to allow adjustment?
Adobe – Deep Learning and Active Learning 15
Active Clustering
Images (Objects, Words, etc.)
 First do unsupervised clustering
 Which points to show an expert in order to get feedback on
the clustering to allow adjustment?
Adobe – Deep Learning and Active Learning 16
Active Clustering
Images (Objects, Words, etc.)
 First do unsupervised clustering
 Which points to show an expert in order to get feedback on
the clustering to allow adjustment?
Adobe – Deep Learning and Active Learning 17

More Related Content

Similar to Semi-Supervised.pptx

Machine Learning
Machine LearningMachine Learning
Machine Learningbutest
 
ML crash course
ML crash courseML crash course
ML crash coursemikaelhuss
 
Presentation on Machine Learning and Data Mining
Presentation on Machine Learning and Data MiningPresentation on Machine Learning and Data Mining
Presentation on Machine Learning and Data Miningbutest
 
Prior On Model Space
Prior On Model SpacePrior On Model Space
Prior On Model SpaceMeir Maor
 
learning.ppt
learning.pptlearning.ppt
learning.pptBadWork
 
Ensemble Learning Featuring the Netflix Prize Competition and ...
Ensemble Learning Featuring the Netflix Prize Competition and ...Ensemble Learning Featuring the Netflix Prize Competition and ...
Ensemble Learning Featuring the Netflix Prize Competition and ...butest
 
Automated Software Requirements Labeling
Automated Software Requirements LabelingAutomated Software Requirements Labeling
Automated Software Requirements LabelingData Works MD
 
17- Kernels and Clustering.pptx
17- Kernels and Clustering.pptx17- Kernels and Clustering.pptx
17- Kernels and Clustering.pptxssuser2023c6
 
Introduction to Machine Learning.
Introduction to Machine Learning.Introduction to Machine Learning.
Introduction to Machine Learning.butest
 
LECTURE8.PPT
LECTURE8.PPTLECTURE8.PPT
LECTURE8.PPTbutest
 
Kaggle presentation
Kaggle presentationKaggle presentation
Kaggle presentationHJ van Veen
 
deepnet-lourentzou.ppt
deepnet-lourentzou.pptdeepnet-lourentzou.ppt
deepnet-lourentzou.pptyang947066
 
Introduction to Machine Learning Aristotelis Tsirigos
Introduction to Machine Learning Aristotelis Tsirigos Introduction to Machine Learning Aristotelis Tsirigos
Introduction to Machine Learning Aristotelis Tsirigos butest
 
Basics of Machine Learning
Basics of Machine LearningBasics of Machine Learning
Basics of Machine Learningbutest
 
November, 2006 CCKM'06 1
November, 2006 CCKM'06 1 November, 2006 CCKM'06 1
November, 2006 CCKM'06 1 butest
 

Similar to Semi-Supervised.pptx (20)

Machine Learning
Machine LearningMachine Learning
Machine Learning
 
ML crash course
ML crash courseML crash course
ML crash course
 
Presentation on Machine Learning and Data Mining
Presentation on Machine Learning and Data MiningPresentation on Machine Learning and Data Mining
Presentation on Machine Learning and Data Mining
 
Prior On Model Space
Prior On Model SpacePrior On Model Space
Prior On Model Space
 
learning.ppt
learning.pptlearning.ppt
learning.ppt
 
Ensemble Learning Featuring the Netflix Prize Competition and ...
Ensemble Learning Featuring the Netflix Prize Competition and ...Ensemble Learning Featuring the Netflix Prize Competition and ...
Ensemble Learning Featuring the Netflix Prize Competition and ...
 
Automated Software Requirements Labeling
Automated Software Requirements LabelingAutomated Software Requirements Labeling
Automated Software Requirements Labeling
 
Kdd by Mr.Sameer Kumar Das
Kdd by Mr.Sameer Kumar DasKdd by Mr.Sameer Kumar Das
Kdd by Mr.Sameer Kumar Das
 
Presentation
PresentationPresentation
Presentation
 
NoSQL Basics - A Quick Tour
NoSQL Basics - A Quick TourNoSQL Basics - A Quick Tour
NoSQL Basics - A Quick Tour
 
17- Kernels and Clustering.pptx
17- Kernels and Clustering.pptx17- Kernels and Clustering.pptx
17- Kernels and Clustering.pptx
 
Introduction to Machine Learning.
Introduction to Machine Learning.Introduction to Machine Learning.
Introduction to Machine Learning.
 
LECTURE8.PPT
LECTURE8.PPTLECTURE8.PPT
LECTURE8.PPT
 
Kaggle presentation
Kaggle presentationKaggle presentation
Kaggle presentation
 
Overfitting and-tbl
Overfitting and-tblOverfitting and-tbl
Overfitting and-tbl
 
deepnet-lourentzou.ppt
deepnet-lourentzou.pptdeepnet-lourentzou.ppt
deepnet-lourentzou.ppt
 
Warehousing
WarehousingWarehousing
Warehousing
 
Introduction to Machine Learning Aristotelis Tsirigos
Introduction to Machine Learning Aristotelis Tsirigos Introduction to Machine Learning Aristotelis Tsirigos
Introduction to Machine Learning Aristotelis Tsirigos
 
Basics of Machine Learning
Basics of Machine LearningBasics of Machine Learning
Basics of Machine Learning
 
November, 2006 CCKM'06 1
November, 2006 CCKM'06 1 November, 2006 CCKM'06 1
November, 2006 CCKM'06 1
 

More from Tamer Nadeem

PresentationDNN.pptx
PresentationDNN.pptxPresentationDNN.pptx
PresentationDNN.pptxTamer Nadeem
 
4_1_indoorLocalization_1_fingerprint_deadreckoning.pptx
4_1_indoorLocalization_1_fingerprint_deadreckoning.pptx4_1_indoorLocalization_1_fingerprint_deadreckoning.pptx
4_1_indoorLocalization_1_fingerprint_deadreckoning.pptxTamer Nadeem
 
cs229-probability_review_slides.pdf
cs229-probability_review_slides.pdfcs229-probability_review_slides.pdf
cs229-probability_review_slides.pdfTamer Nadeem
 

More from Tamer Nadeem (8)

PresentationDNN.pptx
PresentationDNN.pptxPresentationDNN.pptx
PresentationDNN.pptx
 
Chapter 1.ppt
Chapter 1.pptChapter 1.ppt
Chapter 1.ppt
 
4_1_indoorLocalization_1_fingerprint_deadreckoning.pptx
4_1_indoorLocalization_1_fingerprint_deadreckoning.pptx4_1_indoorLocalization_1_fingerprint_deadreckoning.pptx
4_1_indoorLocalization_1_fingerprint_deadreckoning.pptx
 
qos-f05.pdf
qos-f05.pdfqos-f05.pdf
qos-f05.pdf
 
lecture1.pdf
lecture1.pdflecture1.pdf
lecture1.pdf
 
cs229-probability_review_slides.pdf
cs229-probability_review_slides.pdfcs229-probability_review_slides.pdf
cs229-probability_review_slides.pdf
 
N00014 21-s-f003
N00014 21-s-f003N00014 21-s-f003
N00014 21-s-f003
 
Ci carplay-cic
Ci carplay-cicCi carplay-cic
Ci carplay-cic
 

Recently uploaded

social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxShobhayan Kirtania
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 

Recently uploaded (20)

social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptx
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 

Semi-Supervised.pptx

  • 1. CS 678 - Ensembles and Bayes 1 Semi-Supervised Learning  Can we improve the quality of our learning by combining labeled and unlabeled data  Usually a lot more unlabeled data available than labeled  Assume a set L of labeled data and U of unlabeled data (from the same distribution)  Focus on Semi-Supervised Classification though there are many other variations – Aiding clustering with some labeled data – Regression – Model selection with unlabeled data (COD)  Transduction vs Induction
  • 2. How Semi-Supervised Works  Most approaches make strong model assumptions (guesses). If wrong can make things worse.  Some commonly used assumptions: – Clusters of data are from the same class – Data can be represented as a mixture of parameterized distributions – Decision boundaries should go through non-dense areas of the data – Model should be as simple as possible (Occam) CS 678 - Ensembles and Bayes 2
  • 3. Unsupervised Learning of Domain Features  PCA, SVD  NLDR – Non-Linear Dimensionality Reduction  Many Deep Learning Models – Deep Belief Nets – Sparse Auto-encoders – Self-Taught Learning CS 678 - Ensembles and Bayes 3
  • 4. Deep Net with Greedy Layer Wise Training Adobe – Deep Learning and Active Learning 4 ML Model New Feature Space Original Inputs Supervised Learning Unsupervised Learning
  • 5. Self-Training (Bootstrap)  Self-Training – Train supervised model on labeled data L – Test on unlabeled data U – Add the most confidently classified members of U to L – Repeat  Multi-Model – Uses multiple models to label/move instances of U to L – Co-Training  Train two models with different independent features sets  Add most confident instances from U of one model into L of the other (i.e. they “teach” each other)  Repeat – Multi-View Learning  Train multiple diverse models on L. Those instances in U which most models agree on are placed in L. CS 678 - Ensembles and Bayes 5
  • 6. Generative Models  Generative – Assume data can be represented by some mixture of parameterized models (e.g. Gaussian) and use EM to learn parameters (ala Baum-Welch) CS 678 - Ensembles and Bayes 6
  • 7. Graph Models  Graph Models – Neighbor nodes assumed to be similar with larger edge weights – Force same class member in L to be close, while maintaining smoothness with respect to the graph for U. – Add in members of U as neighbors based on some similarity – Iteratively label U (breadth first) CS 678 - Ensembles and Bayes 7
  • 8. TSVM  Transductive SVM (TSVM) or Semi-Supervised SVM (S3VM)  Maximize margin of both L and U. Decision surface placed in non-dense spaces – Assumes classes are "well-separated" – Can also try to simultaneously maintain class proportion on both sides similar to labeled proportion CS 678 - Ensembles and Bayes 8
  • 9. Summary  Oracle Learning  Becoming a more critical area as more unlabeled data becomes cheaply available CS 678 - Ensembles and Bayes 9
  • 10. Active Learning  Obtaining labeled data can be the most expensive part of a machine learning task  Supervised, Unsupervised, and Semi-Supervised Learning  In Active Learning can query an oracle (e.g. a human expert, test, etc.) to obtain the label for a specific input  In active learning we try to learn the most accurate model while having to query the least amount of data for labels Adobe – Deep Learning and Active Learning 10
  • 11. Active Learning Adobe – Deep Learning and Active Learning 11 Often query: 1) A low confidence instance (i.e. near a decision boundary) 2) An instance which is in a relatively dense neighborhood
  • 12. Active Learning Adobe – Deep Learning and Active Learning 12 Often query: 1) A low confidence instance (i.e. near a decision boundary) 2) An instance which is in a relatively dense neighborhood
  • 13. Active Learning Adobe – Deep Learning and Active Learning 13 Often query: 1) A low confidence instance (i.e. near a decision boundary) 2) An instance which is in a relatively dense neighborhood
  • 14. Active Learning Adobe – Deep Learning and Active Learning 14 Often query: 1) A low confidence instance (i.e. near a decision boundary) 2) An instance which is in a relatively dense neighborhood
  • 15. Active Clustering Images (Objects, Words, etc.)  First do unsupervised clustering  Which points to show an expert in order to get feedback on the clustering to allow adjustment? Adobe – Deep Learning and Active Learning 15
  • 16. Active Clustering Images (Objects, Words, etc.)  First do unsupervised clustering  Which points to show an expert in order to get feedback on the clustering to allow adjustment? Adobe – Deep Learning and Active Learning 16
  • 17. Active Clustering Images (Objects, Words, etc.)  First do unsupervised clustering  Which points to show an expert in order to get feedback on the clustering to allow adjustment? Adobe – Deep Learning and Active Learning 17