kenjiSpecial/CNNVisualizer
畳み込みニューラルネットワークをリアルタイムにビジュアル化するサイト
This helps you understand how a Convolutional Neural Network (CNN) "sees" and interprets handwritten characters. You draw a number or character on a digital canvas, and the tool visually breaks down how the network processes your drawing through its layers, ultimately predicting what you drew. It's designed for students or educators learning about deep learning, especially those studying image recognition.
No commits in the last 6 months.
Use this if you want to visually explore and understand the internal workings of a basic Convolutional Neural Network for character recognition.
Not ideal if you need to train your own custom CNN models or analyze the performance of complex, large-scale deep learning architectures.
Stars
29
Forks
1
Language
TypeScript
License
—
Category
Last pushed
Dec 07, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/kenjiSpecial/CNNVisualizer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
lutzroeder/netron
Visualizer for neural network, deep learning and machine learning models
mert-kurttutan/torchview
torchview: visualize pytorch models
raghakot/keras-vis
Neural network visualization toolkit for keras
janosh/diagrams
Diagrams of concepts in physics/chemistry/ML
dvgodoy/deepreplay
Deep Replay - Generate visualizations as in my "Hyper-parameters in Action!" series!