用AI筛查罕见病,几位年轻的中国医生和科学家做到了!

2017-02-07 李莹 奇点网

人工智能是医生的好帮手,这点大家都不陌生了。目前已经出现了很多用于筛查和辅助决策的医疗机器人,比如说IBM的Watson,Deepmind的AIphaGo,二者均建立在大数据上。然而,对于罕见病来说,很难获得高质量的数据,这就引发一个问题:在罕见病的筛查和辅助诊断中能否应用人工智能呢?受到2015年谷歌DeepMind发表论文的启发,中国中山大学中山眼科中心的80后眼科医生林浩添和他的同事萌生

人工智能是医生的好帮手,这点大家都不陌生了。目前已经出现了很多用于筛查和辅助决策的医疗机器人,比如说IBM的Watson,Deepmind的AIphaGo,二者均建立在大数据上。然而,对于罕见病来说,很难获得高质量的数据,这就引发一个问题:在罕见病的筛查和辅助诊断中能否应用人工智能呢?

受到2015年谷歌DeepMind发表论文的启发,中国中山大学中山眼科中心的80后眼科医生林浩添和他的同事萌生出想要创建一个人工智能平台来挖掘他们在先天性白内障的临床数据,进而达到筛查和辅助诊断的目的。他们联合西安电子科技大学刘西洋教授利用ILSVRC 2014(ImageNet Large Scale Visual Recognition Challenge of 2014)的冠军模型来建立识别先天性白内障的深度学习模型(该模型被认为在图像识别领域占主导地位,可用于训练和分类),取名为CC-Cruiser。本次研究成果于2017年1月30日发表在Nature Biomedical Engineering期刊上【2】。

0 (2)
林浩添

之所以选择先天性白内障(congenital cataract)作为本次研究对象,因为这种疾病会导致失明和视力损伤,多在出生前后即已存在,或在儿童期内罹患,在我国发病率为0.05%。此外,它作为一种典型的罕见病,集合慢性和急性疾病的特点,适合测试案例。

训练CC-Cruiser的图片集,研究者采用了来自中国卫生部儿童白内障计划(CCPMOH)例行检查的一部分图片,包括410幅不同严重程度的先天性白内障儿童患者的眼部图像,476幅正常儿童眼睛图像。所有图片均由两名有经验的眼科医师独立地进行分类和描述,第三名眼科医师对分歧案例提供咨询。这三名人类医师是没有接触过CC-Cruiser的。

 

0 (4)

完成训练后,CC-Cruiser基本具备三个功能:

  1.  筛查患有先天性白内障的患者
  2.  对患者进行危险评估,评估主要有三个指标:晶状体的不透明面积、深浅和位置
  3. 协助眼科医师进行治疗决策

 

研究者对CC-Cruiser进行了5次测试。在计算机模拟测试中,CC-Cruiser筛查先天性白内障患者的准确率为98.87%。在危险评估功能中,三个指标(不透明面积、深浅和位置)判断的准确率为93.98%, 95.06% 和95.12%。在辅助决策,给眼科医师提供建议的准确率为97.56%。

为了进一步探讨CC-Cruiser的通用性和实用性,研究者选择三家非眼科的医院进行测试,两家医院在广州市,一家在清远市。因为研究者希望CC-Cruiser最终帮助的对象就是这些缺乏现场眼科医生的医院。在57幅儿童眼部图片中,筛查的准确率为98.25%。危险评估的三项指标(面积、深浅、位置)的准确率分别100%, 92.86% 和 100%。辅助决策的准确率为92.86%。

0 (3)
图为CC-Cruiser与人类医师的比较测试

在和人类眼科医师的比较测试中,CC-Cruiser表现也非常出色。专家小组包括3名眼科医师,一名拥有十年经验的眼科专家、一名已经完成眼科临床培训和具体培训的主管医生,以及一名完成理论学习并开始临床实践的新手医生。在50例图像中,CC-Cruiser找出了所有先天性白内障患者。而三名眼科医师在第3例图片上都犯了错误——误将图片的高光区域诊断为先天性白内障。在危险评估和辅助决策中,CC-Cruiser表现也不错,对所有需要进行手术的患者都给予了正确的治疗建议。因此,研究者认为CC-Cruiser可以称得上是一个“合格的眼科医生”。

