Yuki-Katashina / qnn-inference-examples

Jupyter notebook examples on image classification with quantized neural networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qnn-inference-examples

Jupyter notebook examples on image classification with quantized neural networks. The intent here is to give a better understanding of what kind of computations takes place when performing inference with a quantized neural network.

So far, the following notebooks are available:

  1. Basics for a gentle warmup
  2. Binarized, fully-connected MNIST for a deep dive inside a binarized fully-connected network
  3. Binary weights, 2-bit activations, fully-connected MNIST for demonstrating what happens when we go to 2-bit activations
  4. Binarized, convolutional GTSRB for an introduction to convolutional and pooling layers
  5. Mixed 1-bit weights/2-bit activations and 8-bit weights/activations ImageNet for a quantized AlexNet on the ImageNet dataset.

About

Jupyter notebook examples on image classification with quantized neural networks

License:BSD 2-Clause "Simplified" License


Languages

Language:Jupyter Notebook 94.5%Language:Python 5.5%