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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
GRAAL-Research avatar

GRAAL-Research/poutyne

0
View on GitHub↗
578 Stars·64 Forks·Python·LGPL-3.0·1 Aufrufpoutyne.org↗

Poutyne

A simplified framework and utilities for PyTorch

Features

  • Deep Learning Ecosystems - Keras-like framework for PyTorch.
  • Deep Learning Frameworks - Keras-like framework for PyTorch.
  • Machine-Learning-Frameworks - Simplified Keras-like API for PyTorch.
  • Developer Tools - Keras-like training framework.
  • Training and Experimentation - Keras-like framework for training boilerplate reduction.
  • PyTorch Utilities - Listed in the “PyTorch Utilities” section of the The Incredible Pytorch awesome list.

Star-Verlauf

Star-Verlauf für graal-research/poutyneStar-Verlauf für graal-research/poutyne

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Poutyne

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Poutyne.
  • pytorch/igniteAvatar von pytorch

    pytorch/ignite

    4,770Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,770
  • catalyst-team/catalystAvatar von catalyst-team

    catalyst-team/catalyst

    3,376Auf GitHub ansehen↗

    Accelerated deep learning R&D

    Python
    Auf GitHub ansehen↗3,376
  • fastai/fastaiAvatar von fastai

    fastai/fastai

    27,862Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗27,862
  • cornellius-gp/gpytorchAvatar von cornellius-gp

    cornellius-gp/gpytorch

    3,893Auf GitHub ansehen↗

    GPyTorch is a GPU-accelerated probabilistic framework and PyTorch library for implementing scalable Gaussian process models. It provides a system for Gaussian process modeling and uncertainty estimation, designed to perform efficient matrix operations on graphics hardware. The framework features a modular kernel system for constructing custom covariance functions and modeling complex data dependencies. It specifically integrates Gaussian processes with deep neural networks to create hybrid models for regression and classification. The system employs numerical linear algebra techniques, inclu

    Python
    Auf GitHub ansehen↗3,893
Alle 30 Alternativen zu Poutyne anzeigen→

Häufig gestellte Fragen

Was macht graal-research/poutyne?

A simplified framework and utilities for PyTorch

Was sind die Hauptfunktionen von graal-research/poutyne?

Die Hauptfunktionen von graal-research/poutyne sind: Deep Learning Ecosystems, Deep Learning Frameworks, Machine-Learning-Frameworks, Developer Tools, Training and Experimentation, PyTorch Utilities.

Welche Open-Source-Alternativen gibt es zu graal-research/poutyne?

Open-Source-Alternativen zu graal-research/poutyne sind unter anderem: catalyst-team/catalyst — Accelerated deep learning R&D. pytorch/ignite — Ignite is a high-level training framework for PyTorch neural networks that serves as a training engine and deep… cornellius-gp/gpytorch — GPyTorch is a GPU-accelerated probabilistic framework and PyTorch library for implementing scalable Gaussian process… maxpumperla/elephas — Distributed Deep learning with Keras & Spark. fastai/fastai — Fastai is a high-level deep learning library built on PyTorch that provides a unified interface for managing the… maxpumperla/hyperas — Keras + Hyperopt: A very simple wrapper for convenient hyperparameter optimization.