Intro-ML-Arts-IMA-Summer24

Image Classification

[ Slides | Sketches ]

Objectives

Lecture Notes

Tools

<script src="https://unpkg.com/ml5@1/dist/ml5.min.js"></script>

Code Examples

Supplemental Materials

Video Tutorials

Note: ml5.js tutorials below were taught using an older version of ml5.js, refer to the ml5.js Resources Wiki page for more information.

Assignment 1b

  1. Explore ImageNet, ImageNet sample images, Kaggle ImageNet Mini 1000. What surprises you about this data set? What questions do you have? Thinking back to last week’s assignment, can you think of any ethical considerations around how this data was collected Are there privacy considerations with the data?
  2. Using the code examples above, try running image classification on a variety of images. Pick at least 10 objects in your room. How many of these does it recognize? What other aspects of the image affect the classification, including but not limited to position, scale, lighting, etc.
  3. Document your thoughts on MobileNet and image classification in a blog post and add a link to the Assignment 1b Wiki page.