feature-visualization
There are 32 repositories under feature-visualization topic.
Mayukhdeb/torch-dreams
Flexible Feature visualization on PyTorch, for research and art :mag_right: :computer: :brain: :art:
cezannec/intro-computervision
Notebooks for learning about the layers of a convolutional neural network.
hnguyentt/cnn-visualization-keras-tf2
Filter visualization, Feature map visualization, Guided Backprop, GradCAM, Guided-GradCAM, Deep Dream
dogyoonlee/pointcloud_visualizer
Visualization tool for point cloud and feature extracted from deep learning network
dedhiaparth98/capsule-network
A TensorFlow implementation of Capsule Network as described in the paper Dynamic Routing Between Capsules
ayulockin/interpretabilitycnn
Custom Keras Callbacks for Feature Visualization, Class Activation Map, Grad-CAM
Butanium/tiny-activation-dashboard
A tiny easily hackable implementation of a feature dashboard.
LuanAdemi/toumei
An interpretability library for pytorch
brendel-group/causal-understanding-via-visualizations
Official repository for the paper "How Well do Feature Visualizations Support Causal Understanding of CNN Activations?".
moserle/TSJS-Grad-CAM
an implementation of Grad-CAM for tensorflowJS
zer0int/CLIP-Direct-Ascent-Synthesis
Like a CLIP + VQGAN. Except without a VQGAN.
kl456123/Detection
object detection
m-barker/fibs-reporter
Automatically generate a pdf report containing feature importance, baseline modelling, spurious correlation detection, and more, from a single command line input for any given ML CSV file
alexandrosstergiou/Leaping-Into-Memories
[ICCV 2023] Code implementation for "Leaping Into Memories: Space-Time Deep Feature Synthesis"
arunsinghbabal/Click_through_vs_conversion_classification
The model classifies the advertisements by clicked or not-clicked and later identifies zero, low or high conversion rate.
spoluan/explainable-ai-pneumonia
Visualizing Pneumonia Detection in Chest X-Ray Images: Enhancing Transparency and Understanding with Explainable AI using Grad-CAM and VGG19
zer0int/OpenVision
OpenVision: A Fully-Open, Cost-Effective Family of Advanced Vision Encoders for Multimodal Learning. + A closer look in PyTorch!
BernardoMalheiro06/CIFAR-10-Feature-Visualization
In this project I explore image classification through convolutional neural networks, as well as different techniques to visualize what the features of the network "see".
ieddeveci/featureVisualization_activationMaximization
Feature Visualization of Deep Neural Networks, Term Project, MMI727 Deep Learning: Methods and Applications course, METU.
LeeShiyang/Variational_Autoencoder
Variational_Autoencode_Feature_Visualization
mamaj/cnn-featurevis-ece421
Programming assignment for UofT ECE421, Fall 2020: CNN Feature Visualization using jax and objax.
Nacriema/Neural-Network-Interpretation
Some Class Activation Map methods implemented in Pytorch for CNNs
augustwester/deepdream
A PyTorch implementation of the DeepDream algorithm
coderXcode/OCTFeatureMapVisualization
Feature map visualization and filter visualization in a deep neural network.
Hari31416/TorchLight
A library to visualize features learned by CNNs
Sherlock-Liang/Feature-Visualization
A simple code for visualizing the features in networks, with samples for convenience.
siantonelli/pointnet-explainability
Master's thesis project: Analyzing the learnings of a 3D PointNet
vicaaa12/machine-learning
machine learning
Ashly1991/model-introspection-tf2
Gradient-based saliency maps and activation maximization (feature visualization) in TensorFlow 2 for CNNs, using pre-trained or small models.