awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
catalyst-team avatar

catalyst-team/catalyst

0
View on GitHub↗
3,376 stars·400 forks·Python·Apache-2.0·11 viewscatalyst-team.com↗

Catalyst

Accelerated deep learning R&D

Features

  • Deep Learning - High-level utilities for deep learning and reinforcement research.
  • Deep Learning Ecosystems - High-level training and development for PyTorch.
  • Deep Learning Frameworks - High-level framework for PyTorch research and development.
  • General Machine Learning - High-level utilities for PyTorch research.
  • Machine Learning Frameworks - Framework for reproducible deep learning experimentation.
  • Perception and Machine Learning - Framework for reproducible deep learning experimentation.
  • Developer Tools - High-level utils for research.
  • Training and Experimentation - High-level utilities for research and experimentation.
  • Training and Utilities - High-level utilities for research and reproducibility.
  • PyTorch Utilities - Listed in the “PyTorch Utilities” section of the The Incredible Pytorch awesome list.

Star history

Star history chart for catalyst-team/catalystStar history chart for catalyst-team/catalyst

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.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does catalyst-team/catalyst do?

Accelerated deep learning R&D

What are the main features of catalyst-team/catalyst?

The main features of catalyst-team/catalyst are: Deep Learning, Deep Learning Ecosystems, Deep Learning Frameworks, General Machine Learning, Machine Learning Frameworks, Perception and Machine Learning, Developer Tools, Training and Experimentation.

Which projects share features with catalyst-team/catalyst?

Projects with overlapping indexed features include: pytorch/ignite — Ignite is a high-level training framework for PyTorch neural networks that serves as a training engine and deep… pytorch/pytorch — PyTorch is a machine learning framework centered on a GPU-ready tensor library that supports multi-dimensional array… fastai/fastai — Fastai is a high-level deep learning library built on PyTorch that provides a unified interface for managing the… graal-research/poutyne — A simplified framework and utilities for PyTorch. maxpumperla/hyperas — Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization. pytorch/audio — Data manipulation and transformation for audio signal processing, powered by PyTorch.

Projects sharing features with Catalyst

These projects share indexed features with Catalyst. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • pytorch/ignitepytorch avatar

    pytorch/ignite

    4,770View on GitHub↗

    Ignite is a high-level training framework for PyTorch neural networks that serves as a training engine and deep learning lifecycle manager. It provides a structured system for organizing and automating training and evaluation loops, managing data iterators and triggering event handlers at specific milestones during the model training process. The project distinguishes itself through a comprehensive suite of tools for distributed training and model evaluation. It includes utilities for synchronizing gradients and coordinating collective communication across multiple GPUs or nodes, as well as a

    Python
    View on GitHub↗4,770
  • graal-research/poutyneGRAAL-Research avatar

    GRAAL-Research/poutyne

    578View on GitHub↗

    A simplified framework and utilities for PyTorch

    Python
    View on GitHub↗578
  • fastai/fastaifastai avatar

    fastai/fastai

    27,862View on GitHub↗

    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

    Jupyter Notebookcolabdeep-learningfastai
    View on GitHub↗27,862
  • pytorch/pytorchpytorch avatar

    pytorch/pytorch

    100,814View on GitHub↗

    PyTorch is a machine learning framework centered on a GPU-ready tensor library that supports multi-dimensional array operations across both CPU and accelerator hardware. It provides a foundational infrastructure for mathematical computation and dynamic neural network construction, utilizing a tape-based automatic differentiation system that allows for flexible, non-static graph execution. The framework is designed for deep integration with Python, enabling natural usage alongside standard scientific computing ecosystems. It distinguishes itself through a comprehensive distributed training sui

    Pythonautograddeep-learninggpu
    View on GitHub↗100,814
  • Compare all 30 related projects→