Skip to content
View MenglinLu's full-sized avatar

Block or report MenglinLu

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
MenglinLu/README.md
  • 👋 Hi, I’m @MenglinLu
  • 👀 I’m interested in Artificial Intelligence in Medicine
  • 🌱 I’m currently studying in Zhejiang University, Institute of Artificial Intelligence

Popular repositories Loading

  1. Chinese-clinical-NER Chinese-clinical-NER Public

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

    Python 347 76

  2. Web-crawler Web-crawler Public

    调研药品数据网站。基于网络爬虫爬取药源网药物数据,搭建药品数据库。含中成药和化学药品信息共计10万余条。爬取国家食品药品监督管理局药品数据对药源网数据进行修正。基于Selenium等工具应对反爬,爬取ICD10等数据共研究使用。

    Python 104 54

  3. LDA-based-on-partition-PLDA- LDA-based-on-partition-PLDA- Public

    提出基于划分的LDA主题模型 (PLDA)。对传统LDA模型进行改进,考虑中长篇文档篇章结构较为清晰,传统LDA在处理中长篇文档时不能识别每个篇章的主题,提出基于划分的LDA主题模型,对中长篇文档如新闻报道】国务院工作报告等按照段落进行划分,先拆后合,并将其效果与传统LDA、LSI及doc2vec进行比较。基于Sougou和Fudan语料库的分类实验验证了PLDA效果最优。

    Python 38 5

  4. Prescription-understanding Prescription-understanding Public

    基于正则表达式和AC自动机多模匹配进行不规则处方文本理解,识别药品名、给药总量、用法用量等目标内容。

    Python 15 7

  5. Patient-representation-based-on-statistics Patient-representation-based-on-statistics Public

    基于MIMICIII临床数据库,对传统基于简单统计特征的患者表示进行改进,使用遗传算法获取重要统计特征对患者进行表示,基于StackIng的模型Super Learner预测患者进入ICU24时后的死亡率,与包括疾病严重程度评分以及基于简单统计特征的患者表示构成的baseline进行对比,AUC平均提高0.05。

    Python 13 2

  6. Predict-the-Emergency-Diagnosis-of-Fever-Disease Predict-the-Emergency-Diagnosis-of-Fever-Disease Public

    首届急诊大数据Datathon,小组任务。基于解放军301医院急诊大数据,抽取目标发热患者的人口统计学数据、实验室指标等数据,预测急诊患者是感染型发热还是非感染型发热,并分析患者抗生素的使用情况。

    R 6