pnn.pytorch
Noise mask neural network
A PyTorch implementation of a neural network architecture that modifies the input to its layers by applying noise masks.
PyTorch implementation of CVPR'18 - Perturbative Neural Networks http://xujuefei.com/pnn.html
57 stars
5 watching
6 forks
Language: Python
last commit: about 6 years ago Related projects:
Repository | Description | Stars |
---|---|---|
kefirski/pytorch_tdnn | An implementation of Time Delayed Neural Networks using PyTorch | 81 |
ypxie/pytorch-neucom | An implementation of the Differentiable Neural Computer architecture in PyTorch | 94 |
dyhan0920/pyramidnet-pytorch | An implementation of a deep neural network architecture for image classification tasks | 273 |
bamos/densenet.pytorch | An implementation of a deep neural network architecture in PyTorch | 832 |
randl/shufflenetv2-pytorch | An implementation of a lightweight convolutional neural network architecture for mobile devices | 191 |
d-li14/regnet.pytorch | An implementation of a PyTorch-based neural network architecture for image classification tasks. | 68 |
loudinthecloud/pytorch-ntm | An implementation of Neural Turing Machines in PyTorch | 590 |
ericsun99/shufflenet-v2-pytorch | A PyTorch implementation of a ShuffleNet-v2 neural network architecture for image classification. | 430 |
wannabeog/mask-rcnn | A PyTorch implementation of the Mask R-CNN architecture | 993 |
chingyaoc/ggnn.pytorch | An implementation of a neural network architecture for processing graph-structured data and making predictions on nodes. | 465 |
szagoruyko/binary-wide-resnet | An implementation of a 1-bit weight neural network architecture using PyTorch | 124 |
kefirski/bytenet | A Pytorch implementation of a neural network model for machine translation | 47 |
benedekrozemberczki/capsgnn | A PyTorch implementation of a graph neural network architecture | 1,246 |
shawn1993/cnn-text-classification-pytorch | An implementation of Kim's Convolutional Neural Networks for Sentence Classification in PyTorch | 1,020 |
chenxi116/pnasnet.pytorch | PyTorch implementation of PNASNet-5 architecture | 317 |