poloclub / cnn-explainer

Learning Convolutional Neural Networks with Interactive Visualization.
https://poloclub.github.io/cnn-explainer/
MIT License
8.1k stars 1.22k forks source link

How we can explain neuron if we do use cnn? #47

Closed M-Amrollahi closed 2 years ago

M-Amrollahi commented 2 years ago

How we can explain the neural networks when we do not apply cnn? For example in Tensorflow Playground, how do they illustrate the neuron in each layer?

xiaohk commented 2 years ago

Hello @M-Amrollahi, sorry for the late reply.

CNN Explainer is designed for CNNs. If you want to illustrate neurons in a dense neural network, you can check out Tensorflow Playground. It uses a heatmap to visualize a neuron by plotting its output values over a 2D grid.