How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Debugging, monitoring and visualization for Python Machine Learning and Data Science
The main features of microsoft/tensorwatch are: Explainable AI Libraries, Machine Learning Tools, Machine Learning Visualization, MLOps and Infrastructure, Data Visualization, Visualization Tools, Data Science Tooling, Developer Tools.
Projects with overlapping indexed features include: lutzroeder/netron — Netron is a visualizer for neural network and machine learning models. It provides a graphical interface that renders… graal-research/pytoune. catalyst-team/catalyst — Accelerated deep learning R&D. dnouri/skorch — Skorch is a deep learning workflow manager and tensor-based model interface. It provides a consistent API for training… ecs-vlc/torchbearer — torchbearer: A model fitting library for PyTorch. pytorch/ignite — Ignite is a high-level training framework for PyTorch neural networks that serves as a training engine and deep…
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 software distinguishes itself through a schema-driven parsing engine that translates diverse proprietary model formats into a unified internal graph structure. This approach ensures interoperability, allowing users
Skorch is a deep learning workflow manager and tensor-based model interface. It provides a consistent API for training and predicting with neural networks within standard machine learning workflows, acting as a hyperparameter optimizer for finding optimal network configurations. The library specializes in wrapping PyTorch neural networks in a scikit-learn compatible interface. This allows tensor-based models to be used within traditional machine learning pipelines and grid search tools, including the mapping of parameter grids to model configurations. The framework covers training lifecycle