COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20220427042713/https://github.com/topics/bnn
Here are
33 public repositories
matching this topic...
micronet, a model compression and deploy lib. compression: 1、quantization: quantization-aware-training(QAT), High-Bit(>2b)(DoReFa/Quantization and Training of Neural Networks for Efficient Integer-Arithmetic-Only Inference)、Low-Bit(≤2b)/Ternary and Binary(TWN/BNN/XNOR-Net); post-training-quantization(PTQ), 8-bit(tensorrt); 2、 pruning: normal、regular and group convolutional channel pruning; 3、 group convolution structure; 4、batch-normalization fuse for quantization. deploy: tensorrt, fp32/fp16/int8(ptq-calibration)、op-adapt(upsample)、dynamic_shape
Updated
Oct 6, 2021
Python
PyTorch-based library for Riemannian Manifold Hamiltonian Monte Carlo (RMHMC) and inference in Bayesian neural networks
Updated
Dec 17, 2021
Jupyter Notebook
The collection of training tricks of binarized neural networks.
Bayesian Neural Network in PyTorch
Updated
Sep 14, 2019
Python
System Verilog code describing a fully combinational binarized neural network.
Updated
Jul 6, 2018
SystemVerilog
[ICCV 2021] Code release for "Sub-bit Neural Networks: Learning to Compress and Accelerate Binary Neural Networks"
Updated
Feb 13, 2022
Python
HLS code for a BNN accelerator
Neural Property Approximate Quantifier
Updated
Mar 12, 2022
Python
This is a framework for binary neural network based mmclassification
Updated
Jan 17, 2022
Python
BNN-to-FPGA framework, written in VHDL and Python
Updated
Jul 16, 2021
Python
Awesome papers on Neural Networks and Deep Learning
Bayesian Neural Networks with Parallelized Sampling of LogLikelihood
Updated
Mar 30, 2021
Python
A set of ML algorithms focused on low-end hardware with bit neural networks.
Updated
Jun 9, 2021
Julia
This repository shows different Bayesian Neural Networks available for predictive uncertainty.
Updated
Jan 29, 2022
Python
Handwritten numbers predicted by bit neural networks
Updated
Jun 18, 2021
Julia
An implementation of the Binarized Neural Networks
Updated
Dec 23, 2021
Python
Binarized Neural Networks in Pytorch with custom CUDA XNOR kernel
Updated
Mar 27, 2022
Python
How Alien AI Runs A Human Host.
Updated
Jan 4, 2022
Python
Multi-omics classification on kidney samples exploiting uncertainty-aware models
Updated
Jun 25, 2020
Jupyter Notebook
The PyTorch implemenation of real XNOR-popcount (1-bit op) GEMM Linear PyTorch extension support both CPU and CUDA
Updated
Sep 23, 2021
Python
Quantize weights and activations in Recurrent Neural Networks.
Updated
Feb 27, 2017
Python
Collection of my R&D works and implementations in my Airbus Master Thesis
Updated
May 11, 2020
HTML
Exploring the link between uncertainty estimates obtained via "exact" Bayesian inference and out-of-distribution (OOD) detection.
Updated
Feb 25, 2022
Jupyter Notebook
A Keras code on Binary Neural Networks
Updated
Jul 8, 2019
Verilog
A simple deep neural net class written to work with Numpy and Cupy
Updated
Dec 30, 2020
Python
Here are some notes of learning and common codes
Updated
Jul 11, 2020
Jupyter Notebook
Improve this page
Add a description, image, and links to the
bnn
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
bnn
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
@honglh added optimized kernels for ARM32 in #432. It would be great if we could add support for bitpacked activations to them to match the AArch64 optimized bgemm kernels.