This is a implementation of a local binary convolutional layer using TensorFlow.
This code is inspired by this article.
- The file DNN x CNN x LBCNN.ipynb has a example of local binary neural network. It trains differents types of models to classify images of clothing and compares their accuracy. The example has 3 neural networks: a dense neural network, a traditional convolutional neural network and a local binary convolutional neural network;
- To learn more how to use lbcnn.py in your code, see the Tutorial and Documentation.