awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
649453932 avatar

649453932/Chinese-Text-Classification-Pytorch

0
View on GitHub↗
5,734 stars·1,264 forks·Python·MIT·18 views

Chinese Text Classification Pytorch

This project is a PyTorch-based framework and implementation suite for the supervised classification of Chinese text. It serves as a deep learning text classifier designed to automate the process of labeling and organizing Chinese language documents into predefined categories.

The framework provides a collection of neural network architectures, including TextCNN, Transformer, and FastText. It allows for the selection and prototyping of different model topologies through a modular implementation, enabling the evaluation of various sequence models on specific datasets.

The system covers a full deep learning natural language processing workflow, utilizing embedding-based text vectorization and attention-weighted sequence modeling to extract semantic patterns from raw text.

Features

  • Chinese Text Classifiers - Provides deep learning tools specifically designed to classify and categorize Chinese language documents.
  • Deep Learning Classifiers - Provides a deep learning classifier framework for automating the labeling of Chinese text datasets.
  • Deep Learning NLP Frameworks - Integrates various neural network architectures into a comprehensive deep learning NLP workflow for text analysis.
  • Dense Vector Embeddings - Transforms Chinese characters into dense vector embeddings to capture semantic relationships for the neural network.
  • PyTorch Tensor Operations - Uses PyTorch for tensor operations and automatic differentiation to execute models on CPU or GPU.
  • Modular Architectures - Provides a modular architecture allowing interchangeable backends such as CNN, RNN, and Transformer.
  • Supervised Classification - Implements a supervised classification pipeline to predict category labels from labeled text data.
  • Input Sequence Attentions - Implements attention weights to emphasize important information within input sequences for text classification.
  • Model Architecture Selection - Enables selection between different neural network topologies through a single configuration parameter.
  • Model Prototyping - Supports rapid prototyping of multiple text classification architectures to evaluate accuracy on specific datasets.

Star history

Star history chart for 649453932/chinese-text-classification-pytorchStar history chart for 649453932/chinese-text-classification-pytorch

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Chinese Text Classification Pytorch

These projects share indexed features with Chinese Text Classification Pytorch. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 649453932/bert-chinese-text-classification-pytorch649453932 avatar

    649453932/Bert-Chinese-Text-Classification-Pytorch

    4,425View on GitHub↗

    This project is a PyTorch-based Chinese text classification framework. It provides a transformer-based pipeline designed to categorize Chinese language sequences into predefined labels using deep learning models. The implementation supports both BERT and ERNIE language models for processing and tagging complex Chinese text. These models are used to perform tasks such as sentiment analysis and general text categorization. The system utilizes transformer-based text encoding and attention-weighted sequence pooling to convert raw characters into document vectors. It employs pre-trained model fin

    Python
    View on GitHub↗4,425
  • lyhue1991/eat_pytorch_in_20_dayslyhue1991 avatar

    lyhue1991/eat_pytorch_in_20_days

    6,157View on GitHub↗

    This project is a deep learning tutorial series and educational curriculum designed to teach PyTorch fundamentals. It serves as a structured training guide for mastering neural network architecture, automatic differentiation, and the use of tensors and dynamic computation graphs. The curriculum focuses on practical implementations, specifically guiding the development of recommendation systems, advertising models, and interest networks to predict user preferences. It also provides instructional content for time series forecasting and processing sequential data. The material covers a broad ra

    Jupyter Notebookdeep-learningpytorch
    View on GitHub↗6,157
  • huawei-noah/cv-backboneshuawei-noah avatar

    huawei-noah/CV-Backbones

    4,416View on GitHub↗

    CV-Backbones is a computer vision backbone library and model zoo providing a collection of pre-defined neural network architectures for extracting visual features and processing image data. It serves as a PyTorch vision framework of reusable deep learning components designed for image analysis and visual representation learning. The library focuses on efficient neural network architectures to reduce computational overhead while maintaining feature extraction performance. This is achieved through the implementation of lightweight model designs such as GhostNet and MLP. The project covers a br

    Python
    View on GitHub↗4,416
  • gaussic/text-classification-cnn-rnngaussic avatar

    gaussic/text-classification-cnn-rnn

    4,301View on 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

    Pythonchineseclassificationcnn
    View on GitHub↗4,301
Compare all 30 related projects→

Frequently asked questions

What does 649453932/chinese-text-classification-pytorch do?

This project is a PyTorch-based framework and implementation suite for the supervised classification of Chinese text. It serves as a deep learning text classifier designed to automate the process of labeling and organizing Chinese language documents into predefined categories.

What are the main features of 649453932/chinese-text-classification-pytorch?

The main features of 649453932/chinese-text-classification-pytorch are: Chinese Text Classifiers, Deep Learning Classifiers, Deep Learning NLP Frameworks, Dense Vector Embeddings, PyTorch Tensor Operations, Modular Architectures, Supervised Classification, Input Sequence Attentions.

Which projects share features with 649453932/chinese-text-classification-pytorch?

Projects with overlapping indexed features include: 649453932/bert-chinese-text-classification-pytorch — This project is a PyTorch-based Chinese text classification framework. It provides a transformer-based pipeline… lyhue1991/eat_pytorch_in_20_days — This project is a deep learning tutorial series and educational curriculum designed to teach PyTorch fundamentals. It… huawei-noah/cv-backbones — CV-Backbones is a computer vision backbone library and model zoo providing a collection of pre-defined neural network… gaussic/text-classification-cnn-rnn — This project is a TensorFlow-based supervised text categorizer designed for Chinese natural language processing. It… explosion/spacy — spaCy is a Python natural language processing framework designed for industrial-scale text processing. It converts raw… zalandoresearch/flair — Flair is a natural language processing framework for training and applying models for sequence labeling and text…

Curated searches featuring Chinese Text Classification Pytorch

Hand-picked collections where Chinese Text Classification Pytorch appears.
  • Natural Language Processing Libraries