How a model learns: the Teachable Machine cats-and-dogs demo
One hundred pictures each and the dog is a cat. Five hundred each and it knows.
PROCEDURE: Google Teachable Machine -> Image Project -> Standard image model -> classes 'cats' and 'dogs' -> upload labelled images from a Kaggle dataset (100 per class) -> default epochs and batch size -> Train -> test on an unseen dog: 98% cat. Retrain with 500 per class: correct on both. The point, made without a line of code: training-data volume and quality decide accuracy. Framed against narrow AI (spam filters, credit scores, Face ID) versus generative AI's next-word prediction, and Google-as-retrieval versus AI-as-'context engine' - factual only as far as its references.
The most hands-on explanation of training in the corpus.






