XiangyanChen / Tensorflow
Tensorflow深度学习
☆17Updated 5 years ago
Alternatives and similar repositories for Tensorflow:
Users that are interested in Tensorflow are comparing it to the libraries listed below
- Industry chain data test:Sentence classify Bi-GRU-att☆21Updated 6 years ago
- 主要是实现nlp常用网络以及结果比较,各模型的优劣势,如:FastText,TextCNN,TextRNN,TextRCNN,BiLSTM,Seq2seq,BERT,Transformer,ELMo以及Attention机制等等。☆44Updated 5 years ago
- keras 搭建文本分类模型,textcnn/bi_gru/cnn+rnn_binglian/cnn+rnn_cuanlian/fasttext/att_bi_gru/rcnn,其中前面四个模型只有create_model函数不同,其余相同,fasttext和rcnn增加了…☆23Updated 6 years ago
- 基于双向RNN,Attention机制的编解码神经机器翻译模型☆59Updated 7 years ago
- 天津财经大学2019年统计学院机器学习讨论班☆12Updated 5 years ago
- 总结一些工作学习中的文本分类算法☆16Updated 3 years ago
- Text classification in Tensorflow1.x☆24Updated 2 years ago
- 《NLP汉语自然语言处理——原理与实践》代码学习、修改与完善。☆8Updated 6 years ago
- ModifyAI 公众号项目☆27Updated 4 years ago
- FastText 文本分类☆19Updated 6 years ago
- 《统计学习方法》python实现☆10Updated 4 years ago
- 中文文本分类,包含了语料库的基本处理,Wiki_zh的处理等☆15Updated 6 years ago
- Attention-based BLSTM-CRF Architecture for Mongolian Named Entity Recognition☆17Updated 6 years ago
- 基于bert中文多分类模型☆11Updated 5 years ago
- Some solutions about kaggle compettions.☆16Updated 6 years ago
- question classification with multi-level attention mechanism 使用多层级注意力机制和keras实现问题分类☆34Updated 5 years ago
- SVM, FastText, TextCNN, BiGRU, CNN-BiGRU在短分本分类上的对比☆83Updated 6 years ago
- 机器学习 数据挖掘 案例和竞赛 代码☆8Updated 3 years ago
- Code lab for NLP. Including doc2txt,tf-idf,cnn,text classify,hmm cws,crf ner.☆42Updated 6 years ago
- 使用BERT构建多标签标注模型☆41Updated 4 years ago
- ☆135Updated 6 years ago
- paper reading☆21Updated 6 years ago
- Some very useful python code files.☆17Updated 7 years ago
- Transfer learning for text classification with recurrent neural network(lstm)☆16Updated 6 years ago
- 从0学习深度学习课程,跟随Andrew Ng的Coursera课程,课后根据记忆用python代码实现课程作业☆11Updated 5 years ago
- 集成各种神经网络进行情感分类,包括CNN、LSTM、Transformer以及BERT等网络模型☆71Updated 5 years ago
- BiLSTM 加普通Attention中文文本多分类Pytorch实现☆32Updated 3 years ago
- some basic deep learning models/method for nlp, text classification.☆81Updated 4 years ago
- 自然语言处理、机器学习、深度学习笔记☆48Updated 3 years ago
- BERT预训练模型字向量提取工具