text-classification
Here are 1,166 public repositories matching this topic...
all kinds of text classification models and more with deep learning
-
Updated
Jan 26, 2020 - Python
大规模中文自然语言处理语料 Large Scale Chinese Corpus for NLP
-
Updated
Jan 27, 2020
Description
There is a readme for the repo metrics subfolder under tools. It needs general review to make sure it is accurate.
Other Comments
Principles of NLP Documentation
Each landing page at the folder level should have a ReadMe which explains -
○ Summary of what this folder offers.
○ Why and how it benefits users
○ As applicable - Documentation of using it, brief d
Problem description
Short description
In certain conditions some CRF tags transitions can by missing after the data augmentation or can be "underrepresented".
We must ensure that all possible tags transitions are in the augmented dataset so that inference does not fail systematically on those examples
Example
Given a dataset with 1 intent and 3 slots: slot_1, slot_2, `slot
Kashgari is a Production-ready NLP Transfer learning framework for text-labeling and text-classification, includes Word2Vec, BERT, and GPT2 Language Embedding.
-
Updated
Jan 27, 2020 - Python
NLP DNN Toolkit - Building Your NLP DNN Models Like Playing Lego
-
Updated
Jan 18, 2020 - Python
DELTA is a deep learning based natural language and speech processing platform.
-
Updated
Jan 26, 2020 - Python
fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.
-
Updated
Jan 26, 2020 - Python
we use this code to build our project, but we found the acc dropped. So , we review the code, and find the following issues.
- This code did not implemented "mask" in the "AttLayer" class.
- we believe "Dense layer" should implemented in the class "AttLayer", instead of using "Dense" out of the class
- lost "Activation function" in the Dense layer
We made the above changes,and the acc
This is also on page 356.
from nltk.corpus import sentiwordnet as swn
good = swn.senti_synsets('good', 'n')[0]
Traceback (most recent call last):
File "", line 1, in
TypeError: 'filter' object is not subscriptable
Pre-training of Deep Bidirectional Transformers for Language Understanding: pre-train TextCNN
-
Updated
Jan 17, 2020 - Python
Text Classification Algorithms: A Survey
-
Updated
Jan 24, 2020 - Python
Tensorflow implementation of attention mechanism for text classification tasks.
-
Updated
Jan 19, 2020 - Python
A list of NLP(Natural Language Processing) tutorials
-
Updated
Jan 23, 2020 - Python
读了你的源码,关于这些矩阵names = ['x','y','tx','ty','allx','ally','adj']分别代表什么?
比如allx => the feature vectors of both labeled and unlabeled training docs/words,你的实验数据不都是有标签的嘛,为什么会有unlabeled training docs?
你在论文中说你的节点初始化为one-hot向量,而我在代码中看到你用word嵌入的平均作为doc嵌入输入,这是为什么?the one-hot labels of the labeled training docs又代表什么?
关于这些x,y,tx,ty等等,我比较难懂,请求您抽出时间为我解答,非常感谢
Implementation of papers for text classification task on DBpedia
-
Updated
Jan 24, 2020 - Python
We should revisit our alpha and beta default values. 1.0 is way to large.
(tensorflow) F:\Postgraduate\KaggleLearning\multi-class-text-classification-cnn-rnn-master\multi-class-text-classification-cnn-rnn-master>python predict.py ./t
rained_results_1541818386/ ./data2/samples.csv
D:\Anaconda\anaconda\envs\tensorflow\lib\site-packages\gensim\utils.py:1212: UserWarning: detected Windows; aliasing chunkize to chunkize_serial
warnings.warn("detected Windows; aliasing c
自然语言处理(nlp),小姜机器人(闲聊检索式chatbot),BERT句向量-相似度(Sentence Similarity),XLNET句向量-相似度(text xlnet embedding),文本分类(Text classification), 实体提取(ner,bert+bilstm+crf),数据增强(text augment, data enhance),同义句同义词生成,句子主干提取(mainpart),中文汉语短文本相似度,文本特征工程,keras-http-service调用
-
Updated
Jan 22, 2020 - Python
mrr has been implemented as a class in sklearn called "label_ranking_average_precision_score".
The code in "Text Classification with Logistic Regression.ipynb" file will be much shorter if it is used.
Multi-label Classification with BERT; Fine Grained Sentiment Analysis from AI challenger
-
Updated
Jan 27, 2020 - Jupyter Notebook
Text classification using deep learning models in Pytorch
-
Updated
Jan 24, 2020 - Python
Code for the EMNLP-IJCNLP paper: Easy data augmentation techniques for boosting performance on text classification tasks.
-
Updated
Jan 27, 2020 - Python
Hi, would it be possible for the authors to add the accuracy results that they're getting to the README? Right now I'm seeing numbers which are mid 80's for certain models when I know certain people have reported 89/90 with Deep Learning methods on IMDB.
Add BERT benchmarks
Tensorflow implementations of Text Classification Models.
-
Updated
Jan 27, 2020 - Python
Improve this page
Add a description, image, and links to the text-classification topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the text-classification topic, visit your repo's landing page and select "manage topics."
What makes HanLP different than the majority of OSS projects?
One of the most important factors would be the large scale professional corpora, and the correct way to make use of them.
To have some unique pretrained LM before releasing the beta version would be a cool idea. Don't you think so?