This document provides an agenda for an introduction to running AI workloads on PowerAI. It includes:
- An overview of IBM PowerAI and demos of AI workloads using TensorFlow and PyTorch hands-on labs.
- A demonstration of running the MNIST workload using TensorFlow to classify handwritten digits, including downloading the workload, training a basic model, and predicting classes of new images.
- An introduction to PyTorch, describing it as a flexible deep learning framework that supports dynamic computation graphs, native Python packages, and automatic differentiation.