构建一个具有挑战性的医疗数据集,用于对分类器能力的比较评估
Berat Bozkurt1, Kerem Coskun1, Gokhan Bakal1
1Department of Computer Engineering, Abdullah Gul University, Barbaros, Erkilet Blvd. Sumer Campus, Kayseri, 38080, Turkey.
Computers in biology and medicine
|June 20, 2024
概括
研究人员开发了机器学习和深度学习模型,以对四种癌症类型的医学文章进行分类. 深度学习模型获得了98%的F1分数,证明了有效的癌症文档分类.
科学领域:
- 计算生物学是一种计算生物学.
- 医疗信息学医学信息学
- 自然语言处理自然语言处理.
背景情况:
- 数字化产生了大量的非结构化文本数据,包括医学文献.
- 将文档归类为单一领域,比如医学,由于上下文相似性而具有挑战性.
研究的目的:
- 开发和比较机器学习和深度学习模型,用于对四种常见癌症类型的医学文章进行分类.
- 用一个大数据集来解决单域文档分类的复杂性.
主要方法:
- 利用了PubMed API的383,914篇医学文章,涵盖白血病,非霍奇金淋巴瘤,膀癌和甲状腺癌.
- 实施和评估机器学习 (逻辑回归,XGBoost,CatBoost,随机森林) 和深度学习 (CNN,LSTM,GRU) 模型.
- 在培训,测试和验证中采用了70/20/10数据分割,通过十个分割的平均精度,回忆和F-score来评估性能.
主要成果:
- 深度学习模型在分类与癌症相关的医学文章方面获得了最高F1分数98%的成绩.
- 传统的机器学习模型也表现出强的表现,最低的F1得分达到95%.
结论:
- 多种机器学习和深度学习模型有效地将医学文章分类到常见癌症的具有挑战性的单域背景中.
- 该研究为组织和分析大量医学文献提供了强大的计算工具.
更多相关视频
07:15Machine Learning Algorithms for Early Detection of Bone Metastases in an Experimental Rat Model
Published on: August 16, 2020
6.8K
04:09Predicting Treatment Response to Image-Guided Therapies Using Machine Learning: An Example for Trans-Arterial Treatment of Hepatocellular Carcinoma
Published on: October 10, 2018
8.2K
相关概念视频
Kaplan-Meier Approach
129
The Kaplan-Meier estimator is a non-parametric method used to estimate the survival function from time-to-event data. In medical research, it is frequently employed to measure the proportion of patients surviving for a certain period after treatment. This estimator is fundamental in analyzing time-to-event data, making it indispensable in clinical trials, epidemiological studies, and reliability engineering. By estimating survival probabilities, researchers can evaluate treatment effectiveness,...
129
Receiver Operating Characteristic Plot
133
A ROC (Receiver Operating Characteristic) plot is a graphical tool used to assess the performance of a binary classification model by illustrating the trade-off between sensitivity (true positive rate) and specificity (false positive rate). By plotting sensitivity against 1 - specificity across various threshold settings, the ROC curve shows how well the model distinguishes between classes, with a curve closer to the top-left corner indicating a more accurate model. The area under the ROC curve...
133
Comparing the Survival Analysis of Two or More Groups
177
Survival analysis is a cornerstone of medical research, used to evaluate the time until an event of interest occurs, such as death, disease recurrence, or recovery. Unlike standard statistical methods, survival analysis is particularly adept at handling censored data—instances where the event has not occurred for some participants by the end of the study or remains unobserved. To address these unique challenges, specialized techniques like the Kaplan-Meier estimator, log-rank test, and...
177
