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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
skorch-dev avatar

skorch-dev/skorch

0
View on GitHub↗
6,166 stele·410 fork-uri·Jupyter Notebook·BSD-3-Clause·6 vizualizări

Skorch

Skorch este o bibliotecă ce învelește rețelele neuronale PyTorch într-o interfață compatibilă cu scikit-learn, permițând utilizarea modelelor de deep learning în cadrul pipeline-urilor standard de machine learning și al instrumentelor de optimizare a hiperparametrilor. Funcționează ca un adaptor de date, manager de antrenament și instrument de optimizare care face legătura între modulele de deep learning și fluxurile de lucru convenționale de machine learning.

Proiectul se distinge prin furnizarea unui set de instrumente pentru automatizarea ciclului de viață al antrenamentului PyTorch, inclusiv checkpointing integrat, oprire timpurie (early stopping) și programarea ratei de învățare. Permite în continuare transfer learning-ul prin utilitare pentru înghețarea unor straturi specifice ale modelului și fine-tuning-ul ponderilor pre-antrenate pentru sarcini specializate.

Suprafața de capabilități se extinde la transformarea datelor, inclusiv conversia datelor tabelare și a array-urilor numerice în formate tensoriale și înregistrarea tokenizatoarelor de text. Oferă, de asemenea, instrumente pentru selectarea accelerării hardware, compilarea modulelor just-in-time și modelarea probabilistică a datelor pentru cuantificarea incertitudinii.

Sistemul include utilitare pentru maparea hiperparametrilor la argumentele liniei de comandă pentru a asigura experimente reproductibile.

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.
  • Framework-uri de Machine Learning - Scikit-learn compatible wrapper for PyTorch neural networks.

Istoric stele

Graficul istoricului de stele pentru skorch-dev/skorchGraficul istoricului de stele pentru skorch-dev/skorch

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Skorch

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Skorch.
  • fastai/fastaiAvatar fastai

    fastai/fastai

    27,862Vezi pe 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
    Vezi pe GitHub↗27,862
  • fastai/course-v3Avatar fastai

    fastai/course-v3

    4,914Vezi pe 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
    Vezi pe GitHub↗4,914
  • pytorch/igniteAvatar pytorch

    pytorch/ignite

    4,770Vezi pe 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
    Vezi pe GitHub↗4,770
  • lyhue1991/eat_tensorflow2_in_30_daysAvatar lyhue1991

    lyhue1991/eat_tensorflow2_in_30_days

    9,933Vezi pe 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
    Vezi pe GitHub↗9,933
Vezi toate cele 30 alternative pentru Skorch→

Întrebări frecvente

Ce face skorch-dev/skorch?

Skorch este o bibliotecă ce învelește rețelele neuronale PyTorch într-o interfață compatibilă cu scikit-learn, permițând utilizarea modelelor de deep learning în cadrul pipeline-urilor standard de machine learning și al instrumentelor de optimizare a hiperparametrilor. Funcționează ca un adaptor de date, manager de antrenament și instrument de optimizare care face legătura între modulele de deep learning și fluxurile de lucru convenționale de machine learning.

Care sunt principalele funcționalități ale skorch-dev/skorch?

Principalele funcționalități ale skorch-dev/skorch sunt: Training Lifecycle Management, Scikit-learn Wrappers, Deep Learning Training Toolsets, Neural Network Training Toolkits, Hyperparameter Optimizers, Training Callbacks, Workflow Pipelines, Estimator Wrappers.

Care sunt câteva alternative open-source pentru skorch-dev/skorch?

Alternativele open-source pentru skorch-dev/skorch includ: 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…