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: over 8 years ago

Related projects:

RepositoryDescriptionStars
szagoruyko/binary-wide-resnetAn implementation of a 1-bit weight neural network architecture using PyTorch124
wizaron/reseg-pytorchA PyTorch implementation of a deep learning model for semantic image segmentation with annotated object parts.46
bamos/densenet.pytorchAn implementation of a deep neural network architecture in PyTorch833
tramac/fast-scnn-pytorchA PyTorch implementation of a deep learning model for semantic segmentation tasks in computer vision.380
michaelklachko/pnn.pytorchA PyTorch implementation of a neural network architecture that modifies the input to its layers by applying noise masks.57
randl/shufflenetv2-pytorchAn implementation of a lightweight convolutional neural network architecture for mobile devices191
yjxiong/tsn-pytorchA PyTorch implementation of Temporal Segment Networks (TSN) for action recognition and video understanding.1,066
ixaxaar/pytorch-dncAn implementation of Differentiable Neural Computers and family for PyTorch, enabling scalable memory-augmented neural networks.338
ericsun99/shufflenet-v2-pytorchA PyTorch implementation of a ShuffleNet-v2 neural network architecture for image classification.431
chingyaoc/ggnn.pytorchAn implementation of a neural network architecture for processing graph-structured data and making predictions on nodes.466
wlwkgus/noisynaturalgradientPyTorch implementation of Noisy Natural Gradient as Variational Inference for Bayesian Neural Networks121
dyhan0920/pyramidnet-pytorchAn implementation of a deep neural network architecture for image classification tasks273
ypxie/pytorch-neucomAn implementation of the Differentiable Neural Computer architecture in PyTorch94
benedekrozemberczki/appnpA PyTorch implementation of a graph neural network model that learns personalized node representations367
dawnranger/pytorch-agnnAn implementation of an attention-based graph neural network in PyTorch for semi-supervised learning146