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,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-v3fastai 的头像

    fastai/course-v3

    4,914在 GitHub 上查看↗

    该项目是一个综合性教育计划和深度学习框架,旨在通过 Notebook 和代码示例教授 PyTorch 深度学习实践。它作为一个用于构建、训练和部署神经网络的高级库,充当模型训练编排器,协调 PyTorch 模型、优化器和损失函数。 该项目为计算机视觉、自然语言处理和表格数据预处理提供了专门的工具包。它通过高级训练控制脱颖而出,例如判别式学习率、用于自定义训练逻辑的双向回调系统,以及自动化设备放置和训练循环的高级学习器抽象。 该框架涵盖了广泛的能力面,包括自动化数据流水线构建、模型架构分析以及跨分类、回归和分割任务的性能评估。它还包括用于跨多个 GPU 进行分布式训练的工具、用于内存优化的混合精度训练,以及对医学影像数据的专门支持。 该项目以一系列 Jupyter Notebook 的形式交付。

    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,546在 GitHub 上查看↗

    Practical PyTorch 是一个深度学习教程和指南集合,专注于实现循环神经网络。该项目提供了使用 PyTorch 框架构建序列模型和序列到序列(sequence-to-sequence)架构的实用代码。 该仓库涵盖了用于神经机器翻译、字符级文本生成和文本分类的模型实现。它包括将输入序列转换为输出序列以进行机器翻译和合成新文本的示例。 该项目还扩展到序列数据预测和时间序列分析,提供了基于历史序列模式预测未来事件的方法。

    Builds text classification learners that process characters through recurrent networks.

    Jupyter Notebook
    在 GitHub 上查看↗4,546
  • christianversloot/machine-learning-articleschristianversloot 的头像

    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/course22fastai 的头像

    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