Netron is a visualizer for neural network and machine learning models. It provides a graphical interface that renders model architectures as interactive node-link diagrams, allowing users to inspect internal layers, tensors, and metadata. By performing static analysis, the tool enables the examination of model definitions without executing the underlying machine learning code.
The main features of lutzroeder/netron are: Model Visualization Tools, Neural Network Visualizers, Model Inspection Tools, Neural Network Explorers, Model Format Parsers, Model Parsers, AI and Machine Learning, AI Security and Red Teaming.
Open-source alternatives to lutzroeder/netron include: fastai/fastai — Fastai is a high-level deep learning library built on PyTorch that provides a unified interface for managing the… microsoft/tensorwatch — Debugging, monitoring and visualization for Python Machine Learning and Data Science. ml-tooling/ml-workspace — 🛠 All-in-one web-based IDE specialized for machine learning and data science. catalyst-team/catalyst — Accelerated deep learning R&D. mlflow/mlflow. pytorch/ignite — Ignite is a high-level training framework for PyTorch neural networks that serves as a training engine and deep…
Fastai is a high-level deep learning library built on PyTorch that provides a unified interface for managing the entire machine learning lifecycle. It functions as a comprehensive training toolkit, abstracting hardware management and automating complex training loops to simplify the construction and execution of neural network models. The framework is distinguished by its notebook-centric development environment and a type-dispatching data pipeline that automatically applies transformations based on input data formats. It emphasizes transfer learning through discriminative layer-wise optimiza
Debugging, monitoring and visualization for Python Machine Learning and Data Science
🛠 All-in-one web-based IDE specialized for machine learning and data science.