working for life free
Stars
8
stars
written in Python
Clear filter
DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and effective.
An open-source NLP research library, built on PyTorch.
all kinds of text classification models and more with deep learning
all kinds of baseline models for long text classificaiton( text categorization)
TextClf :基于Pytorch/Sklearn的文本分类框架,包括逻辑回归、SVM、TextCNN、TextRNN、TextRCNN、DRNN、DPCNN、Bert等多种模型,通过简单配置即可完成数据处理、模型训练、测试等过程。
CSDN博客的关键词提取算法,融合TF,IDF,词性,位置等多特征。该项目用于参加2017 SMP用户画像测评,排名第四,在验证集中精度为59.9%,在最终集中精度为58.7%。启发式的方法,通用性强。