首页 > 最新文献

2021 International Conference on Advances in Technology, Management & Education (ICATME)最新文献

英文 中文
Detecting Disaster Related Tweets Using Hybrid Deep Neural Network Models 使用混合深度神经网络模型检测灾难相关推文
Pub Date : 2021-01-08 DOI: 10.1109/ICATME50232.2021.9732732
Nayan Ranjan Paul, Manmohan Sahoo, Sukanta Kumar Hati, Tapaswini Sahoo
People use various social media platforms like twitter to report the disaster and disaster related information during crisis situations such as natural and man-made disasters. Detecting these disaster events can improve situational awareness for general public, response agencies and aid agencies. Many works has done for disaster event detection which uses traditional machine learning techniques but in recent years deep neural network models have demonstrated better results for many problems over traditional machine learning models. It is advantageous of using deep learning models because the model has the capacity to capture more than one layers of information. Convolutional Neural Network (CNN), Long Short Term Memory (LSTM) and Gated Recurrent Unit (GRU) are three such deep neural networks. CNN can recognize local features in a multidimensional field and LSTM and GRU network can learn sequential data as it has the ability of remembering previously read data. In this paper, we use two hybrid deep neural network models named CNN-LSTM and CNN-GRU, which is developed by combining both CNN, LSTM, and CNN, GRU networks for doing event detection during disaster situation on Twitter data. We provide the detailed explanation of both models and perform comparison against Support Vector Machine (SVM), CNN, and LSTM models. Our result shows that both models can successfully identify the presence of disaster related events accurately from twitter data. We found that CNN-LSTM model is the best model achieving significant improvement of 18.74% than regular SVM model.
在自然灾害和人为灾害等危机情况下,人们使用twitter等各种社交媒体平台来报告灾难和与灾难相关的信息。探测这些灾害事件可以提高公众、响应机构和援助机构的态势感知能力。传统的机器学习技术在灾难事件检测方面已经做了很多工作,但近年来,深度神经网络模型在许多问题上比传统的机器学习模型表现出更好的结果。使用深度学习模型是有利的,因为该模型具有捕获多层信息的能力。卷积神经网络(CNN)、长短期记忆(LSTM)和门控循环单元(GRU)就是三种深度神经网络。CNN可以识别多维领域的局部特征,LSTM和GRU网络可以学习顺序数据,因为它具有记忆之前读取数据的能力。本文使用CNN-LSTM和CNN-GRU两种混合深度神经网络模型对Twitter数据进行灾难情况下的事件检测。CNN-LSTM和CNN-GRU是由CNN-LSTM和CNN-GRU网络结合而成。我们对这两个模型进行了详细的解释,并与支持向量机(SVM)、CNN和LSTM模型进行了比较。我们的结果表明,这两种模型都能成功地从twitter数据中准确地识别出灾害相关事件的存在。我们发现CNN-LSTM模型是最好的模型,比常规SVM模型有18.74%的显著提高。
{"title":"Detecting Disaster Related Tweets Using Hybrid Deep Neural Network Models","authors":"Nayan Ranjan Paul, Manmohan Sahoo, Sukanta Kumar Hati, Tapaswini Sahoo","doi":"10.1109/ICATME50232.2021.9732732","DOIUrl":"https://doi.org/10.1109/ICATME50232.2021.9732732","url":null,"abstract":"People use various social media platforms like twitter to report the disaster and disaster related information during crisis situations such as natural and man-made disasters. Detecting these disaster events can improve situational awareness for general public, response agencies and aid agencies. Many works has done for disaster event detection which uses traditional machine learning techniques but in recent years deep neural network models have demonstrated better results for many problems over traditional machine learning models. It is advantageous of using deep learning models because the model has the capacity to capture more than one layers of information. Convolutional Neural Network (CNN), Long Short Term Memory (LSTM) and Gated Recurrent Unit (GRU) are three such deep neural networks. CNN can recognize local features in a multidimensional field and LSTM and GRU network can learn sequential data as it has the ability of remembering previously read data. In this paper, we use two hybrid deep neural network models named CNN-LSTM and CNN-GRU, which is developed by combining both CNN, LSTM, and CNN, GRU networks for doing event detection during disaster situation on Twitter data. We provide the detailed explanation of both models and perform comparison against Support Vector Machine (SVM), CNN, and LSTM models. Our result shows that both models can successfully identify the presence of disaster related events accurately from twitter data. We found that CNN-LSTM model is the best model achieving significant improvement of 18.74% than regular SVM model.","PeriodicalId":414180,"journal":{"name":"2021 International Conference on Advances in Technology, Management & Education (ICATME)","volume":"21 1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-01-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130699844","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
Classification of Faults in Power System with Probabilistic Neural Networks: An Imbalanced Learning Approach 基于概率神经网络的电力系统故障分类:一种不平衡学习方法
Pub Date : 2021-01-08 DOI: 10.1109/ICATME50232.2021.9732727
Debottam Mukherjee, Samrat Chakraborty
Modern day grids with its inherent operating characteristics are susceptible to faults. Grid operators must detect as well as classify the current system conditions like normal or faulty from the current raw sets of measurement data available at SCADA (supervisory control and data acquisition system). With the rapid deployment of micro PMUs, faults are detected from the measurements in real time, but their classification in real time still possess a challenging task. This paper focus on a diligent comparison between several deep learning and machine learning methodologies for classifying faults (L-G, LL-G, LLL-G) in real time. In real life scenarios L-G fault being most frequent and LLL-G being rare, an imbalanced dataset is generally developed for supervised learning approach leading to a biased classifier. To mitigate this issue this paper proposes SMOTE based oversampling over the imbalanced dataset. The dataset used in this work is derived from the Drexel University's Reconfigurable Distribution Automation and Control (RDAC) software/hardware laboratory.
现代电网由于其固有的运行特性,容易发生故障。电网运营商必须从SCADA(监控和数据采集系统)中可用的当前原始测量数据集检测并分类当前系统状态,如正常或故障。随着微型pmu的快速部署,从测量中实时检测故障,但实时分类故障仍然是一项具有挑战性的任务。本文重点比较了几种用于实时故障分类(L-G、LL-G、LL-G)的深度学习和机器学习方法。在现实生活中,L-G故障是最常见的,而ll - g是罕见的,不平衡的数据集通常被开发用于监督学习方法,导致有偏见的分类器。为了缓解这一问题,本文提出了基于SMOTE的不平衡数据集过采样。这项工作中使用的数据集来自德雷塞尔大学的可重构配电自动化与控制(RDAC)软件/硬件实验室。
{"title":"Classification of Faults in Power System with Probabilistic Neural Networks: An Imbalanced Learning Approach","authors":"Debottam Mukherjee, Samrat Chakraborty","doi":"10.1109/ICATME50232.2021.9732727","DOIUrl":"https://doi.org/10.1109/ICATME50232.2021.9732727","url":null,"abstract":"Modern day grids with its inherent operating characteristics are susceptible to faults. Grid operators must detect as well as classify the current system conditions like normal or faulty from the current raw sets of measurement data available at SCADA (supervisory control and data acquisition system). With the rapid deployment of micro PMUs, faults are detected from the measurements in real time, but their classification in real time still possess a challenging task. This paper focus on a diligent comparison between several deep learning and machine learning methodologies for classifying faults (L-G, LL-G, LLL-G) in real time. In real life scenarios L-G fault being most frequent and LLL-G being rare, an imbalanced dataset is generally developed for supervised learning approach leading to a biased classifier. To mitigate this issue this paper proposes SMOTE based oversampling over the imbalanced dataset. The dataset used in this work is derived from the Drexel University's Reconfigurable Distribution Automation and Control (RDAC) software/hardware laboratory.","PeriodicalId":414180,"journal":{"name":"2021 International Conference on Advances in Technology, Management & Education (ICATME)","volume":"73 8 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-01-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130972449","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
QPSK-Subcarrier Intensity modulated FSO System qpsk -副载波强度调制FSO系统
Pub Date : 2021-01-08 DOI: 10.1109/ICATME50232.2021.9732746
Chinmayee Panda, U. Bhanja
The effect of Subcarrier intensity modulation with QPSK is discussed in this paper. QPSK is chosen as the best modulation scheme among BPSK, OOK and PSK. This work simulates PSK-SIM, BPSK-SIM and QPSK-SIM applied to FSO system at spectral efficiency (SE) of 4bps/HZ and the analysis is performed in weak and strong turbulence conditions. The investigation shows that QPSK-SIM-FSO system shows BER of the order of 10−8as compared to PSK and BPSK-SIM-FSO system in different turbulence conditions.
本文讨论了用QPSK调制副载波强度的效果。在BPSK、OOK和PSK中,选择QPSK作为最佳调制方案。本文模拟了PSK-SIM、BPSK-SIM和QPSK-SIM在频谱效率(SE)为4bps/HZ的FSO系统中的应用,并在弱湍流和强湍流条件下进行了分析。研究表明,在不同湍流条件下,QPSK-SIM-FSO系统的误码率比PSK和BPSK-SIM-FSO系统高10−8as。
{"title":"QPSK-Subcarrier Intensity modulated FSO System","authors":"Chinmayee Panda, U. Bhanja","doi":"10.1109/ICATME50232.2021.9732746","DOIUrl":"https://doi.org/10.1109/ICATME50232.2021.9732746","url":null,"abstract":"The effect of Subcarrier intensity modulation with QPSK is discussed in this paper. QPSK is chosen as the best modulation scheme among BPSK, OOK and PSK. This work simulates PSK-SIM, BPSK-SIM and QPSK-SIM applied to FSO system at spectral efficiency (SE) of 4bps/HZ and the analysis is performed in weak and strong turbulence conditions. The investigation shows that QPSK-SIM-FSO system shows BER of the order of 10−8as compared to PSK and BPSK-SIM-FSO system in different turbulence conditions.","PeriodicalId":414180,"journal":{"name":"2021 International Conference on Advances in Technology, Management & Education (ICATME)","volume":"31 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-01-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125559228","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
Designing a Secure IOT data Encryption algorithm for Smart Environmental Monitoring System 面向智能环境监测系统的安全物联网数据加密算法设计
Pub Date : 2021-01-08 DOI: 10.1109/ICATME50232.2021.9732764
Zeba Malik, Anika Saxena, Kaptan Singh
There are many applications where it is required to smartly monitor the environmental parameters. Therefore in this paper a smart IOT based environmental data monitoring system Transceiver is designed. The Humidity of the air is responsible for the various chemical and biological properties of the environment. Therefore humidity and temperature data sensors are used for environmental air monitoring. A secure key based AES encryption standards is used at the transmitting end. The cipher data is uploaded over IOT cloud. At the receiver end a smart decryption algorithm is designed. The NodeMCU based ESP8266 Wi-Fi router is designed at the transceiver end. Paper present the secure environmental monitoring system, which is applicable in air conditioning, ventilation and weather monitoring. The data is stored over ThingSpeak cloud server.
有许多应用需要智能地监控环境参数。为此,本文设计了一种基于智能物联网的环境数据监测系统收发器。空气的湿度对环境的各种化学和生物特性负责。因此,湿度和温度数据传感器用于环境空气监测。传输端采用基于安全密钥的AES加密标准。密码数据通过物联网云上传。在接收端设计了智能解密算法。在收发端设计了基于NodeMCU的ESP8266无线路由器。本文介绍了一种适用于空调、通风、气象监测的安全环境监测系统。数据存储在ThingSpeak云服务器上。
{"title":"Designing a Secure IOT data Encryption algorithm for Smart Environmental Monitoring System","authors":"Zeba Malik, Anika Saxena, Kaptan Singh","doi":"10.1109/ICATME50232.2021.9732764","DOIUrl":"https://doi.org/10.1109/ICATME50232.2021.9732764","url":null,"abstract":"There are many applications where it is required to smartly monitor the environmental parameters. Therefore in this paper a smart IOT based environmental data monitoring system Transceiver is designed. The Humidity of the air is responsible for the various chemical and biological properties of the environment. Therefore humidity and temperature data sensors are used for environmental air monitoring. A secure key based AES encryption standards is used at the transmitting end. The cipher data is uploaded over IOT cloud. At the receiver end a smart decryption algorithm is designed. The NodeMCU based ESP8266 Wi-Fi router is designed at the transceiver end. Paper present the secure environmental monitoring system, which is applicable in air conditioning, ventilation and weather monitoring. The data is stored over ThingSpeak cloud server.","PeriodicalId":414180,"journal":{"name":"2021 International Conference on Advances in Technology, Management & Education (ICATME)","volume":"345 2","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-01-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"120875915","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
An Autonomous Drone and Optical Network Based Animal Chaser and Multi Purpose Highway Traffic Monitoring System 基于自主无人机和光网络的猎兽器及多用途公路交通监控系统
Pub Date : 2021-01-08 DOI: 10.1109/ICATME50232.2021.9732734
R. K. Pradhan, Sudhanshu Ranjan Dwibedi, Prakash Kumar Mahapatra, Braja Kishore Barik
An autonomous drone assisted imagery system for animal chasing on national highway, along with accident detection and automated emergency service measure and road quality detection for repairing by image processing is the innovative objective of this paper. A dedicated optical network has been proposed to provide high-speed data communication to cameras and drones, which later can also be utilized for various public related mass information services to government and private sectors. The autonomous transport and traffic control system can also track rampant illegal vehicle parking on highways, detect over speeding and overloaded goods vehicle for safety and load violation. In future, on road Wi-Fi service can be provided for commercial and urgent services by incorporating WAP units at specific points. Earlier drone-based systems have been used for survey and surveillance, but this will be a unique concept to facilitate various needs and requirements solely based on highways related problems and common occurring events, which need to be controlled on regular basis.
本文的创新目标是基于图像处理的国道动物追逐、事故检测和自动应急服务措施以及道路质量检测的自主无人机辅助图像系统。专门的光网络已经提出,为相机和无人机提供高速数据通信,以后还可以用于政府和私营部门的各种公共相关的海量信息服务。自动运输交通控制系统还可以追踪高速公路上猖獗的非法停车车辆,检测超速和超载的货车,以确保安全和违反负载。未来,道路Wi-Fi服务可在指定地点加装WAP装置,以提供商业及紧急服务。早期的无人机系统已经用于调查和监视,但这将是一个独特的概念,以满足各种需求和要求,仅基于高速公路相关问题和经常发生的事件,需要定期控制。
{"title":"An Autonomous Drone and Optical Network Based Animal Chaser and Multi Purpose Highway Traffic Monitoring System","authors":"R. K. Pradhan, Sudhanshu Ranjan Dwibedi, Prakash Kumar Mahapatra, Braja Kishore Barik","doi":"10.1109/ICATME50232.2021.9732734","DOIUrl":"https://doi.org/10.1109/ICATME50232.2021.9732734","url":null,"abstract":"An autonomous drone assisted imagery system for animal chasing on national highway, along with accident detection and automated emergency service measure and road quality detection for repairing by image processing is the innovative objective of this paper. A dedicated optical network has been proposed to provide high-speed data communication to cameras and drones, which later can also be utilized for various public related mass information services to government and private sectors. The autonomous transport and traffic control system can also track rampant illegal vehicle parking on highways, detect over speeding and overloaded goods vehicle for safety and load violation. In future, on road Wi-Fi service can be provided for commercial and urgent services by incorporating WAP units at specific points. Earlier drone-based systems have been used for survey and surveillance, but this will be a unique concept to facilitate various needs and requirements solely based on highways related problems and common occurring events, which need to be controlled on regular basis.","PeriodicalId":414180,"journal":{"name":"2021 International Conference on Advances in Technology, Management & Education (ICATME)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-01-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"120963110","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
Optimization Methods of Location and Capacity Determination for Distributed Generation in Distributed Network: A Review 分布式电网中分布式发电选址与容量确定的优化方法综述
Pub Date : 2021-01-08 DOI: 10.1109/ICATME50232.2021.9732731
H. Singh, Vaibhav Jha
This paper present the literature survey of different optimization mechanism of location determination and capacity determination for distributed generation unit in distributed network. As know that the better location and capacity of any distributed generation unit play a vital role in this present power system scenario or modern era of power system so that many researchers recently developed several mechanism for determination of capacity and location of distributed generation unit. An exact computation of capacity and location reduces the power losses and stable the voltage profile so this kind of computation very needful for the distributed generation unit. The researchers have found several issue and problem when they have made such computation of location and capacity of distributed generation unit. The main issue of exact computation for DG's position, location and capacity is limitation of distributed system when it has been made for real time scenario. There are several initiatives taken by the Governments in term of subsidies and make sure the improvement in distributed network, increases the utilization of distributed generation unit for both purposes commercial and domestic. This paper discusses the comparative performances of optimization algorithms and their contribution toward this field.
本文综述了分布式网络中分布式发电机组选址和容量确定的不同优化机制。由于了解到分布式发电机组的良好位置和容量在当前的电力系统场景或现代电力系统中起着至关重要的作用,因此许多研究人员最近开发了几种确定分布式发电机组容量和位置的机制。准确地计算容量和位置可以减少功率损耗,稳定电压分布,因此这种计算对于分布式发电机组是非常必要的。研究人员在对分布式发电机组的位置和容量进行计算时,发现了一些问题。分布式发电机组的位置、位置和容量精确计算的主要问题是分布式系统在实时场景下的局限性。各国政府在补贴和确保改善分布式网络方面采取了若干举措,提高了分布式发电机组在商业和家庭用途上的利用率。本文讨论了各种优化算法的比较性能及其对该领域的贡献。
{"title":"Optimization Methods of Location and Capacity Determination for Distributed Generation in Distributed Network: A Review","authors":"H. Singh, Vaibhav Jha","doi":"10.1109/ICATME50232.2021.9732731","DOIUrl":"https://doi.org/10.1109/ICATME50232.2021.9732731","url":null,"abstract":"This paper present the literature survey of different optimization mechanism of location determination and capacity determination for distributed generation unit in distributed network. As know that the better location and capacity of any distributed generation unit play a vital role in this present power system scenario or modern era of power system so that many researchers recently developed several mechanism for determination of capacity and location of distributed generation unit. An exact computation of capacity and location reduces the power losses and stable the voltage profile so this kind of computation very needful for the distributed generation unit. The researchers have found several issue and problem when they have made such computation of location and capacity of distributed generation unit. The main issue of exact computation for DG's position, location and capacity is limitation of distributed system when it has been made for real time scenario. There are several initiatives taken by the Governments in term of subsidies and make sure the improvement in distributed network, increases the utilization of distributed generation unit for both purposes commercial and domestic. This paper discusses the comparative performances of optimization algorithms and their contribution toward this field.","PeriodicalId":414180,"journal":{"name":"2021 International Conference on Advances in Technology, Management & Education (ICATME)","volume":"108 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-01-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117036425","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
Noise and Power efficient source follower per detector unit cell for readout integrated circuits of photodiode sensor arrays 光电二极管传感器阵列读出集成电路中每个检测器单元格的噪声和功率效率源从动器
Pub Date : 2021-01-08 DOI: 10.1109/ICATME50232.2021.9732758
Manik, V. Niranjan, R. Saxena
In this work, an interface circuit for readout integrated circuit (ROIC) has been proposed employing source follower per detector (SFD) unit cell and current mirror integration (CMI) in order to have high performance with less circuit complexity. In terms of complexity, SFD unit cell is a good choice because it has three only transistors and less complexity. SFD is a simple interface topology for high density and low power ROICs. The SFD unit cell has disadvantage of instable detector bias voltage that makes it non-linear and increases the noise factor at the output side. The interfaced approach has been proposed here to combine the two basic unit cells. To reduce the noise factor at the output side here SFD is interfaced with the current mirror integration unit cell. It is shown here that the noise performance improves by about 98.93% with respect to the conventional SFD unit cell. The proposed circuit shows 18.18% degradation in power after simulation. Cadence 180 nm technologies have been used for the simulations/calculations.
本文提出了一种用于读出集成电路(ROIC)的接口电路,采用源随动器每检测器(SFD)单元格和电流镜像集成(CMI),以获得高性能和较低的电路复杂度。就复杂性而言,SFD单元电池是一个很好的选择,因为它只有三个晶体管,复杂性更低。SFD是用于高密度和低功耗roic的简单接口拓扑。SFD单元格的缺点是检测器偏置电压不稳定,使其非线性,增加了输出端的噪声系数。本文提出了结合两个基本单元细胞的接口方法。为了降低输出端的噪声系数,SFD与电流镜像集成单元相连。结果表明,与传统的单晶单晶电池相比,噪声性能提高了约98.93%。仿真结果表明,该电路的功耗降低18.18%。模拟/计算采用了Cadence 180纳米技术。
{"title":"Noise and Power efficient source follower per detector unit cell for readout integrated circuits of photodiode sensor arrays","authors":"Manik, V. Niranjan, R. Saxena","doi":"10.1109/ICATME50232.2021.9732758","DOIUrl":"https://doi.org/10.1109/ICATME50232.2021.9732758","url":null,"abstract":"In this work, an interface circuit for readout integrated circuit (ROIC) has been proposed employing source follower per detector (SFD) unit cell and current mirror integration (CMI) in order to have high performance with less circuit complexity. In terms of complexity, SFD unit cell is a good choice because it has three only transistors and less complexity. SFD is a simple interface topology for high density and low power ROICs. The SFD unit cell has disadvantage of instable detector bias voltage that makes it non-linear and increases the noise factor at the output side. The interfaced approach has been proposed here to combine the two basic unit cells. To reduce the noise factor at the output side here SFD is interfaced with the current mirror integration unit cell. It is shown here that the noise performance improves by about 98.93% with respect to the conventional SFD unit cell. The proposed circuit shows 18.18% degradation in power after simulation. Cadence 180 nm technologies have been used for the simulations/calculations.","PeriodicalId":414180,"journal":{"name":"2021 International Conference on Advances in Technology, Management & Education (ICATME)","volume":"45 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-01-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123748964","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
Literature Survey of Various Techniques of Documents Clustering 文献综述:各种文献聚类技术
Pub Date : 2021-01-08 DOI: 10.1109/ICATME50232.2021.9732710
Roopam Mandloi, Khushboo Sawant, Swapnil Vyas
Clustering means that identical items are held together. Document clustering is an application of clustering, which refers to having related text records together. Document clustering plays a crucial role in the creation of search engines, where a document category is expected to be listed in the minimum answer period as a result of the query. Document clustering is critical in terms of the final objective of tracking membership, rundown, collection of subjects and data retrieval in a competent manner. First the designation is related to the upgrading of data recovery procedures. Recently, clustering techniques have been related in the regions, which involve browsing the gathered knowledge or ordering the findings of the web indices to address the query posed by the clients. This paper elaborates on the idea of document cum text clustering. This paper would include a survey of recent work in the area of text clustering. This paper would also include a critical analysis of current text clustering techniques.
聚类意味着将相同的项目放在一起。文档聚类是聚类的一种应用,是指将相关的文本记录放在一起。文档聚类在搜索引擎的创建中起着至关重要的作用,在搜索引擎中,文档类别预计会在查询的最短回答时间内列出。文档聚类对于以适当的方式跟踪成员、概要、主题收集和数据检索的最终目标至关重要。首先,这个名称与数据恢复程序的升级有关。近年来,聚类技术在该领域得到了广泛的研究,它涉及到浏览收集到的知识或对web索引的结果进行排序,以解决客户端提出的查询。本文阐述了文档和文本聚类的思想。本文将对文本聚类领域的最新工作进行综述。本文还将包括对当前文本聚类技术的批判性分析。
{"title":"Literature Survey of Various Techniques of Documents Clustering","authors":"Roopam Mandloi, Khushboo Sawant, Swapnil Vyas","doi":"10.1109/ICATME50232.2021.9732710","DOIUrl":"https://doi.org/10.1109/ICATME50232.2021.9732710","url":null,"abstract":"Clustering means that identical items are held together. Document clustering is an application of clustering, which refers to having related text records together. Document clustering plays a crucial role in the creation of search engines, where a document category is expected to be listed in the minimum answer period as a result of the query. Document clustering is critical in terms of the final objective of tracking membership, rundown, collection of subjects and data retrieval in a competent manner. First the designation is related to the upgrading of data recovery procedures. Recently, clustering techniques have been related in the regions, which involve browsing the gathered knowledge or ordering the findings of the web indices to address the query posed by the clients. This paper elaborates on the idea of document cum text clustering. This paper would include a survey of recent work in the area of text clustering. This paper would also include a critical analysis of current text clustering techniques.","PeriodicalId":414180,"journal":{"name":"2021 International Conference on Advances in Technology, Management & Education (ICATME)","volume":"3 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-01-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132741284","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
Review of Various types of Spam and Spammer Detection Techniques 回顾各种类型的垃圾邮件和垃圾邮件发送者检测技术
Pub Date : 2021-01-08 DOI: 10.1109/ICATME50232.2021.9732722
M. Pal, S. Agrawal
With the advancement of technology, the way of social connectivity is also changing. In this modern era most of the people are connected to each other through digital medium of communications. There are various platforms which facilitates social connectivity. The platforms like twitter, Facebook, WhatsApp, and google meet, zoom app etc. provides facilities like tweets, chats, video chats, video conferencing, personal conversation, group conversation etc. As the popularity of this social media platforms are increasing, threats to the privacy, online frauds, spamming activities and vulnerability is also increasing on this platforms. These platforms are becoming prime targets for attackers. There are various spam and spammer detection techniques that are developed for securing social media users from such attackers. A review of recent spam and spammer detection techniques is provided in this paper.
随着科技的进步,社会联系的方式也在发生变化。在这个现代时代,大多数人通过数字媒介相互联系。有各种各样的平台可以促进社会联系。twitter、Facebook、WhatsApp和谷歌等平台提供推文、聊天、视频聊天、视频会议、个人对话、群组对话等功能。随着这种社交媒体平台的日益普及,对隐私的威胁,在线欺诈,垃圾邮件活动和漏洞也在这些平台上增加。这些平台正成为攻击者的主要目标。为了保护社交媒体用户免受此类攻击者的攻击,开发了各种垃圾邮件和垃圾邮件发送者检测技术。本文综述了最近的垃圾邮件和垃圾邮件发送者检测技术。
{"title":"Review of Various types of Spam and Spammer Detection Techniques","authors":"M. Pal, S. Agrawal","doi":"10.1109/ICATME50232.2021.9732722","DOIUrl":"https://doi.org/10.1109/ICATME50232.2021.9732722","url":null,"abstract":"With the advancement of technology, the way of social connectivity is also changing. In this modern era most of the people are connected to each other through digital medium of communications. There are various platforms which facilitates social connectivity. The platforms like twitter, Facebook, WhatsApp, and google meet, zoom app etc. provides facilities like tweets, chats, video chats, video conferencing, personal conversation, group conversation etc. As the popularity of this social media platforms are increasing, threats to the privacy, online frauds, spamming activities and vulnerability is also increasing on this platforms. These platforms are becoming prime targets for attackers. There are various spam and spammer detection techniques that are developed for securing social media users from such attackers. A review of recent spam and spammer detection techniques is provided in this paper.","PeriodicalId":414180,"journal":{"name":"2021 International Conference on Advances in Technology, Management & Education (ICATME)","volume":"48 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-01-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134273561","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 comparative study of observed Ionospheric critical frequency (using ionosonde) and the IRI-2016 model 电离层临界频率(使用电离层探空仪)与IRI-2016模式的比较研究
Pub Date : 2021-01-08 DOI: 10.1109/ICATME50232.2021.9732756
R. Ahmad, Mahesh Parwani, A. A. Mansoori, Roshni Atulkar, P. K. Purohit
In the present study, we compare the observed values of foF2 (ionospheric f2 layer critical frequency) and ionospheric empirical modal IRI-2016 predictions. To accomplish this study we used the period of January to December 2016 which was the low solar activity period (declining phase of solar cycle 24th). For this study, we have selected a low latitude station SANYA, CHINA (18.34° N 109.42° E), a mid-latitude station ATHENS, GREECE (38.0° N 23.5°E), and a high latitude station YAKUTSK, RUSSIA (62.00° N 129.60° E). We examined monthly as well as seasonal variability of the ionosphere in comparison with IRI-2016 over all the three latitudes. Our analysis found that the monthly values of observed foF2 were maximum during March, May, and June for the low, mid, and high latitudes, respectively, while minimum values were observed during December at all three latitudes. For seasonal analysis, we found that the highest values of foF2 were recorded during the winter season while the lowest values were recorded in the equinox seasons of all three stations. When correlating between observed and model data, we found that the model is most suitable for mid-latitude, and its coefficient of correlation is 0.78.
在本研究中,我们比较了电离层f2层临界频率(foF2)的观测值和电离层经验模态IRI-2016预测值。为了完成这项研究,我们使用了2016年1月至12月这段时间,这是太阳活动的低潮期(太阳活动周期24的衰退期)。在本研究中,我们选择了中国三亚(18.34°N 109.42°E)、希腊雅典(38.0°N 23.5°E)和俄罗斯雅库茨克(62.00°N 129.60°E)三个低纬度站,并与ir -2016进行了电离层的月度和季节变化对比。分析发现,低、中、高纬度地区3月、5月和6月foF2观测值最大,12月最小。季节分析发现,3个站点的foF2在冬季最高,在春分季节最低。将观测数据与模型数据进行相关分析,发现模型最适合中纬度地区,相关系数为0.78。
{"title":"A comparative study of observed Ionospheric critical frequency (using ionosonde) and the IRI-2016 model","authors":"R. Ahmad, Mahesh Parwani, A. A. Mansoori, Roshni Atulkar, P. K. Purohit","doi":"10.1109/ICATME50232.2021.9732756","DOIUrl":"https://doi.org/10.1109/ICATME50232.2021.9732756","url":null,"abstract":"In the present study, we compare the observed values of foF2 (ionospheric f2 layer critical frequency) and ionospheric empirical modal IRI-2016 predictions. To accomplish this study we used the period of January to December 2016 which was the low solar activity period (declining phase of solar cycle 24th). For this study, we have selected a low latitude station SANYA, CHINA (18.34° N 109.42° E), a mid-latitude station ATHENS, GREECE (38.0° N 23.5°E), and a high latitude station YAKUTSK, RUSSIA (62.00° N 129.60° E). We examined monthly as well as seasonal variability of the ionosphere in comparison with IRI-2016 over all the three latitudes. Our analysis found that the monthly values of observed foF2 were maximum during March, May, and June for the low, mid, and high latitudes, respectively, while minimum values were observed during December at all three latitudes. For seasonal analysis, we found that the highest values of foF2 were recorded during the winter season while the lowest values were recorded in the equinox seasons of all three stations. When correlating between observed and model data, we found that the model is most suitable for mid-latitude, and its coefficient of correlation is 0.78.","PeriodicalId":414180,"journal":{"name":"2021 International Conference on Advances in Technology, Management & Education (ICATME)","volume":"24 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-01-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115701889","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
期刊
2021 International Conference on Advances in Technology, Management & Education (ICATME)
全部 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