Skip to content

Nannigalaxy/binarized-convolution-neural-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Binarized Convolution Neural Network

TensorFlow 2.2 Python 3.6

Dataset: Kannada-MNIST

This project contains Tensorflow-Keras implementations of the BinaryNet and XNORNet papers:

Binarized Neural Networks: Training Deep Neural Networks with Weights and Activations Constrained to +1 or -1

XNOR-Net: ImageNet Classification Using Binary Convolutional Neural Networks

This repo is fork of BinaryNet_and_XNORNet with modifications to support newer version TF 2.x with TF-Lite.

Note: TF-Lite support for these model is still in progress.

Result

XNOR Net on test dataset

Contribution is appreciated