Pinned Repositories
2018tianchengCUP
2018年甜橙金融杯大数据建模大学_初赛——DC竞赛
awesome-knowledge-graph
整理知识图谱相关学习资料
awesome-qa
😎 A curated list of the Question Answering (QA)
BDCI_Car_2018
BDCI 2018 汽车行业用户观点主题及情感识别 决赛一等奖方案
BERT-CH-NER
基于BERT的中文命名实体识别
Bert-Chinese-Text-Classification-Pytorch
使用Bert,ERNIE,进行中文文本分类
Captura
Capture Screen, Audio, Cursor, Mouse Clicks and Keystrokes
CCKS2019_EventEntityExtraction_Rank5
SEBERTNets:一种面向金融领域的事件主体抽取方法
Introduction-NLP
HanLP作者的新书《自然语言处理入门》详细笔记!业界良心之作,书中不是枯燥无味的公式罗列,而是用白话阐述的通俗易懂的算法模型。从基本概念出发,逐步介绍中文分词、词性标注、命名实体识别、信息抽取、文本聚类、文本分类、句法分析这几个热门问题的算法原理与工程实现。
MedicalNamedEntityRecognition
Medical Named Entity Recognition implement using bi-directional lstm and crf model with char embedding.CCKS2017中文电子病例命名实体识别项目,主要实现使用了基于字向量的四层双向LSTM与CRF模型的网络.该项目提供了原始训练数据样本(一般醒目,出院情况,病史情况,病史特点,诊疗经过)与转换版本,训练脚本,预训练模型,可用于序列标注研究.把玩和PK使用.
626607233's Repositories
626607233/awesome-knowledge-graph
整理知识图谱相关学习资料
626607233/awesome-qa
😎 A curated list of the Question Answering (QA)
626607233/Captura
Capture Screen, Audio, Cursor, Mouse Clicks and Keystrokes
626607233/CCKS2019_EventEntityExtraction_Rank5
SEBERTNets:一种面向金融领域的事件主体抽取方法
626607233/ChatterBot
ChatterBot is a machine learning, conversational dialog engine for creating chat bots
626607233/chinese-sequence-ner
chinese-sequence-ner多模型中文命名实体识别
626607233/Chinese-Text-Classification-Pytorch
中文文本分类,TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention,DPCNN,Transformer,基于pytorch,开箱即用。
626607233/DeepIE
DeepIE: Deep Learning for Information Extraction
626607233/Dive-into-DL-PyTorch
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。
626607233/ds-cmd-line-2e-zh
626607233/Event-Extraction
近年来事件抽取方法总结,包括中文事件抽取、开放域事件抽取、事件数据生成、跨语言事件抽取、小样本事件抽取、零样本事件抽取等类型,DMCNN、FramNet、DLRNN、DBRNN、GCN、DAG-GRU、JMEE、PLMEE等方法
626607233/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
626607233/generators-with-stylegan2
Here is a series of face generators based on StyleGAN2
626607233/HanLP
中文分词 词性标注 命名实体识别 依存句法分析 语义依存分析 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁转换 自然语言处理
626607233/homepage
Hao Zhang's Homepage
626607233/Information-Extraction-Chinese
Chinese Named Entity Recognition with IDCNN/biLSTM+CRF, and Relation Extraction with biGRU+2ATT 中文实体识别与关系提取
626607233/keras-flask-deploy-webapp
:smiley_cat: Pretty & simple image classifier app template. Deploy your own trained model or pre-trained model (VGG, ResNet, Densenet) to a web app using Flask in 10 minutes.
626607233/kg-2019
2019年百度的三元组抽取比赛,“科学空间队”源码
626607233/KgCLUE
KgCLUE: 大规模中文开源知识图谱问答
626607233/LeetCode-Go
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
626607233/NCRFpp
NCRF++, a Neural Sequence Labeling Toolkit. Easy use to any sequence labeling tasks (e.g. NER, POS, Segmentation). It includes character LSTM/CNN, word LSTM/CNN and softmax/CRF components.
626607233/ner
命名实体识别实践与探索
626607233/nlp-competitions-list-review
复盘所有NLP比赛的TOP方案,只关注NLP比赛,持续更新中!
626607233/nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
626607233/nlp_chinese_corpus
大规模中文自然语言处理语料 Large Scale Chinese Corpus for NLP
626607233/numpy-ml
Machine learning, in numpy
626607233/Server
PanDownload的个人维护版本
626607233/team-learning-program
主要存储Datawhale组队学习中“编程、数据结构与算法”方向的资料。
626607233/the-pile
626607233/WeiboSentiment
基于各种机器学习和深度学习的中文微博情感分析