tf_cnnvis
CNN analyzer
A tool to visually analyze and understand deep learning models' internal workings, specifically convolutional neural networks.
CNN visualization tool in TensorFlow
780 stars
42 watching
208 forks
Language: Python
last commit: over 5 years ago
Linked from 1 awesome list
cnnconvolutional-networksconvolutional-neural-networksdeepdreamtensorboardtensorflowvisualization
Related projects:
Repository | Description | Stars |
---|---|---|
jimmy-ren/vcnn_double-bladed | A GPU-enabled vectorized implementation of CNNs for computer vision tasks | 136 |
tensorflow/model-analysis | Evaluates and visualizes the performance of machine learning models. | 1,258 |
mdeff/cnn_graph | An implementation of convolutional neural networks on graphs using spectral filtering | 1,339 |
preritj/segmentation | Deep learning models for semantic segmentation of images | 100 |
wkentaro/fcn | An implementation of fully convolutional networks in Chainer, a deep learning framework. | 218 |
aqibsaeed/genetic-cnn | A tool for exploring and optimizing the architecture of Convolutional Neural Networks using a Genetic Algorithm | 218 |
benedekrozemberczki/mixhop-and-n-gcn | A deep learning framework implementation of higher-order graph convolutional architectures and their applications | 402 |
hahnyuan/nn_tools | A toolset for converting and analyzing neural networks across multiple frameworks. | 355 |
hagaygarty/mdcnn | A 3D convolutional neural network framework supporting volumetric inputs and various features like dropout and batch normalization. | 52 |
vanvalenlab/deepcell-tf | A deep learning library for analyzing biological images at the single-cell level | 424 |
tensorflow/tcav | An interpretability method that provides explanations for neural network predictions by highlighting high-level concepts relevant to classification tasks. | 632 |
neurophysvis/spectravis | A web-based tool for visualizing and analyzing brain network dynamics over time and frequency. | 38 |
filipradenovic/cnnimageretrieval | This MATLAB toolbox trains and tests convolutional neural networks for image retrieval tasks, including fine-tuning and supervised whitening. | 189 |
google-research/tf-slim | A lightweight library for defining and training neural networks in TensorFlow. | 372 |
hasnainraz/fc-densenet-tensorflow | Re-implementation of a 100-layer fully convolutional network architecture for image segmentation | 123 |