cnn-explainer
Visualizer
An interactive visualization system to help non-experts learn about Convolutional Neural Networks (CNNs) by visualizing the learning process.
Learning Convolutional Neural Networks with Interactive Visualization.
8k stars
166 watching
1k forks
Language: JavaScript
last commit: over 1 year ago
Linked from 1 awesome list
deep-learninginteractive-visualizationsmachine-learningvisual-learningvisualization
Related projects:
Repository | Description | Stars |
---|---|---|
infocusp/tf_cnnvis | A tool to visually analyze and understand deep learning models' internal workings, specifically convolutional neural networks. | 780 |
ashishpatel26/tools-to-design-or-visualize-architecture-of-neural-network | Tools to aid in designing and visualizing neural network architectures | 4,525 |
jimmy-ren/vcnn_double-bladed | An implementation of convolutional neural networks in Matlab, providing GPU-enabled vectorized processing for image recognition and processing tasks. | 136 |
yosinski/deep-visualization-toolbox | A software toolkit for visualizing neural networks and analyzing their structure and behavior | 4,025 |
ahmedfgad/numpycnn | A Python implementation of a Convolutional Neural Network from scratch using NumPy for building CNNs from scratch | 577 |
wkentaro/fcn | An implementation of fully convolutional networks in Chainer, a deep learning framework. | 218 |
benedekrozemberczki/mixhop-and-n-gcn | A deep learning framework implementation of higher-order graph convolutional architectures and their applications | 403 |
emilwallner/screenshot-to-code | A deep learning-based system to convert visual mockups into static website code using neural networks. | 16,446 |
alexlenail/nn-svg | A tool that generates publication-ready diagrams of neural network architectures using parametric methods and popular JavaScript libraries. | 5,217 |
jessevig/bertviz | An interactive tool for visualizing attention in Transformer language models. | 7,019 |
junyanz/interactive-deep-colorization | A system for automatically colorizing black and white images with user interactions. | 2,701 |
doonny/pipecnn | A tool for accelerating convolutional neural networks on Field-Programmable Gate Arrays (FPGAs) using OpenCL-based hardware design | 1,264 |
leriomaggio/deep-learning-keras-tensorflow | A comprehensive tutorial on building and training deep neural networks using Keras and TensorFlow | 2,951 |
rbgirshick/rcnn | A visual object detection system that combines region proposals with neural network features to improve detection performance. | 2,381 |
jcjohnson/cnn-vis | This project enables users to generate images using convolutional neural networks (CNNs) and visualize their activations. | 499 |