Skip to content
#

cnn-text-classification

Here are 87 public repositories matching this topic...

TextClf :基于Pytorch/Sklearn的文本分类框架,包括逻辑回归、SVM、TextCNN、TextRNN、TextRCNN、DRNN、DPCNN、Bert等多种模型,通过简单配置即可完成数据处理、模型训练、测试等过程。

  • Updated Jul 21, 2023
  • Python

For this problem, we proposed the use of bidirectional-LSTM’s(Long Short Term Memory) with 1-D CNN layer to classify patient notes at character level and at word level. The 1-D CNN is employed to scale back the training time. In order to improve the performance, we will also feed the network combined word embedding consisting of Pre-trained word…

  • Updated Jul 3, 2020
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the cnn-text-classification topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cnn-text-classification topic, visit your repo's landing page and select "manage topics."

Learn more