apricotxingya
A postgraduate student of the Natural Language Processing Laboratory of Northeastern University, China.
Pinned Repositories
AES-RSA-FileTransfer
使用python的pycrypto、m2crypto模块完成AES、RSA加解密文件,实现文件安全传输
AI_competitions
AI比赛相关
ant_room
AT4ChineseNER
Adversarial Transfer Learning for Chinese Named Entity Recognition with Self-Attention Mechanism
attention-is-all-you-need-pytorch
A PyTorch implementation of the Transformer model in "Attention is All You Need".
bert-utils
一行代码使用BERT生成句向量,BERT做文本分类、文本相似度计算
CDMA-NER
Cross-Domain Model Adaptation for Named Entity Recognition
chainer
A flexible framework of neural networks for deep learning
Chinese_medical_NLP
中文医疗NLP领域 数据集,论文 ,知识图谱,语料,工具包
MTBook
《机器翻译:统计建模与深度学习方法》肖桐 朱靖波 著 - Machine Translation: Statistical Modeling and Deep Learning Methods
apricotxingya's Repositories
apricotxingya/tensor2tensor
Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.
apricotxingya/cogcomp-nlp
CogComp's Natural Language Processing libraries and Demos:
apricotxingya/AT4ChineseNER
Adversarial Transfer Learning for Chinese Named Entity Recognition with Self-Attention Mechanism
apricotxingya/NER
BiLSTM-ELMo-CNN(RNN)-CRF for CoNLL 2003
apricotxingya/NER-RNN-CRF-
apricotxingya/LatticeLSTM
Chinese NER using Lattice LSTM. Code for ACL 2018 paper.
apricotxingya/ChineseNER
Chinese name entity recognition task
apricotxingya/NER-pytorch
LSTM+CRF NER
apricotxingya/lstm-ner
Bidirectional recurrent neural networks (LSTM-RNN) for word & char level models in Python using Tensorflow
apricotxingya/AES-RSA-FileTransfer
使用python的pycrypto、m2crypto模块完成AES、RSA加解密文件,实现文件安全传输
apricotxingya/RNN_NER
A recurrent neural network to recognize named entities in text. Assignment 3 Stanford's cs224n 2017
apricotxingya/Tensorflow-Softmax-NER-RNNLM