pytorch-smoothgrad
Gradient smoothing
PyTorch implementation of a technique to improve the interpretability of deep learning models by adding noise to the gradients
SmoothGrad implementation in PyTorch
167 stars
5 watching
34 forks
Language: Python
last commit: over 3 years ago deep-learningpytorchsaliency-map
Related projects:
Repository | Description | Stars |
---|---|---|
tianhongdai/integrated-gradient-pytorch | A PyTorch implementation of attributing the impact of inputs on deep neural network outputs | 181 |
ikostrikov/pytorch-meta-optimizer | A PyTorch implementation of meta-learning using gradient descent to adapt to new tasks. | 312 |
wlwkgus/noisynaturalgradient | PyTorch implementation of Noisy Natural Gradient as Variational Inference for Bayesian Neural Networks | 121 |
felixgwu/img_classification_pk_pytorch | A PyTorch project for comparing image classification models and facilitating quick experiment setup | 365 |
zhanghang1989/pytorch-encoding | A Python framework for building deep learning models with optimized encoding layers and batch normalization. | 2,041 |
kaiyangzhou/dassl.pytorch | A PyTorch toolbox for supporting research and development of domain adaptation, generalization, and semi-supervised learning methods in computer vision. | 1,217 |
clementpinard/sfmlearner-pytorch | PyTorch implementation of unsupervised depth and ego-motion learning from video sequences | 1,014 |
yukkyo/pytorch-filterresponsenormalizationlayer | An implementation of Filter Response Normalization Layer in PyTorch to improve the training of deep neural networks by eliminating batch dependence. | 85 |
dmizr/phuber | An implementation of gradient clipping as a method to mitigate the effects of noisy labels in machine learning models | 14 |
koz4k/dni-pytorch | Decoupled Neural Interfaces using Synthetic Gradients for PyTorch | 236 |
4uiiurz1/pytorch-res2net | Implementations of deep learning architectures using PyTorch for image classification tasks on various datasets. | 112 |
furkanu/deeplearning.ai-pytorch | Re-implementation of Coursera's Deep Learning specialization assignments in PyTorch | 149 |
kimhc6028/forward-thinking-pytorch | An implementation of a novel neural network training method that builds and trains networks one layer at a time. | 65 |
l0sg/relational-rnn-pytorch | An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 244 |
atgambardella/pytorch-es | An implementation of an optimization algorithm for training neural networks in machine learning environments. | 350 |