Family photo Quote by Aurélien Géron
““Some photo-hosting services, such as Google Photos, are good examples of this. Once you upload all your family photos to the service, it automatically recognizes that the same person A shows up in photos 1, 5, and 11, while another person B shows up in photos 2, 5, and 7. This is the unsupervised part of the algorithm (clustering). Now all the system needs is for you to tell it who these people are. Just one label per person,4 and it is able to name everyone in every photo, which is useful for searching photos.””
About This Quote
Source Talk: Machine Learning with Scikit-Learn, Keras, and TensorFlow, 2019
Unsupervised clustering groups similar faces, then a single label per person enables full identification across images.
In simple terms: Clustering finds patterns; a few tags label everything.
Label once, search everywhere.
Themes
Mood
Type
When to use this quote
- photo organization
- family archives
- digital asset management
- search tools
Key Concepts
Questions to Reflect On
- How can you ensure labels stay accurate over time?
- What privacy concerns arise from automated face tagging?
Accuracy depends on clear labeling and diverse training data.