awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्ट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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • facebookresearch/pytextfacebookresearch का अवतार

    facebookresearch/pytext

    6,298GitHub पर देखें↗

    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-v3fastai का अवतार

    fastai/course-v3

    4,914GitHub पर देखें↗

    यह रिपॉजिटरी एक व्यापक शैक्षिक कार्यक्रम और डीप लर्निंग फ्रेमवर्क है, जिसे नोटबुक और कोड उदाहरणों के माध्यम से PyTorch का उपयोग करके व्यावहारिक डीप लर्निंग सिखाने के लिए डिज़ाइन किया गया है। यह न्यूरल नेटवर्क बनाने, प्रशिक्षित करने और डिप्लॉय करने के लिए एक हाई-लेवल लाइब्रेरी के रूप में कार्य करता है। यह प्रोजेक्ट कंप्यूटर विज़न, नेचुरल लैंग्वेज प्रोसेसिंग और टैबुलर डेटा प्रीप्रोसेसिंग के लिए विशेष टूलकिट प्रदान करता है। यह डिस्क्रिमिनेटिव लर्निंग रेट्स, ट्रेनिंग लॉजिक को कस्टमाइज़ करने के लिए टू-वे कॉलबैक सिस्टम और हाई-लेवल लर्नर एब्स्ट्रैक्शन जैसे उन्नत ट्रेनिंग कंट्रोल्स के माध्यम से खुद को अलग करता है। यह प्रोजेक्ट Jupyter Notebooks की एक श्रृंखला के रूप में उपलब्ध है।

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

    Jupyter Notebookdata-sciencedeep-learningfastai
    GitHub पर देखें↗4,914
  • spro/practical-pytorchspro का अवतार

    spro/practical-pytorch

    4,546GitHub पर देखें↗

    Practical PyTorch is a collection of deep learning tutorials and guides focused on implementing recurrent neural networks. The project provides practical code for building sequence models and sequence-to-sequence architectures using the PyTorch framework. The repository covers the implementation of models for neural machine translation, character-level text generation, and text classification. It includes examples for transforming input sequences into output sequences for machine translation and synthesizing new text. The project also extends to sequence data prediction and time series analy

    Builds text classification learners that process characters through recurrent networks.

    Jupyter Notebook
    GitHub पर देखें↗4,546
  • christianversloot/machine-learning-articleschristianversloot का अवतार

    christianversloot/machine-learning-articles

    3,683GitHub पर देखें↗

    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/course22fastai का अवतार

    fastai/course22

    3,398GitHub पर देखें↗

    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