awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesLabel Extraction Functions

Applies custom functions or regex patterns to filenames to derive labels for supervised learning.

Distinct from Custom Dataset Loading: Distinct from Custom Dataset Loading: focuses on extracting labels from filenames, not general data reading logic.

Explore 2 awesome GitHub repositories matching data & databases · Label Extraction Functions. Refine with filters or upvote what's useful.

Awesome Label Extraction Functions GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • snorkel-team/snorkelالصورة الرمزية لـ snorkel-team

    snorkel-team/snorkel

    5,981عرض على GitHub↗

    Snorkel is a weak supervision system that enables users to programmatically generate training labels for machine learning models without manual annotation. At its core, it provides a framework for writing labeling functions as Python callables that each vote on data points, and then trains a probabilistic graphical model over these multiple weak supervision sources to estimate latent true labels without any ground truth data. The system automatically learns accuracy and correlation parameters between labeling functions by analyzing observed agreement patterns on unlabeled data, converting lab

    Provides a framework for writing Python callables that vote on data points to programmatically label datasets.

    Python
    عرض على GitHub↗5,981
  • fastai/course22الصورة الرمزية لـ fastai

    fastai/course22

    3,398عرض على GitHub↗

    This is a structured deep learning curriculum for programmers, delivered as a collection of Jupyter notebooks. It teaches the fundamentals of training neural networks for computer vision, natural language processing, tabular data analysis, and collaborative filtering using PyTorch and the fastai library. The course is designed to be hands-on, guiding learners from building a training loop from scratch to fine-tuning pretrained models for a variety of practical tasks. The curriculum distinguishes itself by covering the full lifecycle of a deep learning project, from data preparation and augmen

    Ships utilities for extracting labels from image filenames using custom functions or regex.

    Jupyter Notebookdeep-learningfastaijupyter-notebooks
    عرض على GitHub↗3,398
  1. Home
  2. Data & Databases
  3. Data Loading Optimizations
  4. Custom Dataset Loading
  5. Label Extraction Functions

استكشف الوسوم الفرعية

  • Labeling Function FrameworksA framework for writing Python callables that vote on data points to programmatically label unlabeled datasets. **Distinct from Label Extraction Functions:** Distinct from Label Extraction Functions: focuses on a framework for writing labeling functions, not extracting labels from filenames.