然而,光当个“合格医生”可不够。目前中国的罕见病管理比较落后,主要是费用贵,地域比较分散,患者难以享受到专业高质量的护理。中国人口众多,罕见病管理往往存在漏诊或误诊以及不当的治疗决策等问题,这可和一直倡导的“精准治疗”目标相距甚远。为此,研究者将CC-Cruiser搬到了“云”上,用于先天性白内障的医疗服务管理。

研究者建立了CC-Cruiser的网站(https://www.cc-cruiser.com/version1),与面向医院的Watson机器人不同,普通用户通过注册也能接入这个网站。进入网站后用户可以上传自己的眼部图片,网站会立马给出诊断,诊断结果包括:是否有病、面积大小、深浅、位置、治疗建议(手术还是随访)。同时,网站对那些想要测试CC-Cruiser程序的用户提供了50例典型案例提供下载,这些案例覆盖了大部分的临床情况,正常情况,不需要进行手术的白内障,不同严重程度的透明度、应接受紧急干预高危病例。

0 (1)
CC-Cruiser的网站的界面(奇点糕用样本测试后的结果)

经过用户同意后,用户的临床信息(目前为图像)和人口信息会上传到网站,保存到数据库中。如果CC-Cruiser建议患者进行手术,那么立马会通知CCPMOH的医生进行进一步的确认。为了防止误诊和漏诊,每周CCPMOH的医生会检查所有上传的案例,包括CC-Cruiser判断为正常和患病的案例。之后,患者可以和医生进行沟通,网站提供电子邮件和日间电话服务,以此确认是否需要进行手术。

怀着一颗好奇心,奇点糕进入CC-Cruiser网站后,首先用手机照了一张自己眼睛的图片,结果为没病,很安心!然后用网站中样本测试中的图片,结果为有病。又在网上找了一张先天性白内障患者的眼部图片,结果为有病。紧接着,因为网站对图片格式没有要求,奇点糕脑洞大开地把这篇文章的封面图片拿去测试了一下,结果还是有病。最后,奇点糕随便找了一张驴唇不对马嘴的图片,就是下面这张图片,结果仍然有病……看来研究者需要对网站上传的图片格式有所要求。

lead_960

林浩添在接受IEEE Spectrum的采访中表示,医生应该充分利用人工智能的建议来防止潜在的错误和补充自己的判断,但同时,对于治疗来说,医生和患者之间的互动交流是必不可少的,对于机器来说,想要模仿人的情感是非常具有挑战性的。医生和患者之间的互动将是人类智慧的最后一个堡垒。

该研究团队希望,在进一步的临床试验中,非眼科医院的医生可以使用该程序来筛查患者并将患者送到专业的医疗中心。患者最终也可以利用它。正如AI不仅可以理解为Artificial Intelligence,也可以理解为Augmented Intelligence,即扩增智慧。林浩添认为,人工智能的最终目标是利用它,与人的能力相结合,创造一个更美好的世界。

原始出处:

【1】http://spectrum.ieee.org/the-human-os/biomedical/diagnostics/ophthalmologists-vs-ai-its-a-tie

【2】Erping Long, Haotian Lin, Zhenzhen Liu,et al.An artificial intelligence platform for the multihospitalcollaborative management of congenital cataracts. Nature Biomedical Engineering.

版权声明:
本网站所有内容来源注明为“梅斯医学”或“MedSci原创”的文字、图片和音视频资料,版权均属于梅斯医学所有。非经授权,任何媒体、网站或个人不得转载,授权转载时须注明来源为“梅斯医学”。其它来源的文章系转载文章,或“梅斯号”自媒体发布的文章,仅系出于传递更多信息之目的,本站仅负责审核内容合规,其内容不代表本站立场,本站不负责内容的准确性和版权。如果存在侵权、或不希望被转载的媒体或个人可与我们联系,我们将立即进行删除处理。
在此留言
评论区 (6)
#插入话题
  1. [GetPortalCommentsPageByObjectIdResponse(id=175121, encodeId=88261e512118, content=了不起,大赞, beContent=null, objectType=article, channel=null, level=null, likeNumber=70, replyNumber=0, topicName=null, topicId=null, topicList=[], attachment=null, authenticateStatus=null, createdAvatar=https://wx.qlogo.cn/mmopen/NUyjXTCJjo7LIiaRZTzJ3SEfiauCzTMPW7YvPPYLNJBXG9oh6Al1icq2VQQkIHWxqXehcicTS62YKJVBhxeth3wggw/0, createdBy=7ce01621306, createdName=天涯183, createdTime=Thu Feb 09 11:05:31 CST 2017, time=2017-02-09, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=1467179, encodeId=ab63146e179cc, content=<a href='/topic/show?id=ef32e9539e8' target=_blank style='color:#2F92EE;'>#罕见#</a>, beContent=null, objectType=article, channel=null, level=null, likeNumber=40, replyNumber=0, topicName=null, topicId=null, topicList=[TopicDto(id=79539, encryptionId=ef32e9539e8, topicName=罕见)], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=29f36868190, createdName=syscxl, createdTime=Thu Feb 09 02:48:00 CST 2017, time=2017-02-09, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=1526894, encodeId=5f0c152689432, content=<a href='/topic/show?id=894221e3566' target=_blank style='color:#2F92EE;'>#中国医生#</a>, beContent=null, objectType=article, channel=null, level=null, likeNumber=47, replyNumber=0, topicName=null, topicId=null, topicList=[TopicDto(id=21735, encryptionId=894221e3566, topicName=中国医生)], attachment=null, authenticateStatus=null, createdAvatar=null, createdBy=45f511780919, createdName=nakerunner, createdTime=Thu Feb 09 02:48:00 CST 2017, time=2017-02-09, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=174828, encodeId=f9cd1e48285c, content=中国也是有很厉害的人物的,相信会越来越好的。, beContent=null, objectType=article, channel=null, level=null, likeNumber=74, replyNumber=0, topicName=null, topicId=null, topicList=[], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=ee471989203, createdName=墨尔, createdTime=Tue Feb 07 21:28:56 CST 2017, time=2017-02-07, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=174787, encodeId=3c581e478744, content=厉害啊,一直想做AI, beContent=null, objectType=article, channel=null, level=null, likeNumber=81, replyNumber=0, topicName=null, topicId=null, topicList=[], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=aadd1680584, createdName=蔬菜, createdTime=Tue Feb 07 17:55:47 CST 2017, time=2017-02-07, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=174760, encodeId=c28f1e47605a, content=很好的学习资料,感谢了。, beContent=null, objectType=article, channel=null, level=null, likeNumber=70, replyNumber=0, topicName=null, topicId=null, topicList=[], attachment=null, authenticateStatus=null, createdAvatar=http://cacheapi.medsci.cn/resource/upload/20161026/IMG58107C0F82E499574.jpg, createdBy=00e81970035, createdName=1e15b6fem30(暂无匿称), createdTime=Tue Feb 07 15:37:32 CST 2017, time=2017-02-07, status=1, ipAttribution=)]
    2017-02-09 天涯183

    了不起,大赞

    0

  2. [GetPortalCommentsPageByObjectIdResponse(id=175121, encodeId=88261e512118, content=了不起,大赞, beContent=null, objectType=article, channel=null, level=null, likeNumber=70, replyNumber=0, topicName=null, topicId=null, topicList=[], attachment=null, authenticateStatus=null, createdAvatar=https://wx.qlogo.cn/mmopen/NUyjXTCJjo7LIiaRZTzJ3SEfiauCzTMPW7YvPPYLNJBXG9oh6Al1icq2VQQkIHWxqXehcicTS62YKJVBhxeth3wggw/0, createdBy=7ce01621306, createdName=天涯183, createdTime=Thu Feb 09 11:05:31 CST 2017, time=2017-02-09, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=1467179, encodeId=ab63146e179cc, content=<a href='/topic/show?id=ef32e9539e8' target=_blank style='color:#2F92EE;'>#罕见#</a>, beContent=null, objectType=article, channel=null, level=null, likeNumber=40, replyNumber=0, topicName=null, topicId=null, topicList=[TopicDto(id=79539, encryptionId=ef32e9539e8, topicName=罕见)], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=29f36868190, createdName=syscxl, createdTime=Thu Feb 09 02:48:00 CST 2017, time=2017-02-09, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=1526894, encodeId=5f0c152689432, content=<a href='/topic/show?id=894221e3566' target=_blank style='color:#2F92EE;'>#中国医生#</a>, beContent=null, objectType=article, channel=null, level=null, likeNumber=47, replyNumber=0, topicName=null, topicId=null, topicList=[TopicDto(id=21735, encryptionId=894221e3566, topicName=中国医生)], attachment=null, authenticateStatus=null, createdAvatar=null, createdBy=45f511780919, createdName=nakerunner, createdTime=Thu Feb 09 02:48:00 CST 2017, time=2017-02-09, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=174828, encodeId=f9cd1e48285c, content=中国也是有很厉害的人物的,相信会越来越好的。, beContent=null, objectType=article, channel=null, level=null, likeNumber=74, replyNumber=0, topicName=null, topicId=null, topicList=[], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=ee471989203, createdName=墨尔, createdTime=Tue Feb 07 21:28:56 CST 2017, time=2017-02-07, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=174787, encodeId=3c581e478744, content=厉害啊,一直想做AI, beContent=null, objectType=article, channel=null, level=null, likeNumber=81, replyNumber=0, topicName=null, topicId=null, topicList=[], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=aadd1680584, createdName=蔬菜, createdTime=Tue Feb 07 17:55:47 CST 2017, time=2017-02-07, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=174760, encodeId=c28f1e47605a, content=很好的学习资料,感谢了。, beContent=null, objectType=article, channel=null, level=null, likeNumber=70, replyNumber=0, topicName=null, topicId=null, topicList=[], attachment=null, authenticateStatus=null, createdAvatar=http://cacheapi.medsci.cn/resource/upload/20161026/IMG58107C0F82E499574.jpg, createdBy=00e81970035, createdName=1e15b6fem30(暂无匿称), createdTime=Tue Feb 07 15:37:32 CST 2017, time=2017-02-07, status=1, ipAttribution=)]
    2017-02-09 syscxl
  3. [GetPortalCommentsPageByObjectIdResponse(id=175121, encodeId=88261e512118, content=了不起,大赞, beContent=null, objectType=article, channel=null, level=null, likeNumber=70, replyNumber=0, topicName=null, topicId=null, topicList=[], attachment=null, authenticateStatus=null, createdAvatar=https://wx.qlogo.cn/mmopen/NUyjXTCJjo7LIiaRZTzJ3SEfiauCzTMPW7YvPPYLNJBXG9oh6Al1icq2VQQkIHWxqXehcicTS62YKJVBhxeth3wggw/0, createdBy=7ce01621306, createdName=天涯183, createdTime=Thu Feb 09 11:05:31 CST 2017, time=2017-02-09, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=1467179, encodeId=ab63146e179cc, content=<a href='/topic/show?id=ef32e9539e8' target=_blank style='color:#2F92EE;'>#罕见#</a>, beContent=null, objectType=article, channel=null, level=null, likeNumber=40, replyNumber=0, topicName=null, topicId=null, topicList=[TopicDto(id=79539, encryptionId=ef32e9539e8, topicName=罕见)], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=29f36868190, createdName=syscxl, createdTime=Thu Feb 09 02:48:00 CST 2017, time=2017-02-09, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=1526894, encodeId=5f0c152689432, content=<a href='/topic/show?id=894221e3566' target=_blank style='color:#2F92EE;'>#中国医生#</a>, beContent=null, objectType=article, channel=null, level=null, likeNumber=47, replyNumber=0, topicName=null, topicId=null, topicList=[TopicDto(id=21735, encryptionId=894221e3566, topicName=中国医生)], attachment=null, authenticateStatus=null, createdAvatar=null, createdBy=45f511780919, createdName=nakerunner, createdTime=Thu Feb 09 02:48:00 CST 2017, time=2017-02-09, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=174828, encodeId=f9cd1e48285c, content=中国也是有很厉害的人物的,相信会越来越好的。, beContent=null, objectType=article, channel=null, level=null, likeNumber=74, replyNumber=0, topicName=null, topicId=null, topicList=[], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=ee471989203, createdName=墨尔, createdTime=Tue Feb 07 21:28:56 CST 2017, time=2017-02-07, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=174787, encodeId=3c581e478744, content=厉害啊,一直想做AI, beContent=null, objectType=article, channel=null, level=null, likeNumber=81, replyNumber=0, topicName=null, topicId=null, topicList=[], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=aadd1680584, createdName=蔬菜, createdTime=Tue Feb 07 17:55:47 CST 2017, time=2017-02-07, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=174760, encodeId=c28f1e47605a, content=很好的学习资料,感谢了。, beContent=null, objectType=article, channel=null, level=null, likeNumber=70, replyNumber=0, topicName=null, topicId=null, topicList=[], attachment=null, authenticateStatus=null, createdAvatar=http://cacheapi.medsci.cn/resource/upload/20161026/IMG58107C0F82E499574.jpg, createdBy=00e81970035, createdName=1e15b6fem30(暂无匿称), createdTime=Tue Feb 07 15:37:32 CST 2017, time=2017-02-07, status=1, ipAttribution=)]
  4. [GetPortalCommentsPageByObjectIdResponse(id=175121, encodeId=88261e512118, content=了不起,大赞, beContent=null, objectType=article, channel=null, level=null, likeNumber=70, replyNumber=0, topicName=null, topicId=null, topicList=[], attachment=null, authenticateStatus=null, createdAvatar=https://wx.qlogo.cn/mmopen/NUyjXTCJjo7LIiaRZTzJ3SEfiauCzTMPW7YvPPYLNJBXG9oh6Al1icq2VQQkIHWxqXehcicTS62YKJVBhxeth3wggw/0, createdBy=7ce01621306, createdName=天涯183, createdTime=Thu Feb 09 11:05:31 CST 2017, time=2017-02-09, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=1467179, encodeId=ab63146e179cc, content=<a href='/topic/show?id=ef32e9539e8' target=_blank style='color:#2F92EE;'>#罕见#</a>, beContent=null, objectType=article, channel=null, level=null, likeNumber=40, replyNumber=0, topicName=null, topicId=null, topicList=[TopicDto(id=79539, encryptionId=ef32e9539e8, topicName=罕见)], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=29f36868190, createdName=syscxl, createdTime=Thu Feb 09 02:48:00 CST 2017, time=2017-02-09, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=1526894, encodeId=5f0c152689432, content=<a href='/topic/show?id=894221e3566' target=_blank style='color:#2F92EE;'>#中国医生#</a>, beContent=null, objectType=article, channel=null, level=null, likeNumber=47, replyNumber=0, topicName=null, topicId=null, topicList=[TopicDto(id=21735, encryptionId=894221e3566, topicName=中国医生)], attachment=null, authenticateStatus=null, createdAvatar=null, createdBy=45f511780919, createdName=nakerunner, createdTime=Thu Feb 09 02:48:00 CST 2017, time=2017-02-09, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=174828, encodeId=f9cd1e48285c, content=中国也是有很厉害的人物的,相信会越来越好的。, beContent=null, objectType=article, channel=null, level=null, likeNumber=74, replyNumber=0, topicName=null, topicId=null, topicList=[], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=ee471989203, createdName=墨尔, createdTime=Tue Feb 07 21:28:56 CST 2017, time=2017-02-07, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=174787, encodeId=3c581e478744, content=厉害啊,一直想做AI, beContent=null, objectType=article, channel=null, level=null, likeNumber=81, replyNumber=0, topicName=null, topicId=null, topicList=[], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=aadd1680584, createdName=蔬菜, createdTime=Tue Feb 07 17:55:47 CST 2017, time=2017-02-07, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=174760, encodeId=c28f1e47605a, content=很好的学习资料,感谢了。, beContent=null, objectType=article, channel=null, level=null, likeNumber=70, replyNumber=0, topicName=null, topicId=null, topicList=[], attachment=null, authenticateStatus=null, createdAvatar=http://cacheapi.medsci.cn/resource/upload/20161026/IMG58107C0F82E499574.jpg, createdBy=00e81970035, createdName=1e15b6fem30(暂无匿称), createdTime=Tue Feb 07 15:37:32 CST 2017, time=2017-02-07, status=1, ipAttribution=)]
    2017-02-07 墨尔

    中国也是有很厉害的人物的,相信会越来越好的。

    0

  5. [GetPortalCommentsPageByObjectIdResponse(id=175121, encodeId=88261e512118, content=了不起,大赞, beContent=null, objectType=article, channel=null, level=null, likeNumber=70, replyNumber=0, topicName=null, topicId=null, topicList=[], attachment=null, authenticateStatus=null, createdAvatar=https://wx.qlogo.cn/mmopen/NUyjXTCJjo7LIiaRZTzJ3SEfiauCzTMPW7YvPPYLNJBXG9oh6Al1icq2VQQkIHWxqXehcicTS62YKJVBhxeth3wggw/0, createdBy=7ce01621306, createdName=天涯183, createdTime=Thu Feb 09 11:05:31 CST 2017, time=2017-02-09, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=1467179, encodeId=ab63146e179cc, content=<a href='/topic/show?id=ef32e9539e8' target=_blank style='color:#2F92EE;'>#罕见#</a>, beContent=null, objectType=article, channel=null, level=null, likeNumber=40, replyNumber=0, topicName=null, topicId=null, topicList=[TopicDto(id=79539, encryptionId=ef32e9539e8, topicName=罕见)], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=29f36868190, createdName=syscxl, createdTime=Thu Feb 09 02:48:00 CST 2017, time=2017-02-09, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=1526894, encodeId=5f0c152689432, content=<a href='/topic/show?id=894221e3566' target=_blank style='color:#2F92EE;'>#中国医生#</a>, beContent=null, objectType=article, channel=null, level=null, likeNumber=47, replyNumber=0, topicName=null, topicId=null, topicList=[TopicDto(id=21735, encryptionId=894221e3566, topicName=中国医生)], attachment=null, authenticateStatus=null, createdAvatar=null, createdBy=45f511780919, createdName=nakerunner, createdTime=Thu Feb 09 02:48:00 CST 2017, time=2017-02-09, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=174828, encodeId=f9cd1e48285c, content=中国也是有很厉害的人物的,相信会越来越好的。, beContent=null, objectType=article, channel=null, level=null, likeNumber=74, replyNumber=0, topicName=null, topicId=null, topicList=[], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=ee471989203, createdName=墨尔, createdTime=Tue Feb 07 21:28:56 CST 2017, time=2017-02-07, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=174787, encodeId=3c581e478744, content=厉害啊,一直想做AI, beContent=null, objectType=article, channel=null, level=null, likeNumber=81, replyNumber=0, topicName=null, topicId=null, topicList=[], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=aadd1680584, createdName=蔬菜, createdTime=Tue Feb 07 17:55:47 CST 2017, time=2017-02-07, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=174760, encodeId=c28f1e47605a, content=很好的学习资料,感谢了。, beContent=null, objectType=article, channel=null, level=null, likeNumber=70, replyNumber=0, topicName=null, topicId=null, topicList=[], attachment=null, authenticateStatus=null, createdAvatar=http://cacheapi.medsci.cn/resource/upload/20161026/IMG58107C0F82E499574.jpg, createdBy=00e81970035, createdName=1e15b6fem30(暂无匿称), createdTime=Tue Feb 07 15:37:32 CST 2017, time=2017-02-07, status=1, ipAttribution=)]
    2017-02-07 蔬菜

    厉害啊,一直想做AI

    0

  6. [GetPortalCommentsPageByObjectIdResponse(id=175121, encodeId=88261e512118, content=了不起,大赞, beContent=null, objectType=article, channel=null, level=null, likeNumber=70, replyNumber=0, topicName=null, topicId=null, topicList=[], attachment=null, authenticateStatus=null, createdAvatar=https://wx.qlogo.cn/mmopen/NUyjXTCJjo7LIiaRZTzJ3SEfiauCzTMPW7YvPPYLNJBXG9oh6Al1icq2VQQkIHWxqXehcicTS62YKJVBhxeth3wggw/0, createdBy=7ce01621306, createdName=天涯183, createdTime=Thu Feb 09 11:05:31 CST 2017, time=2017-02-09, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=1467179, encodeId=ab63146e179cc, content=<a href='/topic/show?id=ef32e9539e8' target=_blank style='color:#2F92EE;'>#罕见#</a>, beContent=null, objectType=article, channel=null, level=null, likeNumber=40, replyNumber=0, topicName=null, topicId=null, topicList=[TopicDto(id=79539, encryptionId=ef32e9539e8, topicName=罕见)], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=29f36868190, createdName=syscxl, createdTime=Thu Feb 09 02:48:00 CST 2017, time=2017-02-09, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=1526894, encodeId=5f0c152689432, content=<a href='/topic/show?id=894221e3566' target=_blank style='color:#2F92EE;'>#中国医生#</a>, beContent=null, objectType=article, channel=null, level=null, likeNumber=47, replyNumber=0, topicName=null, topicId=null, topicList=[TopicDto(id=21735, encryptionId=894221e3566, topicName=中国医生)], attachment=null, authenticateStatus=null, createdAvatar=null, createdBy=45f511780919, createdName=nakerunner, createdTime=Thu Feb 09 02:48:00 CST 2017, time=2017-02-09, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=174828, encodeId=f9cd1e48285c, content=中国也是有很厉害的人物的,相信会越来越好的。, beContent=null, objectType=article, channel=null, level=null, likeNumber=74, replyNumber=0, topicName=null, topicId=null, topicList=[], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=ee471989203, createdName=墨尔, createdTime=Tue Feb 07 21:28:56 CST 2017, time=2017-02-07, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=174787, encodeId=3c581e478744, content=厉害啊,一直想做AI, beContent=null, objectType=article, channel=null, level=null, likeNumber=81, replyNumber=0, topicName=null, topicId=null, topicList=[], attachment=null, authenticateStatus=null, createdAvatar=, createdBy=aadd1680584, createdName=蔬菜, createdTime=Tue Feb 07 17:55:47 CST 2017, time=2017-02-07, status=1, ipAttribution=), GetPortalCommentsPageByObjectIdResponse(id=174760, encodeId=c28f1e47605a, content=很好的学习资料,感谢了。, beContent=null, objectType=article, channel=null, level=null, likeNumber=70, replyNumber=0, topicName=null, topicId=null, topicList=[], attachment=null, authenticateStatus=null, createdAvatar=http://cacheapi.medsci.cn/resource/upload/20161026/IMG58107C0F82E499574.jpg, createdBy=00e81970035, createdName=1e15b6fem30(暂无匿称), createdTime=Tue Feb 07 15:37:32 CST 2017, time=2017-02-07, status=1, ipAttribution=)]
    2017-02-07 1e15b6fem30(暂无匿称)

    很好的学习资料,感谢了。

    0

相关资讯

SABCS 2014:PI3K抑制剂用于ER阳性AI耐药的晚期乳腺癌

PI3K抑制剂联合内分泌药物治疗AI耐药晚期乳腺癌">乳腺癌的Ⅱ期研究 摘要号:S2-02 报告时间:圣安东尼奥时间12月10日,3:30 pm PI3K通路被认为在雌激素受体(ER)阳性乳腺癌内分泌治疗发生耐药的过程中发挥着重要作用,因此研究者开始考虑将PI3K抑制剂与内分泌治疗药物联用可能会部分克服内分泌的耐药。FERGI研究是第一项对此假说进行验证的研究。该研究探讨的是PI3K抑

人工智能有助于提高乳腺癌确诊率

图片来源于medicalnewstoday人工智能(AI)系统是“基于深度学习、用于各种应用包括语音识别和图像识别的一种机器学习算法,”哈佛大学医学院病理学副教授Andrew Beck这样解释,他负责美国马萨诸塞州波士顿市贝斯以色列女执事医疗中心(BIDMC)新系统的开发。 Beck教授及其同事在四月布拉格举行的国际生物医学成像研讨会(ISBI 2016)年会竞赛中展示了新的人工智能(AI)系统

在评估心理健康问题时,AI真的要打败人类医生了!

美国心理健康专家所使用的工具越来越智能了!他们通过人工智能技术对患者进行诊断,结果要比人类诊断更准确。