All Projects → ami66 → Chinesetextclassifier

ami66 / Chinesetextclassifier

中文商品评论短文本分类器,可用于情感分析

Projects that are alternatives of or similar to Chinesetextclassifier

Rloss
Regularized Losses (rloss) for Weakly-supervised CNN Segmentation
Stars: ✭ 145 (-0.68%)
Mutual labels:  jupyter-notebook
Sqlcell
SQLCell is a magic function for the Jupyter Notebook that executes raw, parallel, parameterized SQL queries with the ability to accept Python values as parameters and assign output data to Python variables while concurrently running Python code. And *much* more.
Stars: ✭ 145 (-0.68%)
Mutual labels:  jupyter-notebook
Deep Learning With Tensorflow Book
深度学习入门开源书,基于TensorFlow 2.0案例实战。Open source Deep Learning book, based on TensorFlow 2.0 framework.
Stars: ✭ 12,105 (+8191.1%)
Mutual labels:  jupyter-notebook
Textbook
Principles and Techniques of Data Science, the textbook for Data 100 at UC Berkeley
Stars: ✭ 145 (-0.68%)
Mutual labels:  jupyter-notebook
Citeomatic
A citation recommendation system that allows users to find relevant citations for their paper drafts. The tool is backed by Semantic Scholar's OpenCorpus dataset.
Stars: ✭ 145 (-0.68%)
Mutual labels:  jupyter-notebook
Alta
The Art of Literary Text Analysis
Stars: ✭ 145 (-0.68%)
Mutual labels:  jupyter-notebook
Machinelearning Az
Repositorio del Curso de Machine Learning de la A a la Z con R y Python
Stars: ✭ 144 (-1.37%)
Mutual labels:  jupyter-notebook
Ds production
Stars: ✭ 146 (+0%)
Mutual labels:  jupyter-notebook
Hypertools Paper Notebooks
Supporting notebooks and data from hypertools paper
Stars: ✭ 145 (-0.68%)
Mutual labels:  jupyter-notebook
Python Machine Learning Book
The "Python Machine Learning (1st edition)" book code repository and info resource
Stars: ✭ 11,428 (+7727.4%)
Mutual labels:  jupyter-notebook
Kaggle Titanic
kaggle titanic solution
Stars: ✭ 145 (-0.68%)
Mutual labels:  jupyter-notebook
Ppdai risk evaluation
“魔镜杯”风控算法大赛 拍拍贷风控模型,接近冠军分数
Stars: ✭ 144 (-1.37%)
Mutual labels:  jupyter-notebook
Essentia
C++ library for audio and music analysis, description and synthesis, including Python bindings
Stars: ✭ 1,985 (+1259.59%)
Mutual labels:  jupyter-notebook
Shufflenet V2 Tensorflow
A lightweight convolutional neural network
Stars: ✭ 145 (-0.68%)
Mutual labels:  jupyter-notebook
Numbapro Examples
Examples of NumbaPro in use.
Stars: ✭ 145 (-0.68%)
Mutual labels:  jupyter-notebook
Data Driven Prediction Of Battery Cycle Life Before Capacity Degradation
Code for Nature energy manuscript
Stars: ✭ 145 (-0.68%)
Mutual labels:  jupyter-notebook
Deep Deep
Adaptive crawler which uses Reinforcement Learning methods
Stars: ✭ 145 (-0.68%)
Mutual labels:  jupyter-notebook
Bertem
论文实现(ACL2019):《Matching the Blanks: Distributional Similarity for Relation Learning》
Stars: ✭ 146 (+0%)
Mutual labels:  jupyter-notebook
100daysofmlcode
My journey to learn and grow in the domain of Machine Learning and Artificial Intelligence by performing the #100DaysofMLCode Challenge.
Stars: ✭ 146 (+0%)
Mutual labels:  jupyter-notebook
Digital video introduction
A hands-on introduction to video technology: image, video, codec (av1, vp9, h265) and more (ffmpeg encoding).
Stars: ✭ 12,184 (+8245.21%)
Mutual labels:  jupyter-notebook

ChineseTextClassifier

中文商品评论短文本分类器,可用于情感分析,各模型的准确率均达到90%以上

运行环境:

tensorflow2.0

python3

数据集:

京东商城评论文本,10万条,标注为0的是差评,标注为1的是好评。

路径:data/goods_zh.txt

已实现的模型:

  1. Transfromer
  2. word2vec+textCNN
  3. fastext
  4. word2vec+LSTM/GRU
  5. word2vec+LSTM/GRU+Attention
  6. word2vec+Bi_LSTM+Attention

后期会增加glove/GPT/bert/ERNIE等方法对模型的改进

更多机器学习/深度学习项目知识,欢迎关注微信公众号ID:datayx

网站网址: https://loveai.tech/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].