预测糖尿病患者早期再入院的神经指南

IF 0.5 Q4 ENGINEERING, ELECTRICAL & ELECTRONIC
Duddukunta Rajasekhara Reddy, P. L. Prasanna
{"title":"预测糖尿病患者早期再入院的神经指南","authors":"Duddukunta Rajasekhara Reddy, P. L. Prasanna","doi":"10.52783/jes.3555","DOIUrl":null,"url":null,"abstract":"This study builds on the first paper's look at using machine learning to predict which diabetic patients will need to go back to the hospital. The information used comes from Kaggle and is made up of details of diabetic patients. The first steps include importing packages, exploring datasets, and cleaning, which includes changing binary classes and getting rid of columns that aren't needed. Using Seaborn and Matplotlib to make a full picture of the information helps people understand it better. LabelEncoder is used for label encoding, and feature selection methods are used. After that, the data is split into sets that are used to train and test both deep learning and machine learning models. As part of the study, different models for binary and multi-class classification were built. These models include S V M, Random Forest, Guided Artificial Neural Networks (ANN) with different optimization methods, and Voting Classifier and Stacking Classifier ensemble methods. It was also very accurate when a combination of Convolutional Neural Network (CNN) and Long Short-Term Memory (LSTM) was used. The study also includes a Flask framework that is connected to SQLite for user registration and lets users enter feature values for forecast. The data that has already been handled is then used by the learned models, and the end results are shown on the front end. The study was expanded by using ensemble methods, which showed that CNN + LSTM is more accurate than past methods. Adding user identification and interface development makes the models more useful in real life, giving us a more complete way to predict diabetic return.","PeriodicalId":44451,"journal":{"name":"Journal of Electrical Systems","volume":null,"pages":null},"PeriodicalIF":0.5000,"publicationDate":"2024-05-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"0","resultStr":"{\"title\":\"Neural Guidance for Predicting Early Readmission in Diabetic Patients\",\"authors\":\"Duddukunta Rajasekhara Reddy, P. L. Prasanna\",\"doi\":\"10.52783/jes.3555\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"This study builds on the first paper's look at using machine learning to predict which diabetic patients will need to go back to the hospital. The information used comes from Kaggle and is made up of details of diabetic patients. The first steps include importing packages, exploring datasets, and cleaning, which includes changing binary classes and getting rid of columns that aren't needed. Using Seaborn and Matplotlib to make a full picture of the information helps people understand it better. LabelEncoder is used for label encoding, and feature selection methods are used. After that, the data is split into sets that are used to train and test both deep learning and machine learning models. As part of the study, different models for binary and multi-class classification were built. These models include S V M, Random Forest, Guided Artificial Neural Networks (ANN) with different optimization methods, and Voting Classifier and Stacking Classifier ensemble methods. It was also very accurate when a combination of Convolutional Neural Network (CNN) and Long Short-Term Memory (LSTM) was used. The study also includes a Flask framework that is connected to SQLite for user registration and lets users enter feature values for forecast. The data that has already been handled is then used by the learned models, and the end results are shown on the front end. The study was expanded by using ensemble methods, which showed that CNN + LSTM is more accurate than past methods. Adding user identification and interface development makes the models more useful in real life, giving us a more complete way to predict diabetic return.\",\"PeriodicalId\":44451,\"journal\":{\"name\":\"Journal of Electrical Systems\",\"volume\":null,\"pages\":null},\"PeriodicalIF\":0.5000,\"publicationDate\":\"2024-05-08\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"0\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"Journal of Electrical Systems\",\"FirstCategoryId\":\"1085\",\"ListUrlMain\":\"https://doi.org/10.52783/jes.3555\",\"RegionNum\":0,\"RegionCategory\":null,\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"Q4\",\"JCRName\":\"ENGINEERING, ELECTRICAL & ELECTRONIC\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"Journal of Electrical Systems","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.52783/jes.3555","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"Q4","JCRName":"ENGINEERING, ELECTRICAL & ELECTRONIC","Score":null,"Total":0}
引用次数: 0

摘要

这项研究在第一篇论文的基础上,利用机器学习来预测哪些糖尿病患者需要重返医院。使用的信息来自 Kaggle,由糖尿病患者的详细信息组成。第一步包括导入软件包、探索数据集和清理,其中包括更改二进制类和删除不需要的列。使用 Seaborn 和 Matplotlib 绘制信息的全貌,有助于人们更好地理解信息。LabelEncoder 用于标签编码,并使用特征选择方法。之后,数据被分成若干组,用于训练和测试深度学习和机器学习模型。作为研究的一部分,建立了用于二元分类和多类分类的不同模型。这些模型包括 S V M、随机森林、采用不同优化方法的引导式人工神经网络(ANN),以及投票分类器和堆叠分类器集合方法。当使用卷积神经网络(CNN)和长短期记忆(LSTM)组合时,其准确性也非常高。研究还包括一个 Flask 框架,该框架与 SQLite 相连,用于用户注册,并让用户输入特征值进行预测。已处理的数据随后会被学习到的模型使用,最终结果显示在前端。研究通过使用集合方法进行了扩展,结果表明 CNN + LSTM 比过去的方法更准确。加入用户识别和界面开发后,模型在实际生活中更加有用,为我们提供了一种更完整的预测糖尿病回报率的方法。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
Neural Guidance for Predicting Early Readmission in Diabetic Patients
This study builds on the first paper's look at using machine learning to predict which diabetic patients will need to go back to the hospital. The information used comes from Kaggle and is made up of details of diabetic patients. The first steps include importing packages, exploring datasets, and cleaning, which includes changing binary classes and getting rid of columns that aren't needed. Using Seaborn and Matplotlib to make a full picture of the information helps people understand it better. LabelEncoder is used for label encoding, and feature selection methods are used. After that, the data is split into sets that are used to train and test both deep learning and machine learning models. As part of the study, different models for binary and multi-class classification were built. These models include S V M, Random Forest, Guided Artificial Neural Networks (ANN) with different optimization methods, and Voting Classifier and Stacking Classifier ensemble methods. It was also very accurate when a combination of Convolutional Neural Network (CNN) and Long Short-Term Memory (LSTM) was used. The study also includes a Flask framework that is connected to SQLite for user registration and lets users enter feature values for forecast. The data that has already been handled is then used by the learned models, and the end results are shown on the front end. The study was expanded by using ensemble methods, which showed that CNN + LSTM is more accurate than past methods. Adding user identification and interface development makes the models more useful in real life, giving us a more complete way to predict diabetic return.
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
Journal of Electrical Systems
Journal of Electrical Systems ENGINEERING, ELECTRICAL & ELECTRONIC-
CiteScore
1.10
自引率
25.00%
发文量
0
审稿时长
10 weeks
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术官方微信