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

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

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

5 مستودعات

Awesome GitHub RepositoriesText Classifier Construction

Builds text classification learners from pretrained encoders using sentence encoders that process text in fixed-length segments.

Distinct from Text Classifiers: Distinct from Text Classifiers: focuses on the construction process of text classifiers from pretrained components, not the classifiers themselves.

Explore 5 awesome GitHub repositories matching artificial intelligence & ml · Text Classifier Construction. Refine with filters or upvote what's useful.

Awesome Text Classifier Construction GitHub Repositories

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

    facebookresearch/pytext

    6,298عرض على GitHub↗

    PyText is an extensible PyTorch-based framework for building, training, and deploying custom natural language processing models, including text classifiers, sequence taggers, and intent-slot predictors. It provides a modular toolkit that allows developers to assemble these models using pluggable registries for model architectures, data formats, and tensorizers, all configurable through YAML files without requiring code changes. The framework distinguishes itself through its comprehensive support for the full NLP model lifecycle, from training to production inference. It includes pre-built neu

    Trains deep-learning text classifiers from labeled utterances using configurable architectures.

    Python
    عرض على GitHub↗6,298
  • fastai/course-v3الصورة الرمزية لـ fastai

    fastai/course-v3

    4,914عرض على 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

    Provides high-level tools to construct text classification learners using pretrained model architectures.

    Jupyter Notebookdata-sciencedeep-learningfastai
    عرض على GitHub↗4,914
  • spro/practical-pytorchالصورة الرمزية لـ spro

    spro/practical-pytorch

    4,546عرض على GitHub↗

    Practical PyTorch هي مجموعة من دروس وأدلة التعلم العميق التي تركز على تنفيذ الشبكات العصبية المتكررة. يوفر المشروع كوداً عملياً لبناء نماذج التسلسل وبنيات التسلسل إلى التسلسل باستخدام إطار عمل PyTorch. يغطي المستودع تنفيذ نماذج للترجمة الآلية العصبية، وتوليد النصوص على مستوى الحرف، وتصنيف النصوص. يتضمن أمثلة لتحويل تسلسلات الإدخال إلى تسلسلات إخراج للترجمة الآلية وتوليف نصوص جديدة. يمتد المشروع أيضاً إلى التنبؤ ببيانات التسلسل وتحليل السلاسل الزمنية، مما يوفر طرقاً للتنبؤ بالأحداث المستقبلية بناءً على الأنماط التسلسلية التاريخية.

    Builds text classification learners that process characters through recurrent networks.

    Jupyter Notebook
    عرض على GitHub↗4,546
  • christianversloot/machine-learning-articlesالصورة الرمزية لـ christianversloot

    christianversloot/machine-learning-articles

    3,683عرض على GitHub↗

    This project is a machine learning educational archive and technical documentation collection. It serves as a deep learning tutorial series and implementation guide, providing theoretical explanations and practical walkthroughs for constructing and optimizing neural networks. The content focuses on the design and construction of diverse model architectures, including convolutional neural networks, Long Short-Term Memory networks, and generative adversarial networks. It details specific implementation patterns for autoencoders, sentiment analysis models, and various classification approaches.

    Provides a walkthrough for building classifiers that assign multiple binary labels using sigmoid activations.

    albertbertclustering
    عرض على GitHub↗3,683
  • 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

    Provides a workflow for constructing text classification models from pretrained encoders with sentence-level processing.

    Jupyter Notebookdeep-learningfastaijupyter-notebooks
    عرض على GitHub↗3,398
  1. Home
  2. Artificial Intelligence & ML
  3. Text Classifiers
  4. Text Classifier Construction

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

  • Configurable Text ClassifiersTraining deep-learning text classifiers from labeled utterances using configurable convolutional or self-attentive architectures. **Distinct from Text Classifier Construction:** Distinct from Text Classifier Construction: focuses on training from labeled utterances with configurable architectures, not building from pretrained encoders.
  • Multilabel ClassifiersNeural networks capable of assigning multiple binary labels to a single input. **Distinct from Text Classifier Construction:** Focuses on the architecture for multiple label assignment rather than general text classifier construction