binary-stochastic-neurons

Binary neuron network

An implementation of Binary Stochastic Neurons in PyTorch for neural networks, exploring the potential benefits of binary weights and activations.

Binary Stochastic Neurons in PyTorch

GitHub

56 stars
2 watching
12 forks
Language: Python
last commit: almost 7 years ago

Related projects:

Repository Description Stars
szagoruyko/binary-wide-resnet An implementation of a 1-bit weight neural network architecture using PyTorch 124
wizaron/reseg-pytorch A PyTorch implementation of a deep learning model for semantic image segmentation with annotated object parts. 45
bamos/densenet.pytorch An implementation of a deep neural network architecture in PyTorch 832
tramac/fast-scnn-pytorch A PyTorch implementation of a deep learning model for semantic segmentation tasks in computer vision. 381
michaelklachko/pnn.pytorch A PyTorch implementation of a neural network architecture that modifies the input to its layers by applying noise masks. 57
randl/shufflenetv2-pytorch An implementation of a lightweight convolutional neural network architecture for mobile devices 191
yjxiong/tsn-pytorch A PyTorch implementation of Temporal Segment Networks (TSN) for action recognition and video understanding. 1,066
ixaxaar/pytorch-dnc An implementation of Differentiable Neural Computers and family for PyTorch, enabling scalable memory-augmented neural networks. 338
ericsun99/shufflenet-v2-pytorch A PyTorch implementation of a ShuffleNet-v2 neural network architecture for image classification. 430
chingyaoc/ggnn.pytorch An implementation of a neural network architecture for processing graph-structured data and making predictions on nodes. 465
wlwkgus/noisynaturalgradient PyTorch implementation of Noisy Natural Gradient as Variational Inference for Bayesian Neural Networks 121
dyhan0920/pyramidnet-pytorch An implementation of a deep neural network architecture for image classification tasks 273
ypxie/pytorch-neucom An implementation of the Differentiable Neural Computer architecture in PyTorch 94
benedekrozemberczki/appnp A PyTorch implementation of a graph neural network model that learns personalized node representations 363
dawnranger/pytorch-agnn An implementation of an attention-based graph neural network in PyTorch for semi-supervised learning 145