Machine Learning 5 Image Classification
Images can be classified using ML5’s built-in model.
Loading the extension for Machine Learning 5
Open up the extension page.
Select Machine Learning 5.
New programming blocks will be added.
If your computer has a low specification(e.g. lacks a discrete GPU), its performance maybe enhanced by using CPU mode.
Classifying Images
Upload the pictures onto Kittenblock.
Hide the pictures.
Start programming the main character.
MobileNet has better performance but needs an internet connection, MobileNetLocal does not need an internet connection but it is not as powerful.
Unhide the picture you wish to classify.
Example 1: Recognizing pictures
MobileNet is only able to recognize objects that are commonly seen.
References
Last updated