awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesText Classification Models

Machine learning models built with TensorFlow specifically for text categorization tasks.

Distinct from TensorFlow Model Development: Focuses on the model's application to text classification rather than general TF development

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Text Classification Models. Refine with filters or upvote what's useful.

Awesome Text Classification Models GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • dennybritz/cnn-text-classification-tfdennybritz 的头像

    dennybritz/cnn-text-classification-tf

    5,684在 GitHub 上查看↗

    该项目是一个用于文本分类的卷积神经网络的 TensorFlow 实现。它作为一个深度学习文本分类器,通过识别和分析训练集中的学习模式,将预定义标签分配给文本文档。 该模型利用嵌入层向量化、用于特征提取的卷积层和用于处理文本数据的最大池化下采样序列。最终类别概率通过密集层分类系统确定。 该工作流涵盖了端到端的机器学习生命周期,包括监督文本学习、具有可配置嵌入维度和过滤器大小的模型训练,以及使用验证数据集和基于检查点的模型持久化进行的性能评估。

    Provides a convolutional neural network implementation using the TensorFlow ecosystem to classify text.

    Python
    在 GitHub 上查看↗5,684
  • gaussic/text-classification-cnn-rnngaussic 的头像

    gaussic/text-classification-cnn-rnn

    4,301在 GitHub 上查看↗

    This project is a TensorFlow-based supervised text categorizer designed for Chinese natural language processing. It utilizes a hybrid neural network architecture that combines convolutional and recurrent layers to map raw Chinese text to predefined categories. The system integrates convolutional neural networks for local feature extraction and recurrent neural networks for analyzing sequential dependencies. It employs character-level tokenization and word embeddings to represent text as numerical tensors. The implementation covers the end-to-end machine learning pipeline, including text prep

    Implements a TensorFlow-based model for categorizing Chinese text documents.

    Pythonchineseclassificationcnn
    在 GitHub 上查看↗4,301
  1. Home
  2. Artificial Intelligence & ML
  3. TensorFlow Model Development
  4. Text Classification Models