alpha-bpc

Python package for the Binary Patch Convolution framework


Keywords
alpha_bpc
License
MIT
Install
pip install alpha-bpc==0.1.2

Documentation

Alpha_BPC

Python package for the Alpha version of Binary Patch Convolution framework

Currently only supports MNIST and F-MNIST using GPUs for convolution

Call help(BPC) for more information about the class and its inputs

Take a look at mnist_bpc.py and fmnist_bpc.py in the Github repository for examples of how to use the framework