Please enable JavaScript to use CodeHS

Applications of AI and Machine Learning

Lesson 2.2 Creating an Image Prediction Model

Description

In this lesson, students will learn about convolutional neural networks in order to create an image prediction model. Students will have the opportunity to apply these to a TensorFlow model to make predictions about images.


Objective

Students will be able to:

  • Understand what a convolutional neural network is and how it differs from other models they have already seen.
  • Create a basic image classification model using TensorFlow
  • (optional) Understand how convolutions and max pooling are created and how they simplify the model