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
168 stars
5 watching
34 forks
Language: Python
last commit: over 4 years ago deep-learningpytorchsaliency-map
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A PyTorch implementation of attributing the impact of inputs on deep neural network outputs | 182 |
| | A PyTorch implementation of meta-learning using gradient descent to adapt to new tasks. | 312 |
| | PyTorch implementation of Noisy Natural Gradient as Variational Inference for Bayesian Neural Networks | 121 |
| | A PyTorch project for comparing image classification models and facilitating quick experiment setup | 366 |
| | A Python framework for building deep learning models with optimized encoding layers and batch normalization. | 2,044 |
| | A PyTorch toolbox for supporting research and development of domain adaptation, generalization, and semi-supervised learning methods in computer vision. | 1,236 |
| | Pytorch implementation of unsupervised depth and ego-motion learning from video sequences | 1,022 |
| | An implementation of Filter Response Normalization Layer in PyTorch to improve the training of deep neural networks by eliminating batch dependence. | 86 |
| | An implementation of gradient clipping as a method to mitigate the effects of noisy labels in machine learning models | 14 |
| | Decoupled Neural Interfaces using Synthetic Gradients for PyTorch | 236 |
| | Implementations of deep learning architectures using PyTorch for image classification tasks on various datasets. | 112 |
| | Re-implementation of Coursera's Deep Learning specialization assignments in PyTorch | 149 |
| | An implementation of a novel neural network training method that builds and trains networks one layer at a time. | 66 |
| | An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 245 |
| | An implementation of an optimization algorithm for training neural networks in machine learning environments. | 351 |