5 个仓库
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.
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.
该项目是一个综合性教育计划和深度学习框架,旨在通过 Notebook 和代码示例教授 PyTorch 深度学习实践。它作为一个用于构建、训练和部署神经网络的高级库,充当模型训练编排器,协调 PyTorch 模型、优化器和损失函数。 该项目为计算机视觉、自然语言处理和表格数据预处理提供了专门的工具包。它通过高级训练控制脱颖而出,例如判别式学习率、用于自定义训练逻辑的双向回调系统,以及自动化设备放置和训练循环的高级学习器抽象。 该框架涵盖了广泛的能力面,包括自动化数据流水线构建、模型架构分析以及跨分类、回归和分割任务的性能评估。它还包括用于跨多个 GPU 进行分布式训练的工具、用于内存优化的混合精度训练,以及对医学影像数据的专门支持。 该项目以一系列 Jupyter Notebook 的形式交付。
Provides high-level tools to construct text classification learners using pretrained model architectures.
Practical PyTorch 是一个深度学习教程和指南集合,专注于实现循环神经网络。该项目提供了使用 PyTorch 框架构建序列模型和序列到序列(sequence-to-sequence)架构的实用代码。 该仓库涵盖了用于神经机器翻译、字符级文本生成和文本分类的模型实现。它包括将输入序列转换为输出序列以进行机器翻译和合成新文本的示例。 该项目还扩展到序列数据预测和时间序列分析,提供了基于历史序列模式预测未来事件的方法。
Builds text classification learners that process characters through recurrent networks.
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.
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.