This directory contains a number of basic applications written in different frameworks targeting the IPU.
- Simple MNIST training example: this example shows how to build a training model to classify digits from the MNIST dataset.
- Simple MNIST training example: This example trains a simple 2-layer fully connected model on the MNIST numeral data set.
- Classifying hand-written digits from the MNIST dataset is a well-known example of a basic machine learning task.
- Hugging Face's BERT is a pre-trained BERT model made available by Hugging Face and which is implemented in PyTorch. This example consists of running one of the pre-trained BERT model on an IPU for an inference session.
- Simple MNIST Examples: Contains 2 simple models, 1 linear and 1 using convolutions trained on the MNIST dataset.