相关实验视频
Updated: Jul 30, 2026

13:19
Deep Neural Networks for Image-Based Dietary Assessment
Published on: March 13, 2021
9.2K
深度学习和线性算法的缩放行为用于预测中风严重程度
Anthony Bourached1,2, Anna K Bonkhoff1, Markus D Schirmer1
1J. Philip Kistler Stroke Research Center, Department of Neurology, Massachusetts General Hospital, Harvard Medical School, Boston, MA 02114, USA.
Brain communications
|January 26, 2024
概括
在更大的患者样本中,深度学习模型可以比线性回归更好地预测中风的严重程度. 这种对中风预测结果的进步利用MRI衍生病变数据来改善临床决策.
科学领域:
- 神经学 神经学
- 人工智能的人工智能
- 医疗成像医学成像
背景情况:
- 深度学习模型在医学预测方面实现了高性能,但通常需要大型数据集 (10^510^7个例子).
- 深度学习对预测中风后症状在较小,现实世界患者队伍中的有效性仍未得到充分研究.
- 准确预测中风后果对于指导急性护理和康复策略至关重要.
研究的目的:
- 将深度学习算法的预测性能与中风严重性的传统线性回归模型进行比较.
- 调查不同样本大小对这些预测模型准确性的影响.
- 为了确定深度学习是否可以提高中风严重程度的预测,使用MRI衍生病变数据在较小的患者队伍.
主要方法:
- 利用了来自合作研究的1430名缺血性中风患者的数据集.
- 预测国家卫生研究院中风量表 (NIHSS) 使用MRI衍生病变位置的得分.
- 采用规范线性回归和八层神经网络,在亚样本数据集 (100,300,900名患者) 上进行训练.
- 在持有测试集上使用解释变量 (R2) 评估模型性能.
主要成果:
- 线性回归在小样本大小 (100名患者) 的情况下表现优于深度学习.
- 在对900名患者进行训练时,深度学习显著超过了线性回归.
- 将训练样本大小增加了九倍,预测性能大约提高了20% (R2从0.279增加到0.337).
结论:
- 深度学习模型在较大的样本大小 (900名患者) 中,与线性方法相比,可以更好地预测中风的严重程度.
- 研究结果表明,病变位置和中风严重程度之间的非线性关系可以通过具有足够数据的深度学习来利用.
- 这突显了深度学习的潜力,以更大的数据集来改善中风护理中的临床决策.
相关概念视频
Prediction Intervals
The interval estimate of any variable is known as the prediction interval. It helps decide if a point estimate is dependable.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
The...
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
The...
Survival Tree
Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
Building a Survival Tree
Constructing a survival tree begins...
Building a Survival Tree
Constructing a survival tree begins...
Microsoft Excel: Regression Analysis
Regression analysis in Microsoft Excel is a powerful statistical method for examining the relationship between a dependent variable and one or more independent variables. It's used extensively in fields such as economics, biology, and business to predict outcomes, understand relationships, and make data-driven decisions. The most common type is linear regression, which attempts to fit a straight line through the data points to model the relationship between variables.
To perform regression...
To perform regression...
Linearization and Approximation
Linearization is a mathematical technique used to approximate complex, nonlinear functions with simpler linear models in the vicinity of a chosen reference point. The method is based on the idea that, although a function may be difficult to evaluate exactly, its behavior near a specific input value can often be closely approximated by the tangent line at that point. This approach is particularly useful when small deviations from a known value are involved.Consider the square root function, for...
Application of Linearization and Approximation
A drone flying through complex terrain often relies on more than one sensing method to estimate small changes in altitude. Along with direct measurements, air pressure provides a useful indirect indicator of vertical movement. Atmospheric pressure decreases as altitude increases, and this relationship is commonly described using an exponential model. Although accurate, converting pressure measurements into altitude values requires calculations that are too complex to perform repeatedly during...

