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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 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·9 vues

Chinese Text Classification Pytorch

Ce projet est un framework basé sur PyTorch et une suite d'implémentation pour la classification supervisée de texte chinois. Il sert de classificateur de texte par deep learning conçu pour automatiser le processus d'étiquetage et d'organisation de documents en langue chinoise dans des catégories prédéfinies.

Le framework fournit une collection d'architectures de réseaux de neurones, incluant TextCNN, Transformer et FastText. Il permet la sélection et le prototypage de différentes topologies de modèles via une implémentation modulaire, permettant l'évaluation de divers modèles de séquences sur des jeux de données spécifiques.

Le système couvre un flux de travail complet de traitement du langage naturel par deep learning, utilisant la vectorisation de texte basée sur des embeddings et la modélisation de séquences pondérée par attention pour extraire des modèles sémantiques à partir de texte brut.

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.

Historique des stars

Graphique de l'historique des stars pour 649453932/chinese-text-classification-pytorchGraphique de l'historique des stars pour 649453932/chinese-text-classification-pytorch

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Collections incluant Chinese Text Classification Pytorch

Sélections manuelles où Chinese Text Classification Pytorch apparaît.
  • Bibliothèques de traitement du langage naturel (NLP)

Questions fréquentes

Que fait 649453932/chinese-text-classification-pytorch ?

Ce projet est un framework basé sur PyTorch et une suite d'implémentation pour la classification supervisée de texte chinois. Il sert de classificateur de texte par deep learning conçu pour automatiser le processus d'étiquetage et d'organisation de documents en langue chinoise dans des catégories prédéfinies.

Quelles sont les fonctionnalités principales de 649453932/chinese-text-classification-pytorch ?

Les fonctionnalités principales de 649453932/chinese-text-classification-pytorch sont : Chinese Text Classifiers, Deep Learning Classifiers, Deep Learning NLP Frameworks, Dense Vector Embeddings, PyTorch Tensor Operations, Modular Architectures, Supervised Classification, Input Sequence Attentions.

Quelles sont les alternatives open-source à 649453932/chinese-text-classification-pytorch ?

Les alternatives open-source à 649453932/chinese-text-classification-pytorch incluent : 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…

Alternatives open source à Chinese Text Classification Pytorch

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Chinese Text Classification Pytorch.
  • 649453932/bert-chinese-text-classification-pytorchAvatar de 649453932

    649453932/Bert-Chinese-Text-Classification-Pytorch

    4,425Voir sur 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
    Voir sur GitHub↗4,425
  • lyhue1991/eat_pytorch_in_20_daysAvatar de lyhue1991

    lyhue1991/eat_pytorch_in_20_days

    6,157Voir sur 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
    Voir sur GitHub↗6,157
  • huawei-noah/cv-backbonesAvatar de huawei-noah

    huawei-noah/CV-Backbones

    4,416Voir sur 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
    Voir sur GitHub↗4,416
  • gaussic/text-classification-cnn-rnnAvatar de gaussic

    gaussic/text-classification-cnn-rnn

    4,301Voir sur 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
    Voir sur GitHub↗4,301
  • Voir les 30 alternatives à Chinese Text Classification Pytorch→