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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
skorch-dev avatar

skorch-dev/skorch

0
View on GitHub↗
6,166 stars·410 forks·Jupyter Notebook·BSD-3-Clause·6 vues

Skorch

Skorch est une bibliothèque qui enveloppe les réseaux de neurones PyTorch dans une interface compatible avec scikit-learn, permettant d'utiliser des modèles de deep learning au sein de pipelines de machine learning standard et d'outils d'optimisation d'hyperparamètres. Il fonctionne comme un adaptateur de données, un gestionnaire d'entraînement et un outil d'optimisation qui comble le fossé entre les modules de deep learning et les workflows de machine learning conventionnels.

Le projet se distingue en fournissant une boîte à outils pour automatiser le cycle de vie de l'entraînement PyTorch, incluant le checkpointing intégré, l'arrêt précoce (early stopping) et la planification du taux d'apprentissage. Il permet en outre le transfert learning via des utilitaires pour geler des couches de modèle spécifiques et affiner des poids pré-entraînés pour des tâches spécialisées.

La surface de capacité s'étend à la transformation des données, incluant la conversion de données tabulaires et de tableaux numériques en formats de tenseurs et l'enregistrement de tokenizers de texte. Il fournit également des outils pour la sélection de l'accélération matérielle, la compilation de modules juste-à-temps (JIT) et la modélisation de données probabilistes pour la quantification de l'incertitude.

Le système inclut des utilitaires pour mapper les hyperparamètres aux arguments de ligne de commande afin d'assurer la reproductibilité des expériences.

Features

  • Training Lifecycle Management - Manages the end-to-end training lifecycle using early stopping, checkpointing, and learning rate scheduling.
  • Scikit-learn Wrappers - Provides a scikit-learn compatible interface for PyTorch neural networks, enabling integration into standard machine learning pipelines.
  • Deep Learning Training Toolsets - Provides a training management toolkit with integrated checkpointing, early stopping, and learning rate scheduling.
  • Neural Network Training Toolkits - Offers a comprehensive toolkit for managing the PyTorch training lifecycle, including checkpointing and learning rate scheduling.
  • Hyperparameter Optimizers - Automates the search for optimal neural network hyperparameters using grid search and cross-validation interfaces.
  • Training Callbacks - Implements modular training callbacks for automated checkpointing, early stopping, and learning rate adjustments.
  • Workflow Pipelines - Embeds neural networks into standard data workflows to automate feature scaling and transformation steps.
  • Estimator Wrappers - Adapts deep learning modules into a standardized estimator interface for compatibility with conventional ML pipelines.
  • Dynamic Input Dimension Inference - Automatically configures neural network input layer shapes by inspecting the first batch of training data.
  • Experiment Logging - Integrates recording of training statistics and model state checkpoints to external tracking tools.
  • Hyperparameter Optimization Tools - Implements a system for tuning PyTorch model hyperparameters via standard grid search and cross-validation.
  • Learning Rate Schedulers - Dynamically adjusts training step sizes during optimization to improve numerical stability and accelerate convergence.
  • Automatic Accelerator Selection - Provides dynamic logic to select the most efficient hardware backend, such as CPU or GPU, at runtime.
  • Model Checkpointing - Saves periodic snapshots of model weights and optimizer states to enable recovery from training interruptions.
  • Hyperparameter Tuning - Automates the search for optimal network configurations using scikit-learn's grid search and cross-validation tools.
  • Model Performance Evaluators - Calculates predictive accuracy and statistical metrics using standardized scoring functions against benchmarks.
  • Layer-Specific Training - Provides mechanisms to freeze specific layers or weights during training to facilitate efficient fine-tuning.
  • Parameter Freezing Utilities - Provides mechanisms to freeze or unfreeze specific model parameters to facilitate efficient transfer learning.
  • Tabular-to-Tensor Pipelines - Provides utilities for converting tabular dataframes and numerical arrays into standardized tensor representations.
  • Training Progress Monitors - Displays real-time execution updates and training metrics via progress bars in command line or notebook environments.
  • Transfer Learning - Supports adapting pre-trained weights to specialized tasks by freezing layers and fine-tuning model components.
  • Transfer Learning Toolkits - Ships utilities for freezing specific PyTorch model layers and fine-tuning pre-trained weights for specialized tasks.
  • Tabular Data Processing - Facilitates deep learning on structured datasets by converting standard dataframes and arrays into tensors.
  • Model Fine-Tuning - Adapts pre-trained neural network weights to specialized datasets for high performance with minimal training.
  • Tabular-to-Tensor Converters - Converts heterogeneous tabular data structures into the numerical tensor formats required for deep learning model inputs.
  • Deep Learning Ecosystems - Scikit-learn compatible wrapper for PyTorch.
  • Deep Learning Frameworks - Scikit-learn compatible neural network library for PyTorch.
  • General Machine Learning - Scikit-learn compatible wrapper for PyTorch.
  • Machine Learning - Scikit-learn compatible neural network library.
  • Frameworks d'apprentissage automatique - Scikit-learn compatible wrapper for PyTorch neural networks.

