Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 860 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 860 Bytes

lbcnn

This is a implementation of a local binary convolutional layer using TensorFlow.

This code is inspired by this article.

How to

  1. 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;
  2. To learn more how to use lbcnn.py in your code, see the Tutorial and Documentation.