Image Classification with Visual Tools¶
Learn to classify a set of images using a pre-trained model. Additional objectives are to install the required plugins, apply an object detection task, and analyze your model to understand it.
- Hands-On: Create Your Project and Prepare the Data
- Hands-On: Install the Deep Learning Plugins
- Concept Summary: Pre-Trained Models
- Hands-On: Add a Pre-Trained Model to the Flow
- Classify a Set of Test Images with the Pre-Trained Model
- Hands-On: Transfer Learning to Retrain the Model
- Hands-On: Analyze and Understand Your Model with Tensorboard
- Hands-On: Object Detection
- Wrap Up