[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View zurahao's full-sized avatar

Block or report zurahao

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Intra-Bag-and-Inter-Bag-Attentions Intra-Bag-and-Inter-Bag-Attentions Public

    Forked from ZhixiuYe/Intra-Bag-and-Inter-Bag-Attentions

    Code for NAACL 2019 paper: Distant Supervision Relation Extraction with Intra-Bag and Inter-Bag Attentions

    Python

  2. ChineseNRE ChineseNRE Public

    Forked from buppt/ChineseNRE

    中文实体关系抽取,pytorch,bilstm+attention

    Python

  3. ReadingList ReadingList Public

    Forked from weizhepei/ReadingList

    A list of research resources that I've appreciated.

  4. MedicalNamedEntityRecognition MedicalNamedEntityRecognition Public

    Forked from liuhuanyong/MedicalNamedEntityRecognition

    Medical Named Entity Recognition implement using bi-directional lstm and crf model with char embedding.CCKS2017中文电子病例命名实体识别项目,主要实现使用了基于字向量的四层双向LSTM与CRF模型的网络.该项目提供了原始训练数据样本(一般醒目,出院情况,病史情况,病史特点,诊疗经过)…

    Python

  5. Chinese-clinical-NER Chinese-clinical-NER Public

    Forked from MenglinLu/Chinese-clinical-NER

    CCKS2019中文命名实体识别任务。从医疗文本中识别疾病和诊断、解剖部位、影像检查、实验室检验、手术和药物6种命名实体。现已实现基于jieba和AC自动机的baseline构建、基于BiLSTM和CRF的序列标住模型构建。bert的部分代码主要源于https://github.com/charles9n/bert-sklearn.git 感谢作者。 模型最终测试集得分0.81,还有较大改进…

    Python

  6. QASystemOnMedicalKG QASystemOnMedicalKG Public

    Forked from liuhuanyong/QASystemOnMedicalKG

    A tutorial and implement of disease centered Medical knowledge graph and qa system based on it。知识图谱构建,自动问答,基于kg的自动问答。以疾病为中心的一定规模医药领域知识图谱,并以该知识图谱完成自动问答与分析服务。

    Python