首页 > 最新文献

Data Analytics and Artificial Intelligence最新文献

英文 中文
Classifying Message Application Using Kotlin 使用Kotlin对消息应用程序进行分类
Pub Date : 2023-03-01 DOI: 10.46632/daai/3/1/22
Over the past few years, short message service (SMS) usage has significantly increased. This service is used to deliver text messages by billions of people. Service providers have launched a number of popular applications, including mobile banking, summons checkpoints, SMS chat, and others. This chapter explores the numerous SMS applications that are available to users and provides an outline of how this service is provided. We examine the causes of its success and the problems that need to be solved. We also look at upcoming trends and the difficulties that to improve this service, certain obstacles must be overcome. This chapter should help you understand how SMS applications work and what to expect from them going forwards given the improvements to current SMS and technological advancement. We propose a privacy-preserving Naive Bayes classifier and apply it to the problem of private text classification. In this setting, a party (Alice) holds a text message, while another party (Bob) holds a classifier. At the end of the protocol, Alice will only learn the result of the classifier applied to her text input and Bob learns nothing. Our solution is based on Secure Multiparty Computation (SMC). Our Rust implementation provides a fast and secure solution for the classification of unstructured text. Applying our solution to the case of spam detection (the solution is generic, and can be used in any other scenario in which the Naive Bayes classifier can be employed), we can classify an SMS as spam or ham in less than 340 ms in the case where the dictionary size of Bob’s model includes all words (n 5200) and Alice’s SMS has at most m 160 unigrams. In the case with n 369 and m 8 (the average of a spam SMS in the database), our solution takes only 21 ms.
在过去几年中,短消息服务(SMS)的使用显著增加。数十亿人使用这项服务发送短信。服务提供商已经推出了许多流行的应用程序,包括手机银行、召唤检查站、短信聊天等。本章探讨了许多可供用户使用的SMS应用程序,并概述了如何提供此服务。我们研究其成功的原因和需要解决的问题。我们也看到了未来的趋势和困难,为了改善这项服务,必须克服某些障碍。本章将帮助您了解SMS应用程序是如何工作的,以及鉴于当前SMS和技术进步的改进,您对SMS应用程序的期望是什么。提出了一种保护隐私的朴素贝叶斯分类器,并将其应用于私密文本分类问题。在此设置中,一方(Alice)持有文本消息,而另一方(Bob)持有分类器。在协议结束时,Alice将只学习应用于她的文本输入的分类器的结果,而Bob什么也没学到。我们的解决方案是基于安全多方计算(SMC)。我们的Rust实现为非结构化文本的分类提供了一个快速、安全的解决方案。将我们的解决方案应用于垃圾邮件检测的情况(该解决方案是通用的,并且可以用于可以使用朴素贝叶斯分类器的任何其他场景),我们可以在不到340毫秒的时间内将短信分类为垃圾邮件或ham,在这种情况下,Bob模型的字典大小包括所有单词(n 5200), Alice的短信最多有m 160个字节。在n369和m8(数据库中垃圾短信的平均值)的情况下,我们的解决方案只需要21毫秒。
{"title":"Classifying Message Application Using Kotlin","authors":"","doi":"10.46632/daai/3/1/22","DOIUrl":"https://doi.org/10.46632/daai/3/1/22","url":null,"abstract":"Over the past few years, short message service (SMS) usage has significantly increased. This service is used to deliver text messages by billions of people. Service providers have launched a number of popular applications, including mobile banking, summons checkpoints, SMS chat, and others. This chapter explores the numerous SMS applications that are available to users and provides an outline of how this service is provided. We examine the causes of its success and the problems that need to be solved. We also look at upcoming trends and the difficulties that to improve this service, certain obstacles must be overcome. This chapter should help you understand how SMS applications work and what to expect from them going forwards given the improvements to current SMS and technological advancement. We propose a privacy-preserving Naive Bayes classifier and apply it to the problem of private text classification. In this setting, a party (Alice) holds a text message, while another party (Bob) holds a classifier. At the end of the protocol, Alice will only learn the result of the classifier applied to her text input and Bob learns nothing. Our solution is based on Secure Multiparty Computation (SMC). Our Rust implementation provides a fast and secure solution for the classification of unstructured text. Applying our solution to the case of spam detection (the solution is generic, and can be used in any other scenario in which the Naive Bayes classifier can be employed), we can classify an SMS as spam or ham in less than 340 ms in the case where the dictionary size of Bob’s model includes all words (n 5200) and Alice’s SMS has at most m 160 unigrams. In the case with n 369 and m 8 (the average of a spam SMS in the database), our solution takes only 21 ms.","PeriodicalId":226827,"journal":{"name":"Data Analytics and Artificial Intelligence","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-03-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130893549","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Analysis Machine Learning Methods For Forecasting Liver Disease 预测肝脏疾病的分析机器学习方法
Pub Date : 2023-03-01 DOI: 10.46632//daai/3/1/18
The majority of people worldwide are affected by chronic liver disease, which is the leading cause of death worldwide. It is now extremely challenging for researchers in the healthcare industry to predict diseases from the extensive databases. We use classification algorithms from machine learning to resolve this issue. Predicting liver disease is the primary objective of this project. We have implemented five machine learning algorithms: Naive Bayes, SVM, K-Nearest Neighbor, Logistic Regression, and Random Forest. The comparison of these classifier algorithms is entirely based on performance, classification accuracy and execution time. As a result, the objective of our project is to compare and contrast the overall performance of various machine learning algorithms in order to lessen the exorbitant cost of liver disease prediction
全世界大多数人都受到慢性肝病的影响,这是全世界死亡的主要原因。现在,对于医疗保健行业的研究人员来说,从庞大的数据库中预测疾病是极具挑战性的。我们使用机器学习中的分类算法来解决这个问题。预测肝脏疾病是这个项目的主要目标。我们实现了五种机器学习算法:朴素贝叶斯、支持向量机、k近邻、逻辑回归和随机森林。这些分类器算法的比较完全基于性能、分类精度和执行时间。因此,我们项目的目标是比较和对比各种机器学习算法的整体性能,以减少肝病预测的过高成本
{"title":"Analysis Machine Learning Methods For Forecasting Liver Disease","authors":"","doi":"10.46632//daai/3/1/18","DOIUrl":"https://doi.org/10.46632//daai/3/1/18","url":null,"abstract":"The majority of people worldwide are affected by chronic liver disease, which is the leading cause of death worldwide. It is now extremely challenging for researchers in the healthcare industry to predict diseases from the extensive databases. We use classification algorithms from machine learning to resolve this issue. Predicting liver disease is the primary objective of this project. We have implemented five machine learning algorithms: Naive Bayes, SVM, K-Nearest Neighbor, Logistic Regression, and Random Forest. The comparison of these classifier algorithms is entirely based on performance, classification accuracy and execution time. As a result, the objective of our project is to compare and contrast the overall performance of various machine learning algorithms in order to lessen the exorbitant cost of liver disease prediction","PeriodicalId":226827,"journal":{"name":"Data Analytics and Artificial Intelligence","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-03-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123240842","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Artificial Intelligence on Medical Fields 医疗领域的人工智能
Pub Date : 2023-02-01 DOI: 10.46632/daai/3/2/21
Keerthi Rani s
This paper is about a overview of AI in medical field, dealing with recent and future applications that are related to AI. The aim is to develop knowledge and information about AI among the primary care physicians in the health care. Firstly, I've described about what is Artificial Intelligence then, who’s the father of it, what are the types of AI that is used in the medical field, features of AI, approaches and its needs. This paper is also about how AI is used in the health care, diagnosis, creation of new drug and delivery of drug, AI in COVID-19 pandemic, how it is used to analyze CT scans, x-rays, MRIs and about how Machine Learning is used in the health care and also how google is dealing with the future problem using Machine learning.
本文综述了人工智能在医学领域的应用现状,并对人工智能在医学领域的应用前景进行了展望。其目的是在卫生保健的初级保健医生中发展有关人工智能的知识和信息。首先,我介绍了什么是人工智能,谁是人工智能之父,人工智能在医疗领域的应用有哪些类型,人工智能的特点,方法和需求。本文还讨论了人工智能在医疗保健、诊断、新药开发和药物输送中的应用,人工智能在COVID-19大流行中的应用,人工智能如何用于分析CT扫描、x射线、核磁共振成像,以及机器学习如何在医疗保健中使用,以及谷歌如何使用机器学习处理未来的问题。
{"title":"Artificial Intelligence on Medical Fields","authors":"Keerthi Rani s","doi":"10.46632/daai/3/2/21","DOIUrl":"https://doi.org/10.46632/daai/3/2/21","url":null,"abstract":"This paper is about a overview of AI in medical field, dealing with recent and future applications that are related to AI. The aim is to develop knowledge and information about AI among the primary care physicians in the health care. Firstly, I've described about what is Artificial Intelligence then, who’s the father of it, what are the types of AI that is used in the medical field, features of AI, approaches and its needs. This paper is also about how AI is used in the health care, diagnosis, creation of new drug and delivery of drug, AI in COVID-19 pandemic, how it is used to analyze CT scans, x-rays, MRIs and about how Machine Learning is used in the health care and also how google is dealing with the future problem using Machine learning.","PeriodicalId":226827,"journal":{"name":"Data Analytics and Artificial Intelligence","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"120969078","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Internet of Things (IOT) Based on towards Motorized Interactive Irrigation System 基于物联网的电动互动灌溉系统
Pub Date : 2023-02-01 DOI: 10.46632/daai/3/2/36
Farming is a most important resource of income for Indians and which has significant impact in the Indian economy. Yield and quality delivery is extremely important for Crop development should higher. As a result, suitable environment and also moisture in the crop beds can play a significant role in crop manufacture. The majority of irrigation is done using traditional methods of the stream flows from one ending to the other. Variable humidity levels in the field may result from such a supply. A planned irrigation structure can help to improve the management of the water system This research presents a terrain-specific programmed water system that reduces manual labor while optimizing water usage and enhancing crop productivity. The Arduino kit is used to create the setup, along with a moisture sensor and a Wi-Fi section. Our preliminary configuration is linked to a “cloud framework” and data is collected. Cloud services then analyze the data and make appropriate recommendations.
农业是印度人最重要的收入来源,对印度经济有重大影响。产量和品质的交付对作物的发展至关重要。因此,作物床内适宜的环境和水分在作物生产中起着重要作用。大多数灌溉是用传统的方法完成的,河流从一端流向另一端。这种供应可能导致现场湿度水平的变化。计划灌溉结构有助于改善水系统的管理。本研究提出了一种针对特定地形的程序化水系统,它可以减少人工劳动,同时优化用水和提高作物生产力。Arduino套件用于创建设置,以及湿度传感器和Wi-Fi部分。我们的初步配置与“云框架”相关联,并收集数据。然后,云服务分析数据并提出适当的建议。
{"title":"Internet of Things (IOT) Based on towards Motorized Interactive Irrigation System","authors":"","doi":"10.46632/daai/3/2/36","DOIUrl":"https://doi.org/10.46632/daai/3/2/36","url":null,"abstract":"Farming is a most important resource of income for Indians and which has significant impact in the Indian economy. Yield and quality delivery is extremely important for Crop development should higher. As a result, suitable environment and also moisture in the crop beds can play a significant role in crop manufacture. The majority of irrigation is done using traditional methods of the stream flows from one ending to the other. Variable humidity levels in the field may result from such a supply. A planned irrigation structure can help to improve the management of the water system This research presents a terrain-specific programmed water system that reduces manual labor while optimizing water usage and enhancing crop productivity. The Arduino kit is used to create the setup, along with a moisture sensor and a Wi-Fi section. Our preliminary configuration is linked to a “cloud framework” and data is collected. Cloud services then analyze the data and make appropriate recommendations.","PeriodicalId":226827,"journal":{"name":"Data Analytics and Artificial Intelligence","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125970730","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A Survey on “Medicines at Your Fingertips” “触手可及的药物”调查
Pub Date : 2023-02-01 DOI: 10.46632/daai/3/2/26
R. Pachpute, Abhishek Jadhav, Aditya Shinde, Kaustubh Naik, S. Gawai
Medicines at Your Fingertips is a website aimed to provide all the information about any medicine, it’s side effects and all the other health related information. All the data of the medicines is stored in our database and it is fetched during the execution of user’s request. We have created the frontend using HTML, CSS, JS, JQUERY, JQUERY UI and Bootstrap. The Backend is built using Django Framework of Python. Our website contains 6 main components which are: Chatbot: An intelligent chatbot which will give any information that the user has asked. The AI chatbot is created using the Pytorch library of python. It will also help the user to navigate from the whole website. Drugs a to Z, a drug dictionary to give all the information about the desired medicine. There are 2 ways to search the medicine. Pill Finder: To search the medicine alphabetically or using the search bar Phonetic Search: To search the medicine using voice command. Drugs By Condition: It contains the information about all types of health conditions, their causes and treatment along with some medicines which are used to treat them. Side Effects: It also has alphabetically sorted medicines which gives the information about the side effects of the particular medicine along with a search bar. First Aid: This part consists of 3 components which gives the information about first aid treatments and My Med List to set reminders for the doses of your medicine.
“触手可及的药物”是一个旨在提供任何药物的所有信息、副作用和所有其他健康相关信息的网站。所有的药物数据都存储在我们的数据库中,并在执行用户请求时获取。我们已经使用HTML, CSS, JS, JQUERY, JQUERY UI和Bootstrap创建了前端。后台是使用Django框架的Python构建的。我们的网站包含6个主要组成部分,它们是:聊天机器人:一个智能聊天机器人,它会给出用户所要求的任何信息。AI聊天机器人是使用python的Pytorch库创建的。它还将帮助用户从整个网站进行导航。药品a到Z,一本药品字典,提供所需药品的所有信息。有两种方法可以搜索药物。药丸查找器:按字母顺序或使用搜索栏搜索药物。语音搜索:使用语音命令搜索药物。按病情分类的药物:它包含有关所有类型的健康状况、原因和治疗的信息,以及用于治疗这些疾病的一些药物。副作用:它也有按字母顺序排序的药物,提供有关特定药物的副作用的信息以及搜索栏。急救:这部分由3个部分组成,提供了急救治疗的信息和我的医疗清单,以设置提醒您的药物剂量。
{"title":"A Survey on “Medicines at Your Fingertips”","authors":"R. Pachpute, Abhishek Jadhav, Aditya Shinde, Kaustubh Naik, S. Gawai","doi":"10.46632/daai/3/2/26","DOIUrl":"https://doi.org/10.46632/daai/3/2/26","url":null,"abstract":"Medicines at Your Fingertips is a website aimed to provide all the information about any medicine, it’s side effects and all the other health related information. All the data of the medicines is stored in our database and it is fetched during the execution of user’s request. We have created the frontend using HTML, CSS, JS, JQUERY, JQUERY UI and Bootstrap. The Backend is built using Django Framework of Python. Our website contains 6 main components which are: Chatbot: An intelligent chatbot which will give any information that the user has asked. The AI chatbot is created using the Pytorch library of python. It will also help the user to navigate from the whole website. Drugs a to Z, a drug dictionary to give all the information about the desired medicine. There are 2 ways to search the medicine. Pill Finder: To search the medicine alphabetically or using the search bar Phonetic Search: To search the medicine using voice command. Drugs By Condition: It contains the information about all types of health conditions, their causes and treatment along with some medicines which are used to treat them. Side Effects: It also has alphabetically sorted medicines which gives the information about the side effects of the particular medicine along with a search bar. First Aid: This part consists of 3 components which gives the information about first aid treatments and My Med List to set reminders for the doses of your medicine.","PeriodicalId":226827,"journal":{"name":"Data Analytics and Artificial Intelligence","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115989311","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A Novel Framework for Prevention of Black hole in Wireless Sensor Networks using Deep Belief Network 基于深度信念网络的无线传感器网络黑洞预防新框架
Pub Date : 2023-02-01 DOI: 10.46632/daai/3/2/35
In the past three decades,WirelessSensorNetwork(WSN)has become aleading area of research. Now days, WSN plays vital role for all kind of humanoid applications like research, automation, robotic industries etc.Most of the researches are contributing through their research works for WSN to simply the infrastructure, data communication, Security and shortest path signal communication. Eventually we come across the WSN issues and stated that Load Balancing, Security and shortest distance for transmission. Artificial Intelligence is the powerful technology for many kinds of applications. In this paper, we used Stochastic Gradient Decent Search (SGD) algorithm for optimizing the WSN signals.
在过去的三十年中,无线传感器网络(WSN)已经成为研究的前沿领域。目前,无线传感器网络在研究、自动化、机器人工业等各种类人应用中发挥着至关重要的作用,大多数研究人员通过他们的研究工作为无线传感器网络的基础设施、数据通信、安全和最短路径信号通信做出了贡献。最终我们遇到了WSN的问题,提出了负载均衡、安全性和传输距离最短的问题。人工智能是一项强大的技术,适用于多种应用。本文采用随机梯度体面搜索(SGD)算法对WSN信号进行优化。
{"title":"A Novel Framework for Prevention of Black hole in Wireless Sensor Networks using Deep Belief Network","authors":"","doi":"10.46632/daai/3/2/35","DOIUrl":"https://doi.org/10.46632/daai/3/2/35","url":null,"abstract":"In the past three decades,WirelessSensorNetwork(WSN)has become aleading area of research. Now days, WSN plays vital role for all kind of humanoid applications like research, automation, robotic industries etc.Most of the researches are contributing through their research works for WSN to simply the infrastructure, data communication, Security and shortest path signal communication. Eventually we come across the WSN issues and stated that Load Balancing, Security and shortest distance for transmission. Artificial Intelligence is the powerful technology for many kinds of applications. In this paper, we used Stochastic Gradient Decent Search (SGD) algorithm for optimizing the WSN signals.","PeriodicalId":226827,"journal":{"name":"Data Analytics and Artificial Intelligence","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114452859","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Predicting Chronic Kidney Disease using RF Algorithm for Big Data 基于大数据的RF算法预测慢性肾脏疾病
Pub Date : 2023-02-01 DOI: 10.46632/daai/3/2/28
J. K
Chronic Kidney Disease (CKD) involves a slow loss of kidney function. Kidneys remove wastes and fluids from your blood, which are later eliminated in urine, covering over a period of months to years, signs and symptoms of kidney disease are usually indistinct, and are a serious disease. It is enlightened in six stages congenial to the severity level. It is categorized into various stages based on the Glomerular Filtration Rate (GFR), which in turn utilizes several attributes, like age, sex, race and Serum Creatinine. Among multiple available models for estimating GFR value, Chronic Kidney Disease Epidemiology Collaboration (CKD-EPI), which is a linear model, has been found to be quite efficient because it allows detecting all CKD stages. Random Forest had 99.24% truthfulness. The model's best result is created by considering the 10 most reelected features. When compared to previous studies, our results are amid the good for assessment metrics and the ranking accuracy.
慢性肾脏疾病(CKD)涉及肾功能的缓慢丧失。肾脏从血液中清除废物和液体,然后通过尿液排出,肾脏疾病的症状和体征通常不明显,这是一种严重的疾病。觉悟分为六个阶段,与严重程度相适应。根据肾小球滤过率(GFR)将其分为不同的阶段,而GFR又利用了一些属性,如年龄、性别、种族和血清肌酐。在多种可用的估算GFR值的模型中,慢性肾脏疾病流行病学协作(CKD- epi)是一种线性模型,已被发现非常有效,因为它可以检测所有CKD阶段。随机森林的准确率为99.24%。该模型的最佳结果是通过考虑10个最常被选中的特征而得出的。与以往的研究相比,我们的结果在评估指标和排名准确性方面处于良好状态。
{"title":"Predicting Chronic Kidney Disease using RF Algorithm for Big Data","authors":"J. K","doi":"10.46632/daai/3/2/28","DOIUrl":"https://doi.org/10.46632/daai/3/2/28","url":null,"abstract":"Chronic Kidney Disease (CKD) involves a slow loss of kidney function. Kidneys remove wastes and fluids from your blood, which are later eliminated in urine, covering over a period of months to years, signs and symptoms of kidney disease are usually indistinct, and are a serious disease. It is enlightened in six stages congenial to the severity level. It is categorized into various stages based on the Glomerular Filtration Rate (GFR), which in turn utilizes several attributes, like age, sex, race and Serum Creatinine. Among multiple available models for estimating GFR value, Chronic Kidney Disease Epidemiology Collaboration (CKD-EPI), which is a linear model, has been found to be quite efficient because it allows detecting all CKD stages. Random Forest had 99.24% truthfulness. The model's best result is created by considering the 10 most reelected features. When compared to previous studies, our results are amid the good for assessment metrics and the ranking accuracy.","PeriodicalId":226827,"journal":{"name":"Data Analytics and Artificial Intelligence","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126474585","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Heart Disease Detection -A Machine Learning Approach 心脏病检测——机器学习方法
Pub Date : 2023-02-01 DOI: 10.46632/daai/3/2/12
S. Josephine Reenamary, Rev. Sr. ArockiaValan Rani
One of the human body's most important organs is the heart. It helps the body's blood to circulate and become cleaner. The global leading cause of death is heart attack. Chest discomfort, a faster heartbeat, and breathing problems were a few indications. The accuracy of this data was regularly checked. This publication presented a broad summary of heart attacks and current treatments. Additionally, a quick overview of the important machine learning methods for heart attack prediction that are available in the literature is provided. The machine learning techniques described include Decision Tree, Logistic Regression, SVM, Naive Bayes, Random Forest, KNN, and XG Boost Classifier. The algorithms are contrasted based on the braced of characteristics.
心脏是人体最重要的器官之一。它有助于身体的血液循环,变得更清洁。全球主要的死亡原因是心脏病发作。胸部不适、心跳加快和呼吸问题是一些症状。这些数据的准确性是定期检查的。该出版物对心脏病发作和目前的治疗方法进行了广泛的总结。此外,还提供了文献中可用的用于心脏病发作预测的重要机器学习方法的快速概述。所描述的机器学习技术包括决策树、逻辑回归、支持向量机、朴素贝叶斯、随机森林、KNN和XG Boost分类器。在特征支撑的基础上对算法进行了对比。
{"title":"Heart Disease Detection -A Machine Learning Approach","authors":"S. Josephine Reenamary, Rev. Sr. ArockiaValan Rani","doi":"10.46632/daai/3/2/12","DOIUrl":"https://doi.org/10.46632/daai/3/2/12","url":null,"abstract":"One of the human body's most important organs is the heart. It helps the body's blood to circulate and become cleaner. The global leading cause of death is heart attack. Chest discomfort, a faster heartbeat, and breathing problems were a few indications. The accuracy of this data was regularly checked. This publication presented a broad summary of heart attacks and current treatments. Additionally, a quick overview of the important machine learning methods for heart attack prediction that are available in the literature is provided. The machine learning techniques described include Decision Tree, Logistic Regression, SVM, Naive Bayes, Random Forest, KNN, and XG Boost Classifier. The algorithms are contrasted based on the braced of characteristics.","PeriodicalId":226827,"journal":{"name":"Data Analytics and Artificial Intelligence","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122114222","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Machine Learning Techniques for 5g And Beyond 5g及以后的机器学习技术
Pub Date : 2023-02-01 DOI: 10.46632/daai/3/2/11
T. Angalaeswari, M. Logeswari
In today's world, wireless communication systems are extremely important for applications related to entertainment, business, commerce, health and safety. These systems continue to advance from generation to generation and at this time, fifth generation (5G) wireless networks are being deployed globally the globe. Beyond 5G wireless systems, which will represent the sixth generation (6G) of the evolution, are already being discussed in academia and industry. The application of artificial intelligence (AI) and machine learning (ML) to such wireless networks will be one of the primary and essential elements of 6G systems. According to our present understanding of wireless technologies up to 5G, every component and building block of a wireless system, such as the physical, network, and application layers, will involve one or more of them.
在当今世界,无线通信系统对于娱乐、商业、商业、健康和安全等应用极为重要。这些系统不断发展,目前,第五代(5G)无线网络正在全球范围内部署。学术界和工业界已经在讨论超越5G的无线系统,它将代表第六代(6G)的演进。人工智能(AI)和机器学习(ML)在这种无线网络中的应用将成为6G系统的主要和基本要素之一。根据我们目前对5G以下无线技术的理解,无线系统的每个组件和构建块,如物理层、网络层和应用层,都将涉及其中一个或多个。
{"title":"Machine Learning Techniques for 5g And Beyond","authors":"T. Angalaeswari, M. Logeswari","doi":"10.46632/daai/3/2/11","DOIUrl":"https://doi.org/10.46632/daai/3/2/11","url":null,"abstract":"In today's world, wireless communication systems are extremely important for applications related to entertainment, business, commerce, health and safety. These systems continue to advance from generation to generation and at this time, fifth generation (5G) wireless networks are being deployed globally the globe. Beyond 5G wireless systems, which will represent the sixth generation (6G) of the evolution, are already being discussed in academia and industry. The application of artificial intelligence (AI) and machine learning (ML) to such wireless networks will be one of the primary and essential elements of 6G systems. According to our present understanding of wireless technologies up to 5G, every component and building block of a wireless system, such as the physical, network, and application layers, will involve one or more of them.","PeriodicalId":226827,"journal":{"name":"Data Analytics and Artificial Intelligence","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128222871","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Streambit Dashboard For DNA Analysis 流比特仪表板DNA分析
Pub Date : 2023-02-01 DOI: 10.46632/daai/3/1/3
The humankind has faced severe effects on the virus. By analyzing the similarities in the characteristics and inheritable patterns, the analyst can get a better understand about the virus and this may helps to determine the cure or the drug. With an overall viral relationship with the accuracy rate of 96, the trial results are more encouraging.
人类面临着对病毒的严重影响。通过分析特征和遗传模式的相似性,分析人员可以更好地了解病毒,这可能有助于确定治疗方法或药物。总体病毒关系与准确率为96,试验结果更令人鼓舞。
{"title":"Streambit Dashboard For DNA Analysis","authors":"","doi":"10.46632/daai/3/1/3","DOIUrl":"https://doi.org/10.46632/daai/3/1/3","url":null,"abstract":"The humankind has faced severe effects on the virus. By analyzing the similarities in the characteristics and inheritable patterns, the analyst can get a better understand about the virus and this may helps to determine the cure or the drug. With an overall viral relationship with the accuracy rate of 96, the trial results are more encouraging.","PeriodicalId":226827,"journal":{"name":"Data Analytics and Artificial Intelligence","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2023-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126734448","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Data Analytics and Artificial Intelligence
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1