文章信息
题目:How Machine Learning Will Transform Biomedicine
杂志:Cell
时间:April 2,2020
链接: https://doi.org/10.1016/j.cell.2020.03.022
概述
机器学习在语音识别,自动化驾驶汽车,生物医学等领域展现了巨大的潜在应用。机器学习将如何影响生物医学?这篇综述从机器学习对临床诊断、精准治疗和健康监管3个方面进行讨论。介绍了机器学习在这3个领域成功应用的例子,以及面临的机遇和挑战。此外也对机器学习的基本概念有简单的概述。
机器学习中的基本概念
监督学习、非监督学习和半监督学习
监督学习在预测数据时是基于含有标签的过去数据;非监督学习是对没有标签数据进行分析学习,如聚类等;半监督学习首先执行无监督学习,然后从无监督学习中基于认为标记发现结构
分类和回归
都是监督学习的方法,分类是预测离散的类别,如正常与患病;而回归预测实际值的输出,如对治疗的反应
集成学习
集成方法建立了许多模型,并使用所有模型的平均值生成预测。常见的集成方法包括随机森林、梯度增强和叠加/元集成
深度学习
能够学习复杂非线性函数的多层人工神经网络。对于非结构化数据(如图像、语音或文本)非常有用,但通常不提供驱动函数的数据方面的细节
贝叶斯学习
结合先验知识和数据来执行机器学习的方法
降维
通过选择重要特征或组合特征来捕获数据集中的差异,减少数据集的属性或特征数。通常用于提高机器学习模型的性能和帮助可视化
联合学习
从分布在多个位置且不能组合成单个数据集的数据中增量学习的方法。当数据位于多个临床系统中或从敏感的个人数据中学习时,联合学习非常有用
机器学习在诊断和治疗中应用例子
The genomic and transcriptomic architecture of 2,000 breast tumours reveals novel subgroups
DeepCC: a novel deep learning-based framework for cancer molecular subtype classification
Predicting drug response of tumors from integrated genomic profiles by deep neural networks
A community effort to assess and improve drug sensitivity prediction algorithms
A comparison of deep learning performance against health-care professionals in detecting diseases from medical imaging: a systematic review and meta-analysis
https://www.thelancet.com/journals/landig/article/PIIS2589-7500(19)30123-2/fulltext
Prediction of gestational diabetes based on nationwide electronic health records
Privacy-Preserving Patient Similarity Learning in a Federated Environment: Development and Analysis
Smartwatch Algorithm for Automated Detection of Atrial Fibrillation
https://www.sciencedirect.com/science/article/pii/S0735109718334867?via%3Dihub
Contactless cardiac arrest detection using smart devices
###