Historique des stars

Graphique de l'historique des stars pour skorch-dev/skorchGraphique de l'historique des stars pour skorch-dev/skorch

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Skorch

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Skorch.
  • fastai/fastaiAvatar de fastai

    fastai/fastai

    27,862Voir sur 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
    Voir sur GitHub↗27,862
  • fastai/course-v3Avatar de fastai

    fastai/course-v3

    4,914Voir sur GitHub↗

    This repository is a comprehensive educational program and deep learning framework designed to teach practical deep learning using PyTorch through notebooks and code examples. It serves as a high-level library for building, training, and deploying neural networks, acting as a model training orchestrator that coordinates PyTorch models, optimizers, and loss functions. The project provides specialized toolkits for computer vision, natural language processing, and tabular data preprocessing. It distinguishes itself through advanced training controls such as discriminative learning rates, a two-w

    Jupyter Notebookdata-sciencedeep-learningfastai
    Voir sur GitHub↗4,914
  • pytorch/igniteAvatar de pytorch

    pytorch/ignite

    4,770Voir sur 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
    Voir sur GitHub↗4,770
  • lyhue1991/eat_tensorflow2_in_30_daysAvatar de lyhue1991

    lyhue1991/eat_tensorflow2_in_30_days

    9,933Voir sur GitHub↗

    This project is a structured learning curriculum and technical reference for mastering deep learning with TensorFlow. It provides a comprehensive guide for building, training, and deploying neural networks, combining theoretical fundamentals with practical implementation examples. The repository distinguishes itself by covering the end-to-end machine learning workflow, from low-level tensor mathematics and linear algebra to the creation of complex model architectures. It includes specific guidance on developing data pipelines for diverse data types, such as images, text, and time-series seque

    Pythontensorflowtensorflow-examplestensorflow-tutorial
    Voir sur GitHub↗9,933
Voir les 30 alternatives à Skorch→

Questions fréquentes

Que fait skorch-dev/skorch ?

Skorch est une bibliothèque qui enveloppe les réseaux de neurones PyTorch dans une interface compatible avec scikit-learn, permettant d'utiliser des modèles de deep learning au sein de pipelines de machine learning standard et d'outils d'optimisation d'hyperparamètres. Il fonctionne comme un adaptateur de données, un gestionnaire d'entraînement et un outil d'optimisation qui comble le fossé entre les modules de deep learning et les workflows de machine learning…

Quelles sont les fonctionnalités principales de skorch-dev/skorch ?

Les fonctionnalités principales de skorch-dev/skorch sont : Training Lifecycle Management, Scikit-learn Wrappers, Deep Learning Training Toolsets, Neural Network Training Toolkits, Hyperparameter Optimizers, Training Callbacks, Workflow Pipelines, Estimator Wrappers.

Quelles sont les alternatives open-source à skorch-dev/skorch ?

Les alternatives open-source à skorch-dev/skorch incluent : fastai/fastai — Fastai is a high-level deep learning library built on PyTorch that provides a unified interface for managing the… fastai/course-v3 — This repository is a comprehensive educational program and deep learning framework designed to teach practical deep… pytorch/ignite — Ignite is a high-level training framework for PyTorch neural networks that serves as a training engine and deep… lyhue1991/eat_tensorflow2_in_30_days — This project is a structured learning curriculum and technical reference for mastering deep learning with TensorFlow.… pytorch/pytorch — PyTorch is a machine learning framework centered on a GPU-ready tensor library that supports multi-dimensional array… tensorflow/tensorflow — TensorFlow is a comprehensive machine learning framework designed for the construction, training, and deployment of…