-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Pedro Antonio edited this page Sep 22, 2023
·
2 revisions
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 diferents models to classify images of clothing and compares the accuracy of the them. 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.