Ankush96 / grad-cam.tensorflow
Implementation of Grad CAM in tensorflow
☆249Updated 2 years ago
Alternatives and similar repositories for grad-cam.tensorflow:
Users that are interested in grad-cam.tensorflow are comparing it to the libraries listed below
- tensorflow implementation of Grad-CAM (CNN visualization)☆310Updated 6 years ago
- Tensorflow-DenseNet with ImageNet Pretrained Models☆169Updated 3 years ago
- TensorFlow implementations of visualization of convolutional neural networks, such as Grad-Class Activation Mapping and guided back propa…☆198Updated 6 years ago
- Learning Deep Features for Discriminative Localization (2016)☆150Updated 2 years ago
- tensorflow example of visualizing features from a convnet☆151Updated 8 years ago
- Simple Tensorflow implementation of pre-activation ResNet18, 34, 50, 101, 152☆181Updated 5 years ago
- Tensorflow Slim Grad-Cam to Explain Neural Network Predictions with Heatmap or Shading☆167Updated 7 years ago
- Repo about neural networks for images handling☆264Updated 6 years ago
- An implementation of Grad-CAM with keras☆663Updated 5 years ago
- Keras implementation of class activation mapping☆335Updated 7 years ago
- Keras implementation of Non-local Neural Networks☆290Updated 10 months ago
- Simple Tensorflow implementation of ResNeXt using Cifar10☆157Updated 6 years ago
- DenseNet Implementation in Tensorflow☆568Updated 5 years ago
- Residual Attention Network for Image Classification☆554Updated 7 years ago
- DenseNet Implementation in Keras with ImageNet Pretrained Models☆568Updated 5 years ago
- This is an implementation of Bilinear CNN for fine grained visual recognition using TensorFlow.☆190Updated 7 years ago
- Convolutional Neural Networks with Alternately Updated Clique (to appear in CVPR 2018)☆327Updated 6 years ago
- A nasnet in tensorflow☆136Updated 3 years ago
- Deformable convolution net on Tensorflow☆169Updated 7 years ago
- here is my implementation of the basic googLeNet describe in the paper "Going Deeper with Convolutions" in keras☆39Updated 7 years ago
- ☆94Updated 6 years ago
- Implementation of Matthew D. Zeiler's Paper "Visualizing and Understanding Convolutional Neural Networks" [https://cs.nyu.edu/~fergus/pap…☆68Updated 7 years ago
- Simple Tensorflow implementation of Densenet using Cifar10, MNIST☆506Updated 6 years ago
- A-Fast-RCNN (CVPR 2017)☆483Updated 7 years ago
- A generalized gradient-based CNN visualization technique☆289Updated 5 years ago
- Implementation of ResNeXt models from the paper Aggregated Residual Transformations for Deep Neural Networks in Keras 2.0+.☆224Updated 3 years ago
- The implementation of focal loss proposed on "Focal Loss for Dense Object Detection" by KM He and support for multi-label dataset.