Pinned Repositories
-NER_BILSTM_SELFATT_CRF
跑了一下多个粒度嵌入对中文命名实体识别效果的影响
Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
awesome-knowledge-graph
整理知识图谱相关学习资料
bert
TensorFlow code and pre-trained models for BERT
BERT-for-Sequence-Labeling-and-Text-Classification
This is the template code to use BERT for sequence lableing and text classification, in order to facilitate BERT for more tasks. Currently, the template code has included conll-2003 named entity identification, Snips Slot Filling and Intent Prediction.
CCF_IE
2019百度语言与智能技术竞赛信息抽取赛代5名代码
CCKS_EE
CCKS蚂蚁金服事件主体抽取
datagrand
2019达观杯 第六名代码
Joint-Entity-and-Relation-Extraction
实现了一下multi-head-selection联合关系实体抽取
oppoGeek
天池OGeek算法挑战赛
cdjasonj's Repositories
cdjasonj/CCF_IE
2019百度语言与智能技术竞赛信息抽取赛代5名代码
cdjasonj/datagrand
2019达观杯 第六名代码
cdjasonj/Joint-Entity-and-Relation-Extraction
实现了一下multi-head-selection联合关系实体抽取
cdjasonj/CCKS_EE
CCKS蚂蚁金服事件主体抽取
cdjasonj/-NER_BILSTM_SELFATT_CRF
跑了一下多个粒度嵌入对中文命名实体识别效果的影响
cdjasonj/oppoGeek
天池OGeek算法挑战赛
cdjasonj/Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
cdjasonj/awesome-knowledge-graph
整理知识图谱相关学习资料
cdjasonj/bert
TensorFlow code and pre-trained models for BERT
cdjasonj/BERT-for-Sequence-Labeling-and-Text-Classification
This is the template code to use BERT for sequence lableing and text classification, in order to facilitate BERT for more tasks. Currently, the template code has included conll-2003 named entity identification, Snips Slot Filling and Intent Prediction.
cdjasonj/BERT_Chinese_Classification
本实验,是用BERT进行中文情感分类,记录了详细操作及完整程序
cdjasonj/BiLstm_CNN_CRF_CWS
BiLstm+CNN+CRF 法律文档(合同类案件)领域分词(100篇标注样本)
cdjasonj/DeepSpeedExamples
Example models using DeepSpeed
cdjasonj/DS-RelationExtraction
Distantly Supervised Relation Extraction
cdjasonj/information-extraction
cdjasonj/keras-elmo
How to use ELMo embeddings in Keras with Tensorflow Hub
cdjasonj/keras-transformer
Keras library for building (Universal) Transformers, facilitating BERT and GPT models
cdjasonj/keras-utility-layer-collection
Collection of custom layers and utility functions for Keras which are missing in the main framework.
cdjasonj/keras_attention
:bookmark: An Attention Layer in Keras
cdjasonj/Leetcode-python
用来记录下我的刷题之旅~~~~
cdjasonj/Name-Entity-Recognition
Lstm-crf,Lattice-CRF,bert-ner及近年ner相关论文follow
cdjasonj/NER_bLSTM-CRF
LSTM-CRF for NER with ConLL-2002 dataset
cdjasonj/nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
cdjasonj/ogeek
ogeek算法挑战赛方案
cdjasonj/pkuseg-python
pkuseg多领域中文分词工具; The pkuseg toolkit for multi-domain Chinese word segmentation
cdjasonj/Statistical-Learning-Method_Code
手写实现李航《统计学习方法》书中全部算法
cdjasonj/Synonyms
中文近义词工具包
cdjasonj/text_classification
all kinds of text classification models and more with deep learning
cdjasonj/Transformer_Seq2seq
cdjasonj/zhihu
This repo contains the source code in my personal column (https://zhuanlan.zhihu.com/zhaoyeyu), implemented using Python 3.6. Including Natural Language Processing and Computer Vision projects, such as text generation, machine translation, deep convolution GAN and other actual combat code.