DarkStarStrix/Nexa_Visualize
A Tool to visualize NN training
This tool helps machine learning students, educators, and researchers understand how neural networks learn. It takes various neural network architectures, hyperparameters, and training data as input and visualizes the network's structure and its learning process, including how data flows through it and how weights are adjusted. This makes complex concepts like forward and backpropagation much clearer.
Use this if you want to visually explore and understand the internal workings of different neural network models and their training in real-time.
Not ideal if you're looking for a tool to train production-ready neural networks or to analyze large-scale datasets.
Stars
11
Forks
2
Language
JavaScript
License
Apache-2.0
Category
Last pushed
Feb 21, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/DarkStarStrix/Nexa_Visualize"
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!