CNN-RNN中文文本分类,基于TensorFlow. Contribute to naiiver/text-classification-cnn-rnn development by creating an account on GitHub.
DonFenglovemengmeng / text-classification-cnn-rnn Public forked from gaussic/text-classification-cnn-rnn Notifications Fork 0 Star 0 Files master data helper images .gitignore LICENSE README.md cnn_model.py predict.py requirements.txt rnn_model.py run_cnn.py run_rnn.py Breadcrumbs text-...
TextCNN(object): """文本分类,CNN模型""" def __init__(self, config): self.config = config # 三个待输入的数据 self.input_x = tf.placeholder(tf.int32, [None, self.config.seq_length], name='input_x') self.input_y = tf.placeholder(tf.float32, [None, self.config.num_classes], ...
CNN-RNN中文文本分类,基于TensorFlow. Contribute to duanzhihua/text-classification-cnn-rnn development by creating an account on GitHub.
中文文本分类,TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention,DPCNN,Transformer,基于pytorch,开箱即用。 - Masterkmp/Chinese-Text-Classification-Pytorch
CNN-RNN中文文本分类,基于TensorFlow. Contribute to DaveKim3872/text-classification-cnn-rnn development by creating an account on GitHub.