Code for example CNN project for Scamp5 PPA, demonstrating the methods presented in the paper "Fully Embedding Fast Convolutional Networks on Pixel Processor Arrays"
See:
https://arxiv.org/pdf/2004.12525.pdf
Includes methods to implement convolutional layers & final fully connected layer entirely within PE array. The example pre-trained network included performs digit recognition, with 1 convolutional layer and 1 fully connected layer.