首页 > 最新文献

2021 International Conference on Computational Intelligence and Computing Applications (ICCICA)最新文献

英文 中文
Stock Prediction and analysis Using Supervised Machine Learning Algorithms 使用监督机器学习算法的股票预测和分析
Ajinkya Yelne, Dipti Theng
Using Supervised Machine learning, our project is to analyzed and predict the stock value. As due to pandemic situation stock market trading is the most learned and become important activities to earn money as a second source of income in the people of India. The concept of predicting a stock's future worth is known as stock trading or stock prediction. Stock market is difficult to understand and to predict the value of stock. The majority of stock traders utilize various analytical techniques, as well as time series analysis, when seeking to make stock forecasts. So, we need a better tool to get out of this contemptuous situation and help the common man to make profit. In this research, we discuss a Machine Learning strategy that will be taught using publicly released stock data to build information, then using that information to make a valid prediction.For accuracy and prediction of stock Classification and Regression Algorithms are used with Kaggle dataset a machine learning technique comes under supervised learning that are Random Forest, Decision Tree, and Logistic Regression to predict stock prices for the given company previous year data, employing prices with daily trading prices. Python is the coding language used to anticipate the stock market using machine learning. Result come across that Regression model has more accuracy and can predict more accurate stock price.
使用监督式机器学习,我们的项目是分析和预测股票价值。由于大流行的情况,股票市场交易是最博学的,成为印度人民赚钱的重要活动,是第二收入来源。预测股票未来价值的概念被称为股票交易或股票预测。股票市场很难理解和预测股票的价值。大多数股票交易者在寻求股票预测时使用各种分析技术,以及时间序列分析。所以,我们需要一个更好的工具来摆脱这种轻蔑的局面,帮助普通人赚钱。在这项研究中,我们讨论了一种机器学习策略,该策略将使用公开发布的股票数据来构建信息,然后使用该信息进行有效的预测。为了准确性和预测股票分类和回归算法与Kaggle数据集一起使用,机器学习技术属于监督学习,即随机森林,决策树和逻辑回归,用于预测给定公司上一年数据的股票价格,使用每日交易价格的价格。Python是使用机器学习来预测股票市场的编码语言。结果表明,回归模型具有更高的准确性,可以更准确地预测股票价格。
{"title":"Stock Prediction and analysis Using Supervised Machine Learning Algorithms","authors":"Ajinkya Yelne, Dipti Theng","doi":"10.1109/iccica52458.2021.9697162","DOIUrl":"https://doi.org/10.1109/iccica52458.2021.9697162","url":null,"abstract":"Using Supervised Machine learning, our project is to analyzed and predict the stock value. As due to pandemic situation stock market trading is the most learned and become important activities to earn money as a second source of income in the people of India. The concept of predicting a stock's future worth is known as stock trading or stock prediction. Stock market is difficult to understand and to predict the value of stock. The majority of stock traders utilize various analytical techniques, as well as time series analysis, when seeking to make stock forecasts. So, we need a better tool to get out of this contemptuous situation and help the common man to make profit. In this research, we discuss a Machine Learning strategy that will be taught using publicly released stock data to build information, then using that information to make a valid prediction.For accuracy and prediction of stock Classification and Regression Algorithms are used with Kaggle dataset a machine learning technique comes under supervised learning that are Random Forest, Decision Tree, and Logistic Regression to predict stock prices for the given company previous year data, employing prices with daily trading prices. Python is the coding language used to anticipate the stock market using machine learning. Result come across that Regression model has more accuracy and can predict more accurate stock price.","PeriodicalId":327193,"journal":{"name":"2021 International Conference on Computational Intelligence and Computing Applications (ICCICA)","volume":"57 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-11-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130580461","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}
引用次数: 6
Performance Prediction of Product/Person Using Real Time Twitter Tweets 使用实时Twitter Tweets进行产品/人员的性能预测
Devesh Bhangale, Snehal Poojary, Sameer Ahire, Priyanka Shingane
Over a previous decade people have experienced an exponential boom in the usage of online resources in specific social media and microblogging internet site such as Twitter, Facebook, Instagram and YouTube. Many businesses and agencies has identified these sources as a wealthy mine of marketing information. On such platforms, massive quantities of records are produced (e.g.: 5000 tweets per 2d on twitter), this representing an chance for companies to check their social impact and people opinions towards their products, and even frequent people can additionally discover out what is a performance of a certain product or the overall performance of a particular political personality. In this project, we fetch the given number of tweets from users and classify it as Positive, Negative and Neutral by the usage of supervised machine learning approach. In this method we’re analyzing the Polarity and Subjectivity of the tweets and then later we’re using NLP to classify the raw records into records body which gets rid of the undesirable words from each of the tweets. Neutral words like ‘as, the, of’ are eliminated from the tweets. Using NLP, we get better results of the tweets, later we classify the tweets using classifying algorithms like Random Forest Classifier, Decision Tree Classifier, Logistic Regression, and Support Vector Classifier. Later it compares the result of tweets which had been analyzed before processing into NLP. We are also using Data Visualization for phrase frequencies, and for displaying a pie or bar chart of a variety of positive, negative and impartial tweets.
在过去的十年里,人们在使用特定的社交媒体和微博网站(如Twitter、Facebook、Instagram和YouTube)上的在线资源方面经历了指数级的增长。许多企业和机构都认为这些资源是丰富的营销信息宝库。在这样的平台上,产生了大量的记录(例如:twitter上每2d有5000条推文),这意味着公司有机会检查他们的社会影响和人们对他们产品的看法,甚至频繁的人也可以发现某种产品的表现或特定政治人物的整体表现。在这个项目中,我们从用户那里获取给定数量的推文,并使用监督式机器学习方法将其分类为Positive, Negative和Neutral。在这种方法中,我们分析推文的极性和主观性,然后我们使用NLP将原始记录分类为记录体,从而从每个推文中去除不需要的单词。像“as”、“the”、“of”这样的中性词被从推特中删除。首先利用自然语言处理对推文进行了较好的分类,然后利用随机森林分类器、决策树分类器、逻辑回归和支持向量分类器等分类算法对推文进行分类。然后将分析后的推文结果进行比较,再进行NLP处理。我们还使用数据可视化的短语频率,并显示饼状图或条形图的各种积极的,消极的和公正的推文。
{"title":"Performance Prediction of Product/Person Using Real Time Twitter Tweets","authors":"Devesh Bhangale, Snehal Poojary, Sameer Ahire, Priyanka Shingane","doi":"10.1109/iccica52458.2021.9697223","DOIUrl":"https://doi.org/10.1109/iccica52458.2021.9697223","url":null,"abstract":"Over a previous decade people have experienced an exponential boom in the usage of online resources in specific social media and microblogging internet site such as Twitter, Facebook, Instagram and YouTube. Many businesses and agencies has identified these sources as a wealthy mine of marketing information. On such platforms, massive quantities of records are produced (e.g.: 5000 tweets per 2d on twitter), this representing an chance for companies to check their social impact and people opinions towards their products, and even frequent people can additionally discover out what is a performance of a certain product or the overall performance of a particular political personality. In this project, we fetch the given number of tweets from users and classify it as Positive, Negative and Neutral by the usage of supervised machine learning approach. In this method we’re analyzing the Polarity and Subjectivity of the tweets and then later we’re using NLP to classify the raw records into records body which gets rid of the undesirable words from each of the tweets. Neutral words like ‘as, the, of’ are eliminated from the tweets. Using NLP, we get better results of the tweets, later we classify the tweets using classifying algorithms like Random Forest Classifier, Decision Tree Classifier, Logistic Regression, and Support Vector Classifier. Later it compares the result of tweets which had been analyzed before processing into NLP. We are also using Data Visualization for phrase frequencies, and for displaying a pie or bar chart of a variety of positive, negative and impartial tweets.","PeriodicalId":327193,"journal":{"name":"2021 International Conference on Computational Intelligence and Computing Applications (ICCICA)","volume":"23 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-11-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114212095","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
Arrhythmia Detection on ECG Signal Using Neural Network Approach 基于神经网络的心电信号心律失常检测
P. Yadav, S. Dorle, Rahul Agrawal
The world has been shook by a rigorous pandemic covid-19 additionally it has accentuated a consequentiality on automating the health sectors from manually reading the reports to utilizing machine learning as an implement to getting the results of findings of sundry reports in an automated manner. There are many studies which have proved that the persons suffering from corona virus had optically discerned its effect on heart health. In rigorous cases it lead to cardiac apprehend proving it to be fatal for the patients. ECG (Electro cardiogram) is undertaken on patients to monitor their heart health; the ECG reports are then manually checked by medicos to conclude about heart health of a person. Cardiology is a study of heart and includes a variety of intricate diseases to be studied. This paper presents an efficient way of arrhythmia detection utilizing dataset which would be subsidiary for implementation of machine learning in this disease detection. Neural network has been utilized in the proposed work and is found to be 99% efficient thereby exhibiting a precise and tested method to further facilitate automation in this sector.
2019冠状病毒病(covid-19)的严重流行震惊了世界,此外,它还强调了卫生部门自动化的重要性,从手动阅读报告到利用机器学习作为工具,再到以自动化的方式获取各种报告的结果。有许多研究证明,患有冠状病毒的人有光学识别其对心脏健康的影响。在严重的情况下,它会导致心脏骤停,证明它对病人是致命的。对患者进行心电图检查,监测其心脏健康状况;然后由医生手动检查心电图报告,得出关于一个人心脏健康的结论。心脏病学是一门对心脏的研究,包括各种需要研究的复杂疾病。本文提出了一种利用数据集进行心律失常检测的有效方法,为实现机器学习在心律失常检测中的应用提供了辅助。神经网络已被用于拟议的工作中,并被发现具有99%的效率,从而展示了一种精确且经过验证的方法,以进一步促进该领域的自动化。
{"title":"Arrhythmia Detection on ECG Signal Using Neural Network Approach","authors":"P. Yadav, S. Dorle, Rahul Agrawal","doi":"10.1109/iccica52458.2021.9697324","DOIUrl":"https://doi.org/10.1109/iccica52458.2021.9697324","url":null,"abstract":"The world has been shook by a rigorous pandemic covid-19 additionally it has accentuated a consequentiality on automating the health sectors from manually reading the reports to utilizing machine learning as an implement to getting the results of findings of sundry reports in an automated manner. There are many studies which have proved that the persons suffering from corona virus had optically discerned its effect on heart health. In rigorous cases it lead to cardiac apprehend proving it to be fatal for the patients. ECG (Electro cardiogram) is undertaken on patients to monitor their heart health; the ECG reports are then manually checked by medicos to conclude about heart health of a person. Cardiology is a study of heart and includes a variety of intricate diseases to be studied. This paper presents an efficient way of arrhythmia detection utilizing dataset which would be subsidiary for implementation of machine learning in this disease detection. Neural network has been utilized in the proposed work and is found to be 99% efficient thereby exhibiting a precise and tested method to further facilitate automation in this sector.","PeriodicalId":327193,"journal":{"name":"2021 International Conference on Computational Intelligence and Computing Applications (ICCICA)","volume":"65 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-11-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131288026","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}
引用次数: 10
Challenges of Robot Assisted Teaching in Education Domain 机器人辅助教学在教育领域面临的挑战
Megha Gupta, Akshita Jain
Nowadays, robot toys for kids are used for educational purposes as well as just having fun. We all know that kids like remote control toys more than the simple toys. It can be useful if we will try to make a mixture of their interest and their needs. Here need refers to their education. If we will do something that make education more interesting to them, then they will enjoy education and it will no more be a burden for them. So, for that we can use educational robots. Educational robots can help make the monotonous digital learning process tangible for kids and can significantly increase their interest and productivity. In addition, playing with educational robots can be a great way for kids to hone their talents and skills. It will be easy for students as well as for parents and teachers if the child will learn the things by his/her own interest. This paper examines how educational robots are gaining attraction in the education industry, as well as the benefits and drawbacks that using this intelligent technology will bring.
如今,孩子们的机器人玩具被用于教育目的,也只是为了好玩。我们都知道,比起简单的玩具,孩子们更喜欢遥控玩具。如果我们试着把他们的兴趣和需求结合起来,这将是有用的。这里需要指的是他们的教育。如果我们能做一些让他们对教育更感兴趣的事情,那么他们就会享受教育,这对他们来说不再是一种负担。因此,我们可以使用教育机器人。教育机器人可以帮助孩子们把单调的数字学习过程变得有形,并能显著提高他们的兴趣和生产力。此外,与教育机器人一起玩是孩子们磨练才华和技能的好方法。如果孩子根据自己的兴趣来学习,对学生、对家长和老师来说都是很容易的。本文探讨了教育机器人如何在教育行业获得吸引力,以及使用这种智能技术将带来的好处和缺点。
{"title":"Challenges of Robot Assisted Teaching in Education Domain","authors":"Megha Gupta, Akshita Jain","doi":"10.1109/iccica52458.2021.9697252","DOIUrl":"https://doi.org/10.1109/iccica52458.2021.9697252","url":null,"abstract":"Nowadays, robot toys for kids are used for educational purposes as well as just having fun. We all know that kids like remote control toys more than the simple toys. It can be useful if we will try to make a mixture of their interest and their needs. Here need refers to their education. If we will do something that make education more interesting to them, then they will enjoy education and it will no more be a burden for them. So, for that we can use educational robots. Educational robots can help make the monotonous digital learning process tangible for kids and can significantly increase their interest and productivity. In addition, playing with educational robots can be a great way for kids to hone their talents and skills. It will be easy for students as well as for parents and teachers if the child will learn the things by his/her own interest. This paper examines how educational robots are gaining attraction in the education industry, as well as the benefits and drawbacks that using this intelligent technology will bring.","PeriodicalId":327193,"journal":{"name":"2021 International Conference on Computational Intelligence and Computing Applications (ICCICA)","volume":"28 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-11-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134306875","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
Automatic Speech Analysis of Conversations for Dementia Detection Using LSTM and GRU 基于LSTM和GRU的会话语音自动分析用于痴呆检测
Neha Shivhare, Shanti Rathod, M. R. Khan
Neurodegenerative diseases, such as dementia, can impact speech, language, and the capability of communication. A recent study to improve the dementia detection accuracy studied the usage of CA (Conversation Analysis) of interviews among patients and neurologists to distinguish among progressive Neurodegenerative Memory Disorders patients & those with (non-progressive) Functional Memory Disorders (FMD). However, manual CA is costly for routine clinical use and difficult to scale. In this work, we present an early dementia detection system using speech recognition and analysis based on NLP technique and acoustic feature processing technique apply on multiple feature extraction and learning using a LSTM (Long Short-Term Memory) and GRU which remarkably captures the temporal features and long-term dependencies from historical data to prove the capabilities of sequence models over a feed-forward neural network in forecasting speech analysis related problems.
神经退行性疾病,如痴呆,会影响说话、语言和沟通能力。最近一项提高痴呆检测准确性的研究研究了在患者和神经科医生之间使用CA(对话分析)访谈来区分进行性神经退行性记忆障碍患者和(非进行性)功能性记忆障碍(FMD)患者。然而,手工CA对于常规临床使用是昂贵的,并且难以扩展。在这项工作中,我们提出了一个基于NLP技术和声学特征处理技术的早期痴呆症检测系统,该系统使用LSTM(长短期记忆)和GRU进行多特征提取和学习,该系统显著地捕获了历史数据的时间特征和长期依赖关系,以证明前馈神经网络序列模型在预测语音分析相关问题方面的能力。
{"title":"Automatic Speech Analysis of Conversations for Dementia Detection Using LSTM and GRU","authors":"Neha Shivhare, Shanti Rathod, M. R. Khan","doi":"10.1109/iccica52458.2021.9697278","DOIUrl":"https://doi.org/10.1109/iccica52458.2021.9697278","url":null,"abstract":"Neurodegenerative diseases, such as dementia, can impact speech, language, and the capability of communication. A recent study to improve the dementia detection accuracy studied the usage of CA (Conversation Analysis) of interviews among patients and neurologists to distinguish among progressive Neurodegenerative Memory Disorders patients & those with (non-progressive) Functional Memory Disorders (FMD). However, manual CA is costly for routine clinical use and difficult to scale. In this work, we present an early dementia detection system using speech recognition and analysis based on NLP technique and acoustic feature processing technique apply on multiple feature extraction and learning using a LSTM (Long Short-Term Memory) and GRU which remarkably captures the temporal features and long-term dependencies from historical data to prove the capabilities of sequence models over a feed-forward neural network in forecasting speech analysis related problems.","PeriodicalId":327193,"journal":{"name":"2021 International Conference on Computational Intelligence and Computing Applications (ICCICA)","volume":"56 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-11-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123435446","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
Model Proposal for a Yolo Objection Detection Algorithm based Social Distancing Detection System 基于Yolo目标检测算法的社交距离检测系统模型建议
Sudhir Sidhaarthan Balamurugan, Sanjay Santhanam, Anudeep Billa, R. Aggarwal, Nayan Varma Alluri
Social Distancing is a procedure that is very effective in controlling the transmission of infectious diseases. Social distancing as the name says is the practice of keeping in distance from others physically, to reduce the spreading of diseases. This Social Distance Detection System brings an emphasis on monitoring the distance between people using technologies namely Open-CV and Deep Learning. This publication focuses on detecting people by a method called object detection and calculating the distance between them. When the distance between people becomes less than the standard value, certain indications and alerts will be displayed. This also indicates the number of Social Distancing violations.
保持社会距离是一种控制传染病传播非常有效的方法。社交距离顾名思义就是与他人保持身体上的距离,以减少疾病的传播。这个社交距离检测系统强调使用Open-CV和深度学习技术来监测人们之间的距离。本出版物的重点是通过一种称为目标检测的方法来检测人并计算他们之间的距离。当人与人之间的距离小于标准值时,将显示某些指示和警报。这也反映了违反保持社交距离的次数。
{"title":"Model Proposal for a Yolo Objection Detection Algorithm based Social Distancing Detection System","authors":"Sudhir Sidhaarthan Balamurugan, Sanjay Santhanam, Anudeep Billa, R. Aggarwal, Nayan Varma Alluri","doi":"10.1109/iccica52458.2021.9697212","DOIUrl":"https://doi.org/10.1109/iccica52458.2021.9697212","url":null,"abstract":"Social Distancing is a procedure that is very effective in controlling the transmission of infectious diseases. Social distancing as the name says is the practice of keeping in distance from others physically, to reduce the spreading of diseases. This Social Distance Detection System brings an emphasis on monitoring the distance between people using technologies namely Open-CV and Deep Learning. This publication focuses on detecting people by a method called object detection and calculating the distance between them. When the distance between people becomes less than the standard value, certain indications and alerts will be displayed. This also indicates the number of Social Distancing violations.","PeriodicalId":327193,"journal":{"name":"2021 International Conference on Computational Intelligence and Computing Applications (ICCICA)","volume":"97 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-11-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123696159","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}
引用次数: 1
Fake News Detection Using XLNet Fine-Tuning Model 基于XLNet微调模型的假新闻检测
Ashok Kumar J, Tina Esther Trueman, E. Cambria
In recent years, the traditional way of getting news from a Television, news paper, or national newscast is gone. Today, online social media provides the fastest news content for people. This, however, brings about the problem of fake news. In fact, fake news detection is one of the challenging tasks in natural language processing to differentiate between real (or true) and fake (or false) news content. In this paper, we propose an XLNet fine-tuning model to predict fake news in a multi-class and binary class problem. Our results show that the proposed XLNet model comparatively achieves a better result than the existing state-of-the-art models.
近年来,从电视、报纸或全国新闻广播中获取新闻的传统方式已经消失了。今天,在线社交媒体为人们提供了最快的新闻内容。然而,这带来了假新闻的问题。事实上,假新闻检测是自然语言处理中区分真实(或真实)和虚假(或虚假)新闻内容的具有挑战性的任务之一。在本文中,我们提出了一个XLNet微调模型来预测多类和二元类问题中的假新闻。我们的结果表明,所提出的XLNet模型相对于现有的最先进模型取得了更好的结果。
{"title":"Fake News Detection Using XLNet Fine-Tuning Model","authors":"Ashok Kumar J, Tina Esther Trueman, E. Cambria","doi":"10.1109/iccica52458.2021.9697269","DOIUrl":"https://doi.org/10.1109/iccica52458.2021.9697269","url":null,"abstract":"In recent years, the traditional way of getting news from a Television, news paper, or national newscast is gone. Today, online social media provides the fastest news content for people. This, however, brings about the problem of fake news. In fact, fake news detection is one of the challenging tasks in natural language processing to differentiate between real (or true) and fake (or false) news content. In this paper, we propose an XLNet fine-tuning model to predict fake news in a multi-class and binary class problem. Our results show that the proposed XLNet model comparatively achieves a better result than the existing state-of-the-art models.","PeriodicalId":327193,"journal":{"name":"2021 International Conference on Computational Intelligence and Computing Applications (ICCICA)","volume":"16 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-11-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122084764","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}
引用次数: 8
Glimpses of ICCICA 2021
{"title":"Glimpses of ICCICA 2021","authors":"","doi":"10.1109/iccica52458.2021.9697124","DOIUrl":"https://doi.org/10.1109/iccica52458.2021.9697124","url":null,"abstract":"","PeriodicalId":327193,"journal":{"name":"2021 International Conference on Computational Intelligence and Computing Applications (ICCICA)","volume":"70 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-11-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125278357","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
Deep Neural Network-Based Classification and Diagnosis of Idiopathic Parkinsonism Disease 基于深度神经网络的特发性帕金森病分类与诊断
Anusha Chintam, Rajendra Kumar G, Anitha Rani J, Srilatha Yalamati, C. D
Present days deep neural networks play a crucial role in the prediction and classification of diseases. Without a doubt, DNN has a promising future in the medical area, particularly in clinical imaging. The fame of profound learning approaches is a result of their capacity to deal with a lot of information identified with the patients with reliability, accuracy in a limited ability to focus time. Nonetheless, the specialists might set aside time in breaking down and produce reports. In this work, have proposed a Deep Neural Network-based Parkinson's disease classification (DPDC). Our proposed technique is one such genuine model giving quicker and more precise outcomes for the characterization of Parkinson's sickness patients with magnificent accuracy of 94.87%. Because of the traits of the dataset of the patient, the model can be utilized for the recognizable proof of Parkinsonism's.
目前,深度神经网络在疾病的预测和分类中起着至关重要的作用。毫无疑问,深度神经网络在医学领域,尤其是临床成像领域有着广阔的前景。深度学习方法之所以声名鹊起,是因为它们处理大量信息的能力使患者在有限的时间内能够可靠、准确地集中注意力。尽管如此,专家们可能会留出时间来分解和制作报告。本文提出了一种基于深度神经网络的帕金森病分类方法(DPDC)。我们提出的技术就是这样一个真正的模型,为帕金森病患者的表征提供了更快、更精确的结果,准确率高达94.87%。由于患者数据集的特点,该模型可用于帕金森病的可识别证明。
{"title":"Deep Neural Network-Based Classification and Diagnosis of Idiopathic Parkinsonism Disease","authors":"Anusha Chintam, Rajendra Kumar G, Anitha Rani J, Srilatha Yalamati, C. D","doi":"10.1109/iccica52458.2021.9697322","DOIUrl":"https://doi.org/10.1109/iccica52458.2021.9697322","url":null,"abstract":"Present days deep neural networks play a crucial role in the prediction and classification of diseases. Without a doubt, DNN has a promising future in the medical area, particularly in clinical imaging. The fame of profound learning approaches is a result of their capacity to deal with a lot of information identified with the patients with reliability, accuracy in a limited ability to focus time. Nonetheless, the specialists might set aside time in breaking down and produce reports. In this work, have proposed a Deep Neural Network-based Parkinson's disease classification (DPDC). Our proposed technique is one such genuine model giving quicker and more precise outcomes for the characterization of Parkinson's sickness patients with magnificent accuracy of 94.87%. Because of the traits of the dataset of the patient, the model can be utilized for the recognizable proof of Parkinsonism's.","PeriodicalId":327193,"journal":{"name":"2021 International Conference on Computational Intelligence and Computing Applications (ICCICA)","volume":"8 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-11-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130586058","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}
引用次数: 1
Delivery Robot Using GPS Technology 利用GPS技术的送货机器人
Abdulraheem Shaik, N. Durga Naga Lakshmi, C. Srinivas
It is the service sector for any nation that offers the government the maximum income. This service industry comprises a broader range of services and every individual in the nation will be affected by any bad impacts on this sector. The covid pandemic has become a threat to good health and has created fear due to the spread of the virus and a serious impact on the economy and the livelihood of people in the country. Logistics and delivery are some of the areas badly affected by covid. Because this virus is a contagious disease and very quickly spreads to neighbours. The reduction of human interference in the delivery of goods was very important. This paper presents a delivery robot that can safely and securely deliver the goodseven for the virus affected persons since this robot is a virus free agent. The key features are face recognition, obstacle detection, live streaming, GPS tracking and we achieve these features using Raspberry Pi and Node MCU. The prototype we create is for small organizations such as colleges and hospitals where objects must be transported safely and securely. This robot can also be used to safely provide patients with medicines and food. This can be extended to a greater area and can be used to replace the normal human resources delivery system.
对任何国家来说,为政府提供最大收入的都是服务业。这个服务行业包括更广泛的服务,每个人都会受到这个行业的负面影响。新冠肺炎疫情已成为对健康的威胁,并因病毒的传播和对国家经济和民生的严重影响而引起恐慌。物流和配送是受新冠肺炎严重影响的一些领域。因为这种病毒是一种传染病,会很快传播给邻居。减少人为对货物运输的干预是非常重要的。本文提出了一种能够安全可靠地为病毒感染者递送货物的送货机器人,因为这种机器人是一种无病毒代理。关键功能是人脸识别、障碍物检测、实时流媒体和GPS跟踪,我们使用树莓派和Node MCU实现这些功能。我们创建的原型是为小型组织,如大学和医院,在那里物体必须安全可靠地运输。这个机器人还可以用来安全地为病人提供药物和食物。这可以扩展到更大的地区,并可以用来取代正常的人力资源提供系统。
{"title":"Delivery Robot Using GPS Technology","authors":"Abdulraheem Shaik, N. Durga Naga Lakshmi, C. Srinivas","doi":"10.1109/iccica52458.2021.9697159","DOIUrl":"https://doi.org/10.1109/iccica52458.2021.9697159","url":null,"abstract":"It is the service sector for any nation that offers the government the maximum income. This service industry comprises a broader range of services and every individual in the nation will be affected by any bad impacts on this sector. The covid pandemic has become a threat to good health and has created fear due to the spread of the virus and a serious impact on the economy and the livelihood of people in the country. Logistics and delivery are some of the areas badly affected by covid. Because this virus is a contagious disease and very quickly spreads to neighbours. The reduction of human interference in the delivery of goods was very important. This paper presents a delivery robot that can safely and securely deliver the goodseven for the virus affected persons since this robot is a virus free agent. The key features are face recognition, obstacle detection, live streaming, GPS tracking and we achieve these features using Raspberry Pi and Node MCU. The prototype we create is for small organizations such as colleges and hospitals where objects must be transported safely and securely. This robot can also be used to safely provide patients with medicines and food. This can be extended to a greater area and can be used to replace the normal human resources delivery system.","PeriodicalId":327193,"journal":{"name":"2021 International Conference on Computational Intelligence and Computing Applications (ICCICA)","volume":"34 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-11-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133646099","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}
引用次数: 1
期刊
2021 International Conference on Computational Intelligence and Computing Applications (ICCICA)
全部 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