awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
insikk avatar

insikk/Grad-CAM-tensorflow

0
View on GitHub↗
314 stars·101 forks·Jupyter Notebook·5 views

Grad CAM Tensorflow

tensorflow implementation of Grad-CAM (CNN visualization)

Features

  • Explainable AI Libraries - Implementation of gradient-weighted class activation mapping for TensorFlow.
  • Model Optimization - TensorFlow implementation of Grad-CAM for model interpretability.

Star history

Star history chart for insikk/grad-cam-tensorflowStar history chart for insikk/grad-cam-tensorflow

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does insikk/grad-cam-tensorflow do?

tensorflow implementation of Grad-CAM (CNN visualization)

What are the main features of insikk/grad-cam-tensorflow?

The main features of insikk/grad-cam-tensorflow are: Explainable AI Libraries, Model Optimization.

What are some open-source alternatives to insikk/grad-cam-tensorflow?

Open-source alternatives to insikk/grad-cam-tensorflow include: jacobgil/pytorch-grad-cam — This project is a computer vision explainable AI library and framework for PyTorch, providing a suite of tools to… morvanzhou/tensorflow-tutorial — This project is a collection of educational resources and reference implementations for neural network development… algofairness/blackboxauditing — This repository contains a sample implementation of Gradient Feature Auditing (GFA) meant to be generalizable to most… andosa/treeinterpreter — TreeInterpreter. ankurtaly/integrated-gradients — (a.k.a. Path-Integrated Gradients, a.k.a. Axiomatic Attribution for Deep Networks). alvinwan/neural-backed-decision-trees — Project Page  //  Paper  //  No-code Web Demo  //  Colab Notebook.

Open-source alternatives to Grad CAM Tensorflow

Similar open-source projects, ranked by how many features they share with Grad CAM Tensorflow.
  • jacobgil/pytorch-grad-camjacobgil avatar

    jacobgil/pytorch-grad-cam

    12,893View on GitHub↗

    This project is a computer vision explainable AI library and framework for PyTorch, providing a suite of tools to visualize and audit the internal decision-making processes of deep neural networks. It serves as a neural network attribution tool and debugging utility to identify which image regions drive model predictions. The library is distinguished by its support for both gradient-based and gradient-free attribution methods, allowing for the generation of visual heatmaps and attribution maps without requiring modifications to the original model source code. It further differentiates itself

    Python
    View on GitHub↗12,893
  • morvanzhou/tensorflow-tutorialMorvanZhou avatar

    MorvanZhou/Tensorflow-Tutorial

    4,334View on GitHub↗

    This project is a collection of educational resources and reference implementations for neural network development using TensorFlow. It serves as a comprehensive learning course, machine learning curriculum, and practical implementation guide for building deep learning architectures. The codebase provides instructional materials and examples covering a wide range of model types, including convolutional neural networks for image classification, recurrent networks and long short-term memory cells for sequential data, and autoencoders for generative modeling. It also includes implementations for

    Pythonautoencoderclassificationcnn
    View on GitHub↗4,334
algofairness/blackboxauditingalgofairness avatar

algofairness/BlackBoxAuditing

133View on GitHub↗

This repository contains a sample implementation of Gradient Feature Auditing (GFA) meant to be generalizable to most datasets. For more information on the repair process, see our paper on Certifying and Removing Disparate Impact. For information on the full auditing process, see our paper on…

Python
View on GitHub↗133
  • alvinwan/neural-backed-decision-treesalvinwan avatar

    alvinwan/neural-backed-decision-trees

    625View on GitHub↗

    Project Page // Paper // No-code Web Demo // Colab Notebook

    Python
    View on GitHub↗625
  • See all 30 alternatives to Grad CAM Tensorflow→