Skip to content

Jupyter notebook examples on image classification with quantized neural networks

License

Notifications You must be signed in to change notification settings

pedroNet4K/qnn-inference-examples

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 94.5%
  • Python 5.5%