首页 > 最新文献

2020 10th International Conference on Cloud Computing, Data Science & Engineering (Confluence)最新文献

英文 中文
Rainfall Prediction Using Data Visualisation Techniques 使用数据可视化技术预测雨量
Pub Date : 2020-01-01 DOI: 10.1109/Confluence47617.2020.9057928
Y. Joshi, Udit Chawla, Shipra Shukla
The volume of big data has opened up great opportunities for prediction and analysis of different aspects of weather. Data Visualisation is common in day to day life. Various charts and graphs are used to illustrate the practical approach towards the classification of rainfall with the help of data visualisation methods. Since it was impossible to analyze the large datasets earlier, the data visualisation techniques has made easier to plot the graphs for the better understanding of the weather. With the help of data visualisation patterns such as the highest, lowest and average rainfall in the States/Union Territories the weather of India has been visualised. In this paper, the rainfall pattern in the States/Union Territories of India was successfully visualised. The pattern identifies drought prone region in India, decrease in the annual rainfall over the century and heavy rainfall in the coastal regions of India.
大数据的量为预测和分析天气的不同方面提供了巨大的机会。数据可视化在日常生活中很常见。使用各种图表和图形来说明在数据可视化方法的帮助下对降雨进行分类的实际方法。由于以前不可能分析大型数据集,数据可视化技术使绘制图表更容易,从而更好地了解天气。在数据可视化模式的帮助下,如邦/联邦领土的最高、最低和平均降雨量,印度的天气已经可视化。在本文中,印度邦/联邦领土的降雨模式成功地可视化了。该模式确定了印度的干旱易发地区,一个世纪以来年降雨量减少以及印度沿海地区的强降雨。
{"title":"Rainfall Prediction Using Data Visualisation Techniques","authors":"Y. Joshi, Udit Chawla, Shipra Shukla","doi":"10.1109/Confluence47617.2020.9057928","DOIUrl":"https://doi.org/10.1109/Confluence47617.2020.9057928","url":null,"abstract":"The volume of big data has opened up great opportunities for prediction and analysis of different aspects of weather. Data Visualisation is common in day to day life. Various charts and graphs are used to illustrate the practical approach towards the classification of rainfall with the help of data visualisation methods. Since it was impossible to analyze the large datasets earlier, the data visualisation techniques has made easier to plot the graphs for the better understanding of the weather. With the help of data visualisation patterns such as the highest, lowest and average rainfall in the States/Union Territories the weather of India has been visualised. In this paper, the rainfall pattern in the States/Union Territories of India was successfully visualised. The pattern identifies drought prone region in India, decrease in the annual rainfall over the century and heavy rainfall in the coastal regions of India.","PeriodicalId":180005,"journal":{"name":"2020 10th International Conference on Cloud Computing, Data Science & Engineering (Confluence)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2020-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121781034","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}
引用次数: 4
A Multi-layer Bidirectional Transformer Encoder for Pre-trained Word Embedding: A Survey of BERT 一种用于预训练词嵌入的多层双向变压器编码器:BERT综述
Pub Date : 2020-01-01 DOI: 10.1109/Confluence47617.2020.9058044
Rohit Kumar Kaliyar
Language modeling is the task of assigning a probability distribution over sequences of words that matches the distribution of a language. A language model is required to represent the text to a form understandable from the machine point of view. A language model is capable to predict the probability of a word occurring in the context-related text. Although it sounds formidable, in the existing research, most of the language models are based on unidirectional training. In this paper, we have investigated a bi-directional training model-BERT (Bidirectional Encoder Representations from Transformers). BERT builds on top of the bidirectional idea as compared to other word embedding models (like Elmo). It practices the comparatively new transformer encoder-based architecture to compute word embedding. In this paper, it has been described that how this model is to be producing or achieving state-of-the-art results on various NLP tasks. BERT has the capability to train the model in bi-directional over a large corpus. All the existing methods are based on unidirectional training (either the left or the right). This bi-directionality of the language model helps to obtain better results in the context-related classification tasks in which the word(s) was used as input vectors. Additionally, BERT is outlined to do multi-task learning using context-related datasets. It can perform different NLP tasks simultaneously. This survey focuses on the detailed representation of the BERT- based technique for word embedding, its architecture, and the importance of this model for pre-training purposes using a large corpus.
语言建模是在匹配语言分布的单词序列上分配概率分布的任务。语言模型需要将文本表示为机器可以理解的形式。语言模型能够预测单词在与上下文相关的文本中出现的概率。虽然听起来很可怕,但在现有的研究中,大多数语言模型都是基于单向训练的。本文研究了一种双向训练模型——bert (Bidirectional Encoder Representations from Transformers)。与其他词嵌入模型(如Elmo)相比,BERT是建立在双向思想之上的。它采用了相对较新的基于变压器编码器的架构来计算词嵌入。在本文中,已经描述了该模型如何在各种NLP任务上产生或实现最先进的结果。BERT具有在大型语料库上双向训练模型的能力。现有的方法都是基于单向训练(左或右)。语言模型的这种双向性有助于在使用单词作为输入向量的与上下文相关的分类任务中获得更好的结果。此外,BERT概述了使用与上下文相关的数据集进行多任务学习。它可以同时执行不同的NLP任务。本调查的重点是基于BERT的词嵌入技术的详细表示,它的体系结构,以及该模型在使用大型语料库进行预训练时的重要性。
{"title":"A Multi-layer Bidirectional Transformer Encoder for Pre-trained Word Embedding: A Survey of BERT","authors":"Rohit Kumar Kaliyar","doi":"10.1109/Confluence47617.2020.9058044","DOIUrl":"https://doi.org/10.1109/Confluence47617.2020.9058044","url":null,"abstract":"Language modeling is the task of assigning a probability distribution over sequences of words that matches the distribution of a language. A language model is required to represent the text to a form understandable from the machine point of view. A language model is capable to predict the probability of a word occurring in the context-related text. Although it sounds formidable, in the existing research, most of the language models are based on unidirectional training. In this paper, we have investigated a bi-directional training model-BERT (Bidirectional Encoder Representations from Transformers). BERT builds on top of the bidirectional idea as compared to other word embedding models (like Elmo). It practices the comparatively new transformer encoder-based architecture to compute word embedding. In this paper, it has been described that how this model is to be producing or achieving state-of-the-art results on various NLP tasks. BERT has the capability to train the model in bi-directional over a large corpus. All the existing methods are based on unidirectional training (either the left or the right). This bi-directionality of the language model helps to obtain better results in the context-related classification tasks in which the word(s) was used as input vectors. Additionally, BERT is outlined to do multi-task learning using context-related datasets. It can perform different NLP tasks simultaneously. This survey focuses on the detailed representation of the BERT- based technique for word embedding, its architecture, and the importance of this model for pre-training purposes using a large corpus.","PeriodicalId":180005,"journal":{"name":"2020 10th International Conference on Cloud Computing, Data Science & Engineering (Confluence)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2020-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121975446","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}
引用次数: 16
Single Image Dehazing Using Neural Network 基于神经网络的单幅图像去雾
Pub Date : 2020-01-01 DOI: 10.1109/Confluence47617.2020.9057936
K. Kaul, Smriti Sehgal
The need for Single Image Dehazing came up as a result of hazy input images captured during foggy or hazy weather. This occurs due to the fact that certain dust particles and smog can easily scatter light, especially during morning haze, some firework or at the dawn time. Therefore, a hazy image gets piled over the original image. And hence, it becomes a challenging task to retrieve the original image from the input hazy image. Generally for single image dehazing, a massive dataset of input hazy image is required, the reason being Deep Learning is the backbone of the entire functionality of this concept. Deep Neural Networks require multiple hidden layers between the input hazy image and the output layer. Though Single Image Dehazing employs methods like polarization, prior based approach, extra information method, prior based method, learning based method have shown the greatest level of accuracy in recovering a clear image. Amongst the existing methods, polarization method and contrast based methods weren’t applicable in real time scenarios. Although, Dark Channel Prior based method was one of the most successful amongst the prior based strategies, it’s drawback was that it overestimates the thickness of the haze. In this paper, the main focus will be at comparing different Deep Learning methods, stressing upon various Convolutional Neural Networks, thereby giving a deep insight of various CNN strategies for retrieving the original dehazed image.
由于在大雾或雾霾天气期间捕获的模糊输入图像,需要对单个图像进行去雾处理。这是由于某些尘埃颗粒和烟雾很容易散射光线,特别是在早晨的雾霾,一些烟花或黎明时分。因此,模糊图像被堆积在原始图像上。因此,从输入的模糊图像中检索原始图像成为一项具有挑战性的任务。一般来说,对于单个图像去雾,需要大量的输入模糊图像数据集,原因是深度学习是这个概念的整个功能的支柱。深度神经网络需要在输入模糊图像和输出层之间设置多个隐藏层。虽然单幅图像去雾采用极化、基于先验的方法、额外信息的方法、基于先验的方法、基于学习的方法在恢复清晰图像方面显示出最高的准确性。在现有的方法中,极化法和基于对比度的方法在实时场景中不适用。虽然,基于暗通道先验的方法是基于先验的策略中最成功的方法之一,但它的缺点是它高估了雾的厚度。本文将重点比较不同的深度学习方法,重点介绍各种卷积神经网络,从而深入了解用于检索原始去雾图像的各种CNN策略。
{"title":"Single Image Dehazing Using Neural Network","authors":"K. Kaul, Smriti Sehgal","doi":"10.1109/Confluence47617.2020.9057936","DOIUrl":"https://doi.org/10.1109/Confluence47617.2020.9057936","url":null,"abstract":"The need for Single Image Dehazing came up as a result of hazy input images captured during foggy or hazy weather. This occurs due to the fact that certain dust particles and smog can easily scatter light, especially during morning haze, some firework or at the dawn time. Therefore, a hazy image gets piled over the original image. And hence, it becomes a challenging task to retrieve the original image from the input hazy image. Generally for single image dehazing, a massive dataset of input hazy image is required, the reason being Deep Learning is the backbone of the entire functionality of this concept. Deep Neural Networks require multiple hidden layers between the input hazy image and the output layer. Though Single Image Dehazing employs methods like polarization, prior based approach, extra information method, prior based method, learning based method have shown the greatest level of accuracy in recovering a clear image. Amongst the existing methods, polarization method and contrast based methods weren’t applicable in real time scenarios. Although, Dark Channel Prior based method was one of the most successful amongst the prior based strategies, it’s drawback was that it overestimates the thickness of the haze. In this paper, the main focus will be at comparing different Deep Learning methods, stressing upon various Convolutional Neural Networks, thereby giving a deep insight of various CNN strategies for retrieving the original dehazed image.","PeriodicalId":180005,"journal":{"name":"2020 10th International Conference on Cloud Computing, Data Science & Engineering (Confluence)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2020-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122462188","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}
引用次数: 2
Mobile Learning Adoption: An Empirical Study 移动学习采用:一项实证研究
Pub Date : 2020-01-01 DOI: 10.1109/Confluence47617.2020.9058275
Manoj Wairiya, Anjali C. Shah, G.P. Sahu
Regardless of the occupation, in order to acquire knowledge, skills and competences training and education plays a vital role. Mobile learning brings the concept of using mobile devices such as mobile phones, smartphones, etc. for learning purpose. This document brings out the subject of mobile learning for educational purposes and presents prospects and opportunities of M-Learning; it also explores various implications and challenges faced in its implementation. A survey is conducted in Government and Private Institutes in India to determine both instructors and students cognizance and perception towards the trend of M-learning, to assess the productiveness, and to analyze social and cultural challenges that affects the adoption of M-learning in India. A questionnaire was distributed to 390 students and 57 instructors from some educational institution in India. From the result we came to know that instructors and students have positive perception towards M-learning, and accepted that M-learning improves the learning and teaching process. However, there are few challenges that will act as an obstacle to M-Learning implementation.
不管是什么职业,为了获得知识、技能和能力,培训和教育起着至关重要的作用。移动学习带来了使用移动设备(如手机、智能手机等)进行学习的概念。本文件提出了以教育为目的的移动学习的主题,并提出了移动学习的前景和机会;它还探讨了在实施过程中所面临的各种影响和挑战。在印度的政府和私立学院进行了一项调查,以确定教师和学生对移动学习趋势的认知和感知,评估生产力,并分析影响印度采用移动学习的社会和文化挑战。向印度某教育机构的390名学生和57名教员分发了一份调查表。从结果中我们了解到,教师和学生对移动学习有积极的看法,并接受移动学习改善了学习和教学过程。然而,很少有挑战会成为移动学习实施的障碍。
{"title":"Mobile Learning Adoption: An Empirical Study","authors":"Manoj Wairiya, Anjali C. Shah, G.P. Sahu","doi":"10.1109/Confluence47617.2020.9058275","DOIUrl":"https://doi.org/10.1109/Confluence47617.2020.9058275","url":null,"abstract":"Regardless of the occupation, in order to acquire knowledge, skills and competences training and education plays a vital role. Mobile learning brings the concept of using mobile devices such as mobile phones, smartphones, etc. for learning purpose. This document brings out the subject of mobile learning for educational purposes and presents prospects and opportunities of M-Learning; it also explores various implications and challenges faced in its implementation. A survey is conducted in Government and Private Institutes in India to determine both instructors and students cognizance and perception towards the trend of M-learning, to assess the productiveness, and to analyze social and cultural challenges that affects the adoption of M-learning in India. A questionnaire was distributed to 390 students and 57 instructors from some educational institution in India. From the result we came to know that instructors and students have positive perception towards M-learning, and accepted that M-learning improves the learning and teaching process. However, there are few challenges that will act as an obstacle to M-Learning implementation.","PeriodicalId":180005,"journal":{"name":"2020 10th International Conference on Cloud Computing, Data Science & Engineering (Confluence)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2020-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115795918","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}
引用次数: 4
Applying Data Visualization Guideline on Forest Fires in Argentina 阿根廷森林火灾数据可视化应用指南
Pub Date : 2020-01-01 DOI: 10.1109/Confluence47617.2020.9058174
M. Reynoso, M. Diván
Nowadays, the data has a dynamic never seen before. They have continuous growth which is associated with the permanent generation from both data entered by users and new data derived from systems. In this context, the data visualization plays a highlighted role because it allows synthetically communicating high-data volume making them understandable for the End-user. This aspect constitutes a key asset throughout the decision-making process in any organization because incorporates dynamism and fosters different kinds of analysis. For that reason, the use of guidelines allows tutoring a process and in particular, those related to data visualizations. In this work, the general visualization process is described in order to schematize the way in which user requirements and sketches converge. Next, the visualization design describes the way in which the sketches could be implemented using the software. As a contribution, here an application case using the forest’s fires dataset of Argentina between 2011 and 2017 is shown in order to serve as a reference for the guidelines’ using. The case was implemented using Qlik Sense Cloud, incorporating a set of dynamic behaviors included in the platform, such as the possibility of making zoom on maps or sharing the selections between visual components. The employed data are freely available on datos.gob.ar, the Open-data platform of Argentina’s Government. The case allows exemplifying the use of guidelines, its applicability, and the chosen data visualization strategy in a consistent way.
如今,数据呈现出前所未有的动态变化。它们有持续的增长,这与用户输入的数据和来自系统的新数据的永久生成有关。在这种情况下,数据可视化发挥了突出的作用,因为它允许综合地交流高数据量,使最终用户能够理解它们。这个方面在任何组织的决策过程中都是一个关键的资产,因为它包含了动态并促进了不同类型的分析。因此,使用指南可以指导一个过程,特别是与数据可视化相关的过程。在这项工作中,描述了一般的可视化过程,以便将用户需求和草图融合的方式形象化。接下来,可视化设计描述了使用软件实现草图的方式。作为贡献,这里展示了使用2011年至2017年阿根廷森林火灾数据集的应用案例,以作为指南使用的参考。该案例使用Qlik Sense Cloud实现,结合了平台中包含的一组动态行为,例如在地图上进行缩放或在视觉组件之间共享选择的可能性。所使用的数据可以在datos.gob上免费获得。阿根廷政府的开放数据平台。该案例允许以一致的方式举例说明指南的使用、其适用性和所选择的数据可视化策略。
{"title":"Applying Data Visualization Guideline on Forest Fires in Argentina","authors":"M. Reynoso, M. Diván","doi":"10.1109/Confluence47617.2020.9058174","DOIUrl":"https://doi.org/10.1109/Confluence47617.2020.9058174","url":null,"abstract":"Nowadays, the data has a dynamic never seen before. They have continuous growth which is associated with the permanent generation from both data entered by users and new data derived from systems. In this context, the data visualization plays a highlighted role because it allows synthetically communicating high-data volume making them understandable for the End-user. This aspect constitutes a key asset throughout the decision-making process in any organization because incorporates dynamism and fosters different kinds of analysis. For that reason, the use of guidelines allows tutoring a process and in particular, those related to data visualizations. In this work, the general visualization process is described in order to schematize the way in which user requirements and sketches converge. Next, the visualization design describes the way in which the sketches could be implemented using the software. As a contribution, here an application case using the forest’s fires dataset of Argentina between 2011 and 2017 is shown in order to serve as a reference for the guidelines’ using. The case was implemented using Qlik Sense Cloud, incorporating a set of dynamic behaviors included in the platform, such as the possibility of making zoom on maps or sharing the selections between visual components. The employed data are freely available on datos.gob.ar, the Open-data platform of Argentina’s Government. The case allows exemplifying the use of guidelines, its applicability, and the chosen data visualization strategy in a consistent way.","PeriodicalId":180005,"journal":{"name":"2020 10th International Conference on Cloud Computing, Data Science & Engineering (Confluence)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2020-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126822185","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}
引用次数: 2
A Hybrid Multi-focus Image Fusion Technique using SWT and PCA 基于SWT和PCA的混合多焦点图像融合技术
Pub Date : 2020-01-01 DOI: 10.1109/Confluence47617.2020.9057960
Tushar Tyagi, Parth Gupta, Prabhishek Singh
This paper presents a new hybrid and parallel processing image fusion technique for multi-focus images. Here, two different methods are used i.e. Stationary Wavelet Transform (SWT) and Principal Component Analysis (PCA) that are implemented on the input images in parallel. These two methods are applied on same input dataset. This method is although computationally bit slower than the compared method but still it shows better results. The fused images obtained from the SWT and PCA are later again fused using PCA method. This is a parallel processing technique. The result of proposed method is compared with other traditional and conventional methods like DWT, SWT and PCA. It is observed that the result of proposed method is better than the compared methods. The result of the proposed method is analyzed qualitatively (visual appearance) and quantitatively using CC (Correlation Coefficient), UIQI (Universal Image Quality Index), and PSNR (Peak Signal-to-Noise Ratio). The proposed technique will have the capability to be implemented in real time applications of Visual Sensor Network (VSN).
针对多聚焦图像,提出了一种新的混合并行处理图像融合技术。这里使用了两种不同的方法,即平稳小波变换(SWT)和主成分分析(PCA),它们并行地对输入图像进行处理。这两种方法应用于相同的输入数据集。该方法虽然在计算速度上比所比较的方法慢一些,但仍然显示出更好的结果。将SWT和PCA得到的融合后的图像再用PCA方法进行融合。这是一种并行处理技术。并将该方法与DWT、SWT、PCA等传统方法和常规方法进行了比较。结果表明,所提方法的计算结果优于对比方法。采用CC(相关系数)、UIQI(通用图像质量指数)和PSNR(峰值信噪比)对所提方法的结果进行定性(视觉外观)和定量分析。该技术可用于视觉传感器网络(VSN)的实时应用。
{"title":"A Hybrid Multi-focus Image Fusion Technique using SWT and PCA","authors":"Tushar Tyagi, Parth Gupta, Prabhishek Singh","doi":"10.1109/Confluence47617.2020.9057960","DOIUrl":"https://doi.org/10.1109/Confluence47617.2020.9057960","url":null,"abstract":"This paper presents a new hybrid and parallel processing image fusion technique for multi-focus images. Here, two different methods are used i.e. Stationary Wavelet Transform (SWT) and Principal Component Analysis (PCA) that are implemented on the input images in parallel. These two methods are applied on same input dataset. This method is although computationally bit slower than the compared method but still it shows better results. The fused images obtained from the SWT and PCA are later again fused using PCA method. This is a parallel processing technique. The result of proposed method is compared with other traditional and conventional methods like DWT, SWT and PCA. It is observed that the result of proposed method is better than the compared methods. The result of the proposed method is analyzed qualitatively (visual appearance) and quantitatively using CC (Correlation Coefficient), UIQI (Universal Image Quality Index), and PSNR (Peak Signal-to-Noise Ratio). The proposed technique will have the capability to be implemented in real time applications of Visual Sensor Network (VSN).","PeriodicalId":180005,"journal":{"name":"2020 10th International Conference on Cloud Computing, Data Science & Engineering (Confluence)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2020-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127254596","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}
引用次数: 9
An Automated Electronic tounge with instantaneous taste detectors using IR sensor and Arduino 使用红外传感器和Arduino的带有瞬时味觉探测器的自动电子舌头
Pub Date : 2020-01-01 DOI: 10.1109/Confluence47617.2020.9058134
Protyush De, Aratrika Das, P. Dutta, Semanti Chakraborty, Debangana Brahma, Sayanti Banerjee
Food Industry has been progressing rapidly and has been one of the fastest growing industries in the world. From the poverty to the elite class food is one of the major components for the people to live. Keeping this in mind, we have been motivated to take up a challenge to construct a device that can detect the taste of food in a unique and automated way. In the electronic tongue which we have proposed to develop will consist of an IR sensor which will emit Infrared rays to detect the proper taste of the food and will identify the five tastes (bitter, salty, sour, sweet, and umami). It will not only detect the particular taste but it will also show the percentage presence of the particular taste detected (sweetness, saltiness etc.). The whole process will be done during the preparation of the food if it is kept at the production centre. This will be done with the help of a sensor whose architecture has been designed and the sensor has been incorporated in the arduino board where different color LED’s has been provided which will glow depending on the particular taste has which will be detected. The following sensor circuit has been designed in OrcadPspice and its simulation with different colors of LED’s has been taken to segregate the five tastes separately. The colors are namely violet for sour taste, blue for bitter taste, green for salty taste, orange for sweet taste and red for savory (umami) taste. Besides that, applying the concepts of biotechnology each of the chemicals producing the particular sense has been identified and IR rays has been passed through it to generate the signals in a microcontroller. The amplitude of the generated distortion will indicate the percentage presence of the taste in the food. This will not only enhance the quality of food but also help in indicating any rotten particle or microorganism present in food. It will have a large application in dry food manufacturing industries (lays, kurkure, nestle, metro),food courts, restaurants and medicine manufacturing companies.
食品工业发展迅速,已成为世界上发展最快的工业之一。从贫困阶层到精英阶层,食物是人们赖以生存的重要组成部分之一。考虑到这一点,我们一直在接受挑战,建造一种能够以独特和自动化的方式检测食物味道的设备。在我们提议开发的电子舌头中,将包括一个红外传感器,它将发射红外线来检测食物的适当味道,并将识别五种味道(苦、咸、酸、甜和鲜味)。它不仅会检测到特定的味道,而且还会显示检测到的特定味道(甜味,咸味等)的存在百分比。如果食品保存在生产中心,整个过程将在食品准备期间完成。这将在传感器的帮助下完成,该传感器的架构已经设计好,并且传感器已经集成在arduino板中,其中提供了不同颜色的LED,这些LED将根据将要检测到的特定味道发光。在OrcadPspice中设计了以下传感器电路,并采用不同颜色的LED进行模拟,分别分离出五种味道。颜色是紫色代表酸味,蓝色代表苦味,绿色代表咸味,橙色代表甜味,红色代表鲜味。除此之外,应用生物技术的概念,每一种产生特殊感觉的化学物质都被识别出来,红外射线通过它在微控制器中产生信号。产生的扭曲幅度将表明食物中存在味道的百分比。这不仅可以提高食品的质量,而且还有助于指示食品中存在的任何腐烂颗粒或微生物。它将在干燥食品制造行业(乐氏、库尔库尔、雀巢、麦德龙)、美食广场、餐馆和医药制造公司有广泛的应用。
{"title":"An Automated Electronic tounge with instantaneous taste detectors using IR sensor and Arduino","authors":"Protyush De, Aratrika Das, P. Dutta, Semanti Chakraborty, Debangana Brahma, Sayanti Banerjee","doi":"10.1109/Confluence47617.2020.9058134","DOIUrl":"https://doi.org/10.1109/Confluence47617.2020.9058134","url":null,"abstract":"Food Industry has been progressing rapidly and has been one of the fastest growing industries in the world. From the poverty to the elite class food is one of the major components for the people to live. Keeping this in mind, we have been motivated to take up a challenge to construct a device that can detect the taste of food in a unique and automated way. In the electronic tongue which we have proposed to develop will consist of an IR sensor which will emit Infrared rays to detect the proper taste of the food and will identify the five tastes (bitter, salty, sour, sweet, and umami). It will not only detect the particular taste but it will also show the percentage presence of the particular taste detected (sweetness, saltiness etc.). The whole process will be done during the preparation of the food if it is kept at the production centre. This will be done with the help of a sensor whose architecture has been designed and the sensor has been incorporated in the arduino board where different color LED’s has been provided which will glow depending on the particular taste has which will be detected. The following sensor circuit has been designed in OrcadPspice and its simulation with different colors of LED’s has been taken to segregate the five tastes separately. The colors are namely violet for sour taste, blue for bitter taste, green for salty taste, orange for sweet taste and red for savory (umami) taste. Besides that, applying the concepts of biotechnology each of the chemicals producing the particular sense has been identified and IR rays has been passed through it to generate the signals in a microcontroller. The amplitude of the generated distortion will indicate the percentage presence of the taste in the food. This will not only enhance the quality of food but also help in indicating any rotten particle or microorganism present in food. It will have a large application in dry food manufacturing industries (lays, kurkure, nestle, metro),food courts, restaurants and medicine manufacturing companies.","PeriodicalId":180005,"journal":{"name":"2020 10th International Conference on Cloud Computing, Data Science & Engineering (Confluence)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2020-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130652182","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
A novel Approach to counter Ransomwares 一种对抗勒索软件的新方法
Pub Date : 2020-01-01 DOI: 10.1109/Confluence47617.2020.9058190
Rishi Sharma, Shilpi Sharma
Studying the variety of the malwares behavior, especially ransomware variants that has a philosophy of kidnapping the data residing on the disk. The Internet has become an essential part of daily life as more and more people use services that are offered on the Internet. Future wars will be cyber wars and the attacks will be a sturdy amalgamation of cryptography along with malware to distort information systems and its security. The explosive Internet growth facilitates cyberattacks.Malware plays an indispensable actor in launching malicious activities to monetize. Also Studying the malware behavior especially, the ransomwares/crypto mining and creating an approach to have a proactive mechanism in place for detection.
研究各种各样的恶意软件行为,特别是勒索软件变种,其原理是绑架驻留在磁盘上的数据。随着越来越多的人使用互联网上提供的服务,互联网已成为日常生活中必不可少的一部分。未来的战争将是网络战争,攻击将是密码学和恶意软件的有力结合,以扭曲信息系统及其安全性。互联网的爆炸性增长为网络攻击提供了便利。恶意软件在发起恶意活动以盈利方面扮演着不可或缺的角色。同时研究恶意软件的行为,特别是勒索软件/加密挖掘,并创建一种方法来建立一个主动的检测机制。
{"title":"A novel Approach to counter Ransomwares","authors":"Rishi Sharma, Shilpi Sharma","doi":"10.1109/Confluence47617.2020.9058190","DOIUrl":"https://doi.org/10.1109/Confluence47617.2020.9058190","url":null,"abstract":"Studying the variety of the malwares behavior, especially ransomware variants that has a philosophy of kidnapping the data residing on the disk. The Internet has become an essential part of daily life as more and more people use services that are offered on the Internet. Future wars will be cyber wars and the attacks will be a sturdy amalgamation of cryptography along with malware to distort information systems and its security. The explosive Internet growth facilitates cyberattacks.Malware plays an indispensable actor in launching malicious activities to monetize. Also Studying the malware behavior especially, the ransomwares/crypto mining and creating an approach to have a proactive mechanism in place for detection.","PeriodicalId":180005,"journal":{"name":"2020 10th International Conference on Cloud Computing, Data Science & Engineering (Confluence)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2020-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130390016","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}
引用次数: 2
Influence Maximization in Social Networks using Hurst exponent based Diffusion Model 基于Hurst指数扩散模型的社交网络影响最大化研究
Pub Date : 2020-01-01 DOI: 10.1109/Confluence47617.2020.9057811
B. Saxena, V. Saxena
Influence maximization (IM) in online social networks (OSNs) has been extensively studied in the past few years, owing to its potential of impacting online marketing. IM aims at solving the problem of selecting a small set of influential nodes, who can lead to maximum influence spread across a social network. An integral part of IM is the modelling of the underlying diffusion process, which has a substantial impact on the spread achieved by any seed set. In this paper, Hurst-based diffusion model for IM has been proposed, under which node’s activation depends upon the nature of self-similarity exhibited in its past activity pattern. Assessment of the self-similarity trend exhibited by a node’s activity pattern, has been done using Hurst exponent (H). On the basis of the results achieved, the proposed model has been found to perform significantly better than two widely popular diffusion models, Independent Cascade and Linear Threshold, which are often used for IM in OSNs.
在线社交网络(OSNs)中的影响力最大化(IM)由于其对在线营销的潜在影响,在过去几年中得到了广泛的研究。IM旨在解决选择一小部分有影响力的节点的问题,这些节点可以在社交网络中传播最大的影响力。IM的一个组成部分是对潜在扩散过程的建模,这对任何种子集实现的传播都有实质性的影响。本文提出了基于赫斯特的IM扩散模型,在该模型下,节点的激活取决于其过去活动模式所表现出的自相似性。使用Hurst指数(H)对节点活动模式所表现出的自相似趋势进行了评估。根据所获得的结果,发现所提出的模型的性能明显优于两种广泛流行的扩散模型,即独立级联模型和线性阈值模型,这两种模型通常用于OSNs中的IM。
{"title":"Influence Maximization in Social Networks using Hurst exponent based Diffusion Model","authors":"B. Saxena, V. Saxena","doi":"10.1109/Confluence47617.2020.9057811","DOIUrl":"https://doi.org/10.1109/Confluence47617.2020.9057811","url":null,"abstract":"Influence maximization (IM) in online social networks (OSNs) has been extensively studied in the past few years, owing to its potential of impacting online marketing. IM aims at solving the problem of selecting a small set of influential nodes, who can lead to maximum influence spread across a social network. An integral part of IM is the modelling of the underlying diffusion process, which has a substantial impact on the spread achieved by any seed set. In this paper, Hurst-based diffusion model for IM has been proposed, under which node’s activation depends upon the nature of self-similarity exhibited in its past activity pattern. Assessment of the self-similarity trend exhibited by a node’s activity pattern, has been done using Hurst exponent (H). On the basis of the results achieved, the proposed model has been found to perform significantly better than two widely popular diffusion models, Independent Cascade and Linear Threshold, which are often used for IM in OSNs.","PeriodicalId":180005,"journal":{"name":"2020 10th International Conference on Cloud Computing, Data Science & Engineering (Confluence)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2020-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132303686","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
HopNet based Associative Memory as FC layer in CNN for Odia Character Classification 基于HopNet的联想记忆作为CNN的FC层用于Odia字符分类
Pub Date : 2020-01-01 DOI: 10.1109/Confluence47617.2020.9058060
Ramesh Chandra Sahoo, S. Pradhan, Poonam Tanwar
A deep neural network such as convolutional neural network is a popular and most commonly applied technique in image processing for classification for the last few years. The overhead of the feature extraction step will be avoided due to the implicit feature extraction nature of convolutional neural network (CNN) and these extracted features contain substantial information that could be sufficient for an image classification problem. Fully connected (FC) layers in CNN take the results of the last convolution and/or pooling layer and then use them to recognize or classifying images into labels. In this paper, we present an associative memory-based model named Hopfield network as a fully connected layer to store patterns for classification in CNN architecture like LeNet-5. The main purpose of using Hopfield network is to avoid backpropagation as it is a fully connected recurrent network as the state-of-art results which we have obtained are comparable with other models. To measure the performance of the new architecture, we used NIT, Rourkela, Odia characters dataset and compared it with other models for classification.
深度神经网络(如卷积神经网络)是近年来在图像处理分类中最流行和最常用的技术。由于卷积神经网络(CNN)的隐式特征提取特性,可以避免特征提取步骤的开销,并且这些提取的特征包含了足够用于图像分类问题的大量信息。CNN中的全连接(FC)层采用最后一个卷积和/或池化层的结果,然后使用它们来识别或分类图像到标签中。在本文中,我们提出了一个基于联想记忆的模型Hopfield网络作为一个全连接层来存储LeNet-5等CNN架构中的分类模式。使用Hopfield网络的主要目的是避免反向传播,因为它是一个完全连接的循环网络,我们获得的最新结果与其他模型具有可比性。为了衡量新架构的性能,我们使用NIT, Rourkela, Odia字符数据集,并将其与其他模型进行分类比较。
{"title":"HopNet based Associative Memory as FC layer in CNN for Odia Character Classification","authors":"Ramesh Chandra Sahoo, S. Pradhan, Poonam Tanwar","doi":"10.1109/Confluence47617.2020.9058060","DOIUrl":"https://doi.org/10.1109/Confluence47617.2020.9058060","url":null,"abstract":"A deep neural network such as convolutional neural network is a popular and most commonly applied technique in image processing for classification for the last few years. The overhead of the feature extraction step will be avoided due to the implicit feature extraction nature of convolutional neural network (CNN) and these extracted features contain substantial information that could be sufficient for an image classification problem. Fully connected (FC) layers in CNN take the results of the last convolution and/or pooling layer and then use them to recognize or classifying images into labels. In this paper, we present an associative memory-based model named Hopfield network as a fully connected layer to store patterns for classification in CNN architecture like LeNet-5. The main purpose of using Hopfield network is to avoid backpropagation as it is a fully connected recurrent network as the state-of-art results which we have obtained are comparable with other models. To measure the performance of the new architecture, we used NIT, Rourkela, Odia characters dataset and compared it with other models for classification.","PeriodicalId":180005,"journal":{"name":"2020 10th International Conference on Cloud Computing, Data Science & Engineering (Confluence)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2020-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129243594","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}
引用次数: 3
期刊
2020 10th International Conference on Cloud Computing, Data Science & Engineering (Confluence)
全部 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