首页 > 最新文献

2023 International Conference in Advances in Power, Signal, and Information Technology (APSIT)最新文献

英文 中文
Developing and Evaluating a Machine Learning Based Diagnosis System for Diabetes Mellitus using Interpretable Techniques 利用可解释技术开发和评估基于机器学习的糖尿病诊断系统
M. Narasimharao, B. Swain, P. Nayak, S. Bhuyan
Diabetes is a major global health issue that affects multiple bodily components and contributes to millions of deaths each year. Traditional approaches to diabetes diagnosis and treatment are often limited by their lack of accuracy, transparency, and efficiency. This study aims to develop and evaluate a novel machine learning-based diagnosis system for diabetes mellitus using interpretable supervised and neural network techniques. The study used a dataset of 9 features listed in 2000 patient information from The Frankfurt Hospital, Germany, and trained and tested several ML algorithms including logistic regression, gradient boosting, naive Bayes classifier, random forest classifier, and artificial neural network (ANN). The performance of each algorithm was evaluated using precision, recall, and F1-score, and the findings indicate that the ANN model performs best with a larger number of features, achieving 100% accuracy. Interpretable techniques were used to facilitate understanding of the ML model decision-making process. The suggested system offers several implications and potential impacts on healthcare practice, including improved diagnosis accuracy, automation of diabetes testing and referral algorithms, and reduced time, work, and labor in medical services. These findings highlight the potential of machine learning to address the limitations of traditional diabetes diagnosis and treatment, and contribute to better patient outcomes.
糖尿病是一个主要的全球健康问题,影响到身体的多个部分,每年导致数百万人死亡。传统的糖尿病诊断和治疗方法往往由于缺乏准确性、透明度和效率而受到限制。本研究旨在利用可解释监督和神经网络技术开发和评估一种新的基于机器学习的糖尿病诊断系统。该研究使用了德国法兰克福医院2000例患者信息中列出的9个特征数据集,并训练和测试了几种ML算法,包括逻辑回归、梯度增强、朴素贝叶斯分类器、随机森林分类器和人工神经网络(ANN)。使用精度、召回率和f1分数对每种算法的性能进行了评估,结果表明,ANN模型在特征数量较多时表现最佳,达到100%的准确率。可解释技术用于促进对ML模型决策过程的理解。建议的系统为医疗保健实践提供了几个含义和潜在影响,包括提高诊断准确性,糖尿病测试和转诊算法的自动化,以及减少医疗服务中的时间、工作和劳动力。这些发现突出了机器学习解决传统糖尿病诊断和治疗局限性的潜力,并有助于改善患者的预后。
{"title":"Developing and Evaluating a Machine Learning Based Diagnosis System for Diabetes Mellitus using Interpretable Techniques","authors":"M. Narasimharao, B. Swain, P. Nayak, S. Bhuyan","doi":"10.1109/APSIT58554.2023.10201753","DOIUrl":"https://doi.org/10.1109/APSIT58554.2023.10201753","url":null,"abstract":"Diabetes is a major global health issue that affects multiple bodily components and contributes to millions of deaths each year. Traditional approaches to diabetes diagnosis and treatment are often limited by their lack of accuracy, transparency, and efficiency. This study aims to develop and evaluate a novel machine learning-based diagnosis system for diabetes mellitus using interpretable supervised and neural network techniques. The study used a dataset of 9 features listed in 2000 patient information from The Frankfurt Hospital, Germany, and trained and tested several ML algorithms including logistic regression, gradient boosting, naive Bayes classifier, random forest classifier, and artificial neural network (ANN). The performance of each algorithm was evaluated using precision, recall, and F1-score, and the findings indicate that the ANN model performs best with a larger number of features, achieving 100% accuracy. Interpretable techniques were used to facilitate understanding of the ML model decision-making process. The suggested system offers several implications and potential impacts on healthcare practice, including improved diagnosis accuracy, automation of diabetes testing and referral algorithms, and reduced time, work, and labor in medical services. These findings highlight the potential of machine learning to address the limitations of traditional diabetes diagnosis and treatment, and contribute to better patient outcomes.","PeriodicalId":170044,"journal":{"name":"2023 International Conference in Advances in Power, Signal, and Information Technology (APSIT)","volume":"45 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-06-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121496602","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 Learning Model for Identification and Classification of Web based Toxic Comments 基于Web的有毒评论识别和分类的深度学习模型
Anubhav Shukla, D. Arora
Everyday, many individuals face online trolling and receive hate on different social media platforms like Twitter, Instagram to name a few. Often these comments involving racial abuse, hate based on religion, caste are made by anonymous people over the internet, and it is quite a task to keep these comments under control. So, the objective was to develop a Machine Learning Model to help identify these comments. A Deep Learning Model (a sequential model) was made and it was trained to identify and classify a comment based on whether it is an apt comment or not. LSTM (Long Short-Term Memory) is a type of recurrent neural network (RNN) that is particularly well-suited for modeling sequential data, such as text. LSTMs are capable of modeling long-term dependencies in sequential data. In the case of text classification, this means that LSTMs can take into account the context of a word or phrase within a sentence, paragraph, or even an entire document. LSTMs can learn to selectively forget or remember information from the past, which is useful for filtering out noise or irrelevant information in text. LSTMs are well-established in the field of natural language processing (NLP) and have been shown to be effective for various NLP tasks, including sentiment analysis and text classification. Binary cross-entropy is a commonly used loss function in deep learning models for binary classification problems, such as predicting whether a comment is toxic or not. Binary cross-entropy is designed to optimize the model's predictions based on the binary nature of the classification task. It penalizes the model for assigning a low probability to the correct class and rewards it for assigning a high probability to the correct class. The loss function is differentiable, which allows gradient-based optimization methods to be used during training to minimize the loss and improve the model's performance. Binary cross-entropy is a well-established loss function that has been extensively used in the field of deep learning, and there are many tools and frameworks that support it, making it easy to implement in practice. Binary cross-entropy also has a probabilistic interpretation, which can be useful in some applications. For example, it can be used to estimate the probability that a given comment is toxic. Hence, Binary Cross Entropy has been chosen as the loss function for the Deep Learning model.
每天,许多人在不同的社交媒体平台(如Twitter、Instagram等)上面临网络喷子和仇恨。通常,这些涉及种族歧视、基于宗教的仇恨、种姓的评论都是匿名者在互联网上发表的,控制这些评论是一项相当艰巨的任务。所以,我们的目标是开发一个机器学习模型来帮助识别这些评论。建立了一个深度学习模型(序列模型),并训练该模型根据评论是否恰当来识别和分类评论。LSTM(长短期记忆)是一种循环神经网络(RNN),特别适合于对序列数据(如文本)建模。lstm能够对顺序数据中的长期依赖关系进行建模。在文本分类的情况下,这意味着lstm可以考虑句子、段落甚至整个文档中的单词或短语的上下文。lstm可以学会选择性地忘记或记住过去的信息,这对于过滤掉文本中的噪音或无关信息很有用。lstm在自然语言处理(NLP)领域已经建立起来,并已被证明对各种NLP任务有效,包括情感分析和文本分类。二元交叉熵是用于二元分类问题的深度学习模型中常用的损失函数,例如预测评论是否有毒。基于分类任务的二值性,二元交叉熵被设计用来优化模型的预测。将低概率分配给正确的类会惩罚模型,将高概率分配给正确的类会奖励模型。损失函数是可微的,这使得在训练过程中可以使用基于梯度的优化方法来最小化损失并提高模型的性能。二元交叉熵是一种成熟的损失函数,在深度学习领域得到了广泛的应用,并且有许多支持它的工具和框架,使其易于在实践中实现。二元交叉熵也有一个概率解释,这在某些应用中是有用的。例如,它可以用来估计给定评论是有害的概率。因此,我们选择二元交叉熵作为深度学习模型的损失函数。
{"title":"Deep Learning Model for Identification and Classification of Web based Toxic Comments","authors":"Anubhav Shukla, D. Arora","doi":"10.1109/APSIT58554.2023.10201794","DOIUrl":"https://doi.org/10.1109/APSIT58554.2023.10201794","url":null,"abstract":"Everyday, many individuals face online trolling and receive hate on different social media platforms like Twitter, Instagram to name a few. Often these comments involving racial abuse, hate based on religion, caste are made by anonymous people over the internet, and it is quite a task to keep these comments under control. So, the objective was to develop a Machine Learning Model to help identify these comments. A Deep Learning Model (a sequential model) was made and it was trained to identify and classify a comment based on whether it is an apt comment or not. LSTM (Long Short-Term Memory) is a type of recurrent neural network (RNN) that is particularly well-suited for modeling sequential data, such as text. LSTMs are capable of modeling long-term dependencies in sequential data. In the case of text classification, this means that LSTMs can take into account the context of a word or phrase within a sentence, paragraph, or even an entire document. LSTMs can learn to selectively forget or remember information from the past, which is useful for filtering out noise or irrelevant information in text. LSTMs are well-established in the field of natural language processing (NLP) and have been shown to be effective for various NLP tasks, including sentiment analysis and text classification. Binary cross-entropy is a commonly used loss function in deep learning models for binary classification problems, such as predicting whether a comment is toxic or not. Binary cross-entropy is designed to optimize the model's predictions based on the binary nature of the classification task. It penalizes the model for assigning a low probability to the correct class and rewards it for assigning a high probability to the correct class. The loss function is differentiable, which allows gradient-based optimization methods to be used during training to minimize the loss and improve the model's performance. Binary cross-entropy is a well-established loss function that has been extensively used in the field of deep learning, and there are many tools and frameworks that support it, making it easy to implement in practice. Binary cross-entropy also has a probabilistic interpretation, which can be useful in some applications. For example, it can be used to estimate the probability that a given comment is toxic. Hence, Binary Cross Entropy has been chosen as the loss function for the Deep Learning model.","PeriodicalId":170044,"journal":{"name":"2023 International Conference in Advances in Power, Signal, and Information Technology (APSIT)","volume":"88 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-06-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123240703","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 case studies on various Charging Methodology in EVs 电动汽车各种充电方法的案例研究
S. Mishra, Sudheshna G, RUDRANARAYAN SENAPATI, Priyanka D, Lokeswar Rao K, Adilakshmi K, Manoina Ch
The proposed research provides an essential set of requirements for battery charging systems in Electric Vehicle (EV) applications. Because of their superior power output, low cost, and environmental flexibility, EVs have become a viable alternative to IC-based engines. The battery and charger designs are discussed in this study. The battery charger's contribution to harmonic distortion on the grid is one of the main challenges of the application.
提出的研究为电动汽车(EV)应用中的电池充电系统提供了一套基本要求。由于其优越的功率输出、低成本和环境灵活性,电动汽车已成为基于ic的发动机的可行替代方案。本研究讨论了电池和充电器的设计。电池充电器对电网谐波失真的贡献是该应用的主要挑战之一。
{"title":"A case studies on various Charging Methodology in EVs","authors":"S. Mishra, Sudheshna G, RUDRANARAYAN SENAPATI, Priyanka D, Lokeswar Rao K, Adilakshmi K, Manoina Ch","doi":"10.1109/APSIT58554.2023.10201676","DOIUrl":"https://doi.org/10.1109/APSIT58554.2023.10201676","url":null,"abstract":"The proposed research provides an essential set of requirements for battery charging systems in Electric Vehicle (EV) applications. Because of their superior power output, low cost, and environmental flexibility, EVs have become a viable alternative to IC-based engines. The battery and charger designs are discussed in this study. The battery charger's contribution to harmonic distortion on the grid is one of the main challenges of the application.","PeriodicalId":170044,"journal":{"name":"2023 International Conference in Advances in Power, Signal, and Information Technology (APSIT)","volume":"21 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-06-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123596972","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
Short Term Solar Power Prediction Using Hybrid Two Layered Decomposition Technique Based Optimized ELM 基于优化ELM的混合两层分解技术的短期太阳能发电预测
N. Nayak, Anshuman Sathpathy
The rapid growth in power demand increased the per capita consumption of power. In this scenario, the nonconventional energy sources play a significant role in a power system. Solar power is one of the renewable sources RES, popularly used to meet energy demand. The increase in the PV integration into the main grid makes the solar power prediction an essential aspect as it helps in the reduction of different power quality issues and thus enhancing the system reliability. The nonlinear nature of solar power makes the prediction difficult hence a precise prediction technique is required for an accurate result. This paper proposes a hybrid technique is proposed for 5min- ahead solar power prediction. The hybrid model comprises EMD, VMD, and ELM optimized by phase angle particle swarm optimization (PA-PSO). To validate the accuracy and effectiveness of the proposed model a solar power data series is considered. 5min solar power data from New Jersey, is considered as interpretive examples for evaluating the model efficiency. The experimental result shows that the proposed model outperforms other techniques considered over the different prediction horizon.
电力需求的快速增长带动了人均用电量的增长。在这种情况下,非常规能源在电力系统中发挥着重要作用。太阳能是可再生能源之一,广泛用于满足能源需求。光伏并网的增加使得太阳能发电预测成为一个重要方面,因为它有助于减少不同的电能质量问题,从而提高系统的可靠性。太阳能的非线性特性使预测变得困难,因此需要精确的预测技术才能得到准确的结果。本文提出了一种预测5分钟前太阳能发电的混合技术。混合模型包括EMD、VMD和ELM,采用相角粒子群优化(PA-PSO)进行优化。为了验证该模型的准确性和有效性,我们考虑了一个太阳能数据序列。以新泽西州5min太阳能数据作为模型效率评价的解释性实例。实验结果表明,在不同的预测范围内,该模型优于其他技术。
{"title":"Short Term Solar Power Prediction Using Hybrid Two Layered Decomposition Technique Based Optimized ELM","authors":"N. Nayak, Anshuman Sathpathy","doi":"10.1109/APSIT58554.2023.10201790","DOIUrl":"https://doi.org/10.1109/APSIT58554.2023.10201790","url":null,"abstract":"The rapid growth in power demand increased the per capita consumption of power. In this scenario, the nonconventional energy sources play a significant role in a power system. Solar power is one of the renewable sources RES, popularly used to meet energy demand. The increase in the PV integration into the main grid makes the solar power prediction an essential aspect as it helps in the reduction of different power quality issues and thus enhancing the system reliability. The nonlinear nature of solar power makes the prediction difficult hence a precise prediction technique is required for an accurate result. This paper proposes a hybrid technique is proposed for 5min- ahead solar power prediction. The hybrid model comprises EMD, VMD, and ELM optimized by phase angle particle swarm optimization (PA-PSO). To validate the accuracy and effectiveness of the proposed model a solar power data series is considered. 5min solar power data from New Jersey, is considered as interpretive examples for evaluating the model efficiency. The experimental result shows that the proposed model outperforms other techniques considered over the different prediction horizon.","PeriodicalId":170044,"journal":{"name":"2023 International Conference in Advances in Power, Signal, and Information Technology (APSIT)","volume":"5 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-06-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121375243","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
Trust based Data Dissemination and Queue Management for Vehicular Communication Networks 基于信任的车载通信网络数据分发与队列管理
R. R. Ali, Mohamed Ayad Alkhafaji, M. Guneser, F. Al-dolaimy, A. Alsalamy, Sameer Alani, F. Abbas, A. Alkhayyat, S. Mahmood
A Vehicular Adhoc Network (VANET) is used in maximum of the applications of intelligent transportation system (ITS). It is one among the high-speed communication networks as the results it undergone few of the drawbacks such as congestion occurrence, computation delay and overhead occurrence and so on. It is essential to monitor the network periodically and complicated to monitor the VANETs. In this paper, a Trust based Data dissemination and Queue management for VANETs (TDQ-VANETs) are introduced. At the initial stage, before the data transmission direct trust, indirect trust and total trust values of each vehicle are measured and it gets updated periodically. At the time of data transmission queue management is performed using dual queue model that employs both CSMA and TDMA models to transfer the data. The simulation of the proposed TDQ-VANETs approach is performed in NS2 and SUMO. The packet delivery rate, computational delay, computational overhead and throughput are the parameters used for performance analysis. The results compared with the earlier approaches such as AJ-MOFA and RO-DLAA. The results show that the TDQ-VANETs approach achieved superior performance in terms of packet delivery ratio and throughput.
车辆自组织网络(VANET)在智能交通系统(ITS)中的应用最为广泛。它是高速通信网络中的一种,因为它几乎没有发生拥塞、计算延迟和开销等缺点。对VANETs进行定期监测是必要的,监测工作比较复杂。本文介绍了一种基于信任的VANETs数据分发和队列管理(TDQ-VANETs)。在初始阶段,在数据传输之前,测量每辆车的直接信任值、间接信任值和总信任值,并定期更新。在数据传输时,采用双队列模型进行队列管理,该模型同时采用CSMA和TDMA模型进行数据传输。在NS2和SUMO中对提出的TDQ-VANETs方法进行了仿真。数据包传输速率、计算延迟、计算开销和吞吐量是用于性能分析的参数。结果与早期的AJ-MOFA和RO-DLAA方法进行了比较。结果表明,TDQ-VANETs方法在分组传输率和吞吐量方面取得了优异的性能。
{"title":"Trust based Data Dissemination and Queue Management for Vehicular Communication Networks","authors":"R. R. Ali, Mohamed Ayad Alkhafaji, M. Guneser, F. Al-dolaimy, A. Alsalamy, Sameer Alani, F. Abbas, A. Alkhayyat, S. Mahmood","doi":"10.1109/APSIT58554.2023.10201757","DOIUrl":"https://doi.org/10.1109/APSIT58554.2023.10201757","url":null,"abstract":"A Vehicular Adhoc Network (VANET) is used in maximum of the applications of intelligent transportation system (ITS). It is one among the high-speed communication networks as the results it undergone few of the drawbacks such as congestion occurrence, computation delay and overhead occurrence and so on. It is essential to monitor the network periodically and complicated to monitor the VANETs. In this paper, a Trust based Data dissemination and Queue management for VANETs (TDQ-VANETs) are introduced. At the initial stage, before the data transmission direct trust, indirect trust and total trust values of each vehicle are measured and it gets updated periodically. At the time of data transmission queue management is performed using dual queue model that employs both CSMA and TDMA models to transfer the data. The simulation of the proposed TDQ-VANETs approach is performed in NS2 and SUMO. The packet delivery rate, computational delay, computational overhead and throughput are the parameters used for performance analysis. The results compared with the earlier approaches such as AJ-MOFA and RO-DLAA. The results show that the TDQ-VANETs approach achieved superior performance in terms of packet delivery ratio and throughput.","PeriodicalId":170044,"journal":{"name":"2023 International Conference in Advances in Power, Signal, and Information Technology (APSIT)","volume":"11 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-06-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126762214","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
Grid Connected Rooftop PV Plant Economic Analysis Using Present Time Frame Methodology 使用当前时间框架方法的并网屋顶光伏电站经济分析
Ashutosh Kumar Singh, S. K. Rajput, Amaresh Gantayet
The rooftop PV installation is one of the most significant solutions for producing electrical energy without creating any pollution. PV plants need a significant initial investment, and they also provide energy assistance to grid and users. There is an urgent need to create a straightforward and error-free economic analysis methodology to attract consumers from commercial buildings (such as institutional buildings). The presented study covers a time-value of money based economic analysis for a 100 kWp PV plant at a composite climate in Gwalior, India. The study is performed through real-time data collection and analysis. The results show that there is 127020 kWh electricity generation in the first year, which declined to 104828.34 kWh in the last year (of PV plant life) due to the degradation of the PV array. By considering the uniform cash flow and discount rate of 8.6%, the average annual benefit is Rs. 904374.88. The simple and discounted paybacks of the case study are 7 and 12 years, respectively, whereas the net present value and benefit-to-cost ratio of the plant are Rs. 4679070 and 2.04, respectively.
屋顶光伏装置是在不产生任何污染的情况下产生电能的最重要的解决方案之一。光伏电站需要大量的初始投资,它们还为电网和用户提供能源援助。迫切需要创建一种直接且无错误的经济分析方法,以吸引来自商业建筑(如机构建筑)的消费者。本研究涵盖了印度瓜廖尔复合气候条件下100千瓦时光伏电站的时间价值经济分析。本研究通过实时数据收集和分析进行。结果表明,第一年的发电量为127020 kWh,由于光伏阵列的退化,在最后一年(光伏电站寿命)发电量下降到104828.34 kWh。考虑统一现金流和8.6%的折现率,平均年收益为904374.88卢比。本案例研究的简单和贴现回报分别为7年和12年,而该工厂的净现值和效益成本比分别为4679070卢比和2.04卢比。
{"title":"Grid Connected Rooftop PV Plant Economic Analysis Using Present Time Frame Methodology","authors":"Ashutosh Kumar Singh, S. K. Rajput, Amaresh Gantayet","doi":"10.1109/APSIT58554.2023.10201656","DOIUrl":"https://doi.org/10.1109/APSIT58554.2023.10201656","url":null,"abstract":"The rooftop PV installation is one of the most significant solutions for producing electrical energy without creating any pollution. PV plants need a significant initial investment, and they also provide energy assistance to grid and users. There is an urgent need to create a straightforward and error-free economic analysis methodology to attract consumers from commercial buildings (such as institutional buildings). The presented study covers a time-value of money based economic analysis for a 100 kWp PV plant at a composite climate in Gwalior, India. The study is performed through real-time data collection and analysis. The results show that there is 127020 kWh electricity generation in the first year, which declined to 104828.34 kWh in the last year (of PV plant life) due to the degradation of the PV array. By considering the uniform cash flow and discount rate of 8.6%, the average annual benefit is Rs. 904374.88. The simple and discounted paybacks of the case study are 7 and 12 years, respectively, whereas the net present value and benefit-to-cost ratio of the plant are Rs. 4679070 and 2.04, respectively.","PeriodicalId":170044,"journal":{"name":"2023 International Conference in Advances in Power, Signal, and Information Technology (APSIT)","volume":"87 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-06-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126065077","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
Role of IPFC and SMES for Stability improvement of a Power system with type-2 fuzzy controller IPFC和SMES在2型模糊控制电力系统稳定性改善中的作用
P. Sahu, Anjali Routray, Smitasree Jena, S. Panda, R. Prusty, B. K. Sahu
This paper addresses the importance of flexible AC transmission devices for frequency and tie-line power stability improvement of two area power system. The research work has implemented two FACTS devices such as SMES (super magnetic energy storing devices) & IPFC (Interline power flow controller) to improve frequency profile of a non-linear power system. The load dynamic is the main source to create frequency instability issues in the power system. Besides FACTS devices, the paper has also employed a type-2 fuzzy control approach to develop secondary loop in the system. In validity concern, the activity of the suggested type-2 fuzzy controller is compared with type-1 fuzzy controller and PID control approach. The controller parameters are tuned with suggesting a quassi oppositional path finder algorithm (QO-PFA) in different situations. The result and outcomes are obtained through various dynamic responses and numeric values. Finally, it is concluded from the outcomes that FACTS devices having huge effect to improve dynamic performance of the system in different conditions.
本文论述了柔性交流输电装置对提高两区电力系统的频率和配线稳定性的重要性。研究工作实现了两种FACTS器件,即SMES(超磁储能装置)和IPFC(线间潮流控制器),以改善非线性电力系统的频率分布。在电力系统中,负荷动态是产生频率不稳定问题的主要来源。除了采用FACTS装置外,本文还采用了二类模糊控制方法来开发系统的二次回路。在有效性方面,将所建议的2型模糊控制器的活动性与1型模糊控制器和PID控制方法进行了比较。在不同的情况下,提出了一种准对抗性寻径算法(QO-PFA)来调整控制器参数。通过各种动态响应和数值得到了结果和结果。最后,从结果中得出事实器件在不同条件下对提高系统动态性能有巨大作用的结论。
{"title":"Role of IPFC and SMES for Stability improvement of a Power system with type-2 fuzzy controller","authors":"P. Sahu, Anjali Routray, Smitasree Jena, S. Panda, R. Prusty, B. K. Sahu","doi":"10.1109/APSIT58554.2023.10201717","DOIUrl":"https://doi.org/10.1109/APSIT58554.2023.10201717","url":null,"abstract":"This paper addresses the importance of flexible AC transmission devices for frequency and tie-line power stability improvement of two area power system. The research work has implemented two FACTS devices such as SMES (super magnetic energy storing devices) & IPFC (Interline power flow controller) to improve frequency profile of a non-linear power system. The load dynamic is the main source to create frequency instability issues in the power system. Besides FACTS devices, the paper has also employed a type-2 fuzzy control approach to develop secondary loop in the system. In validity concern, the activity of the suggested type-2 fuzzy controller is compared with type-1 fuzzy controller and PID control approach. The controller parameters are tuned with suggesting a quassi oppositional path finder algorithm (QO-PFA) in different situations. The result and outcomes are obtained through various dynamic responses and numeric values. Finally, it is concluded from the outcomes that FACTS devices having huge effect to improve dynamic performance of the system in different conditions.","PeriodicalId":170044,"journal":{"name":"2023 International Conference in Advances in Power, Signal, and Information Technology (APSIT)","volume":"47 4 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-06-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127475791","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
Real-Time Fault Diagnosis in Photovoltaic Based DC Microgrids Using Modified Change Detection Filter 基于改进变化检测滤波的光伏直流微电网实时故障诊断
K. Anjaiah, P. K. Dash, Lsm Ieee, Snehamoy Dhar, R. Bisoi
In DC microgrids, quick fault detection and isolation is still a key challenge in microgrid protection. This paper proposes a new approach using a modified change detection filter (M-CDF) to detect and isolate faults in multiple photovoltaic-based DC microgrids. The proposed microgrid is subjected to various faults, and corresponding data is collected from the DC bus. The voltage signal is then processed through the M-CDF, which uses a reference window to compare with other windows in a sliding pattern to detect sudden changes or faults based on the detection threshold. Simultaneously, it also isolates the fault section from the healthy section by sending a trip signal to the circuit breaker. To obtain remarkable results in terms of detection for both low and high-magnitude faults, M-CDF is further subjected to Teager energy (TE) and it is named TE-CDF. As a result, it accurately detects the faults even when low-magnitude faults occur by exhibiting large magnitudes. Further, to evidence the superiority, applicability, and simplicity of the proposed approach (i.e., TE-CDF) is validated on a hardware test bench through dSPACE DS 1104 embedded processor, and obtained results are compared over benchmark techniques.
在直流微电网中,快速故障检测和隔离仍然是微电网保护的关键挑战。本文提出了一种利用改进变化检测滤波器(M-CDF)检测和隔离多个光伏直流微电网故障的新方法。所提出的微电网会遇到各种故障,并从直流母线收集相应的数据。然后通过M-CDF对电压信号进行处理,M-CDF使用一个参考窗口与其他窗口以滑动模式进行比较,根据检测阈值检测突然变化或故障。同时,它还通过向断路器发送跳闸信号来隔离故障段和健康段。为了在低震级和高震级故障检测方面都取得显著的效果,M-CDF进一步进行了Teager能量(TE)处理,命名为TE- cdf。因此,即使发生低震级的故障,它也能通过显示大震级来准确地检测故障。此外,为了证明该方法(即TE-CDF)的优越性、适用性和简单性,通过dSPACE DS 1104嵌入式处理器在硬件测试台上进行了验证,并与基准测试技术进行了比较。
{"title":"Real-Time Fault Diagnosis in Photovoltaic Based DC Microgrids Using Modified Change Detection Filter","authors":"K. Anjaiah, P. K. Dash, Lsm Ieee, Snehamoy Dhar, R. Bisoi","doi":"10.1109/APSIT58554.2023.10201661","DOIUrl":"https://doi.org/10.1109/APSIT58554.2023.10201661","url":null,"abstract":"In DC microgrids, quick fault detection and isolation is still a key challenge in microgrid protection. This paper proposes a new approach using a modified change detection filter (M-CDF) to detect and isolate faults in multiple photovoltaic-based DC microgrids. The proposed microgrid is subjected to various faults, and corresponding data is collected from the DC bus. The voltage signal is then processed through the M-CDF, which uses a reference window to compare with other windows in a sliding pattern to detect sudden changes or faults based on the detection threshold. Simultaneously, it also isolates the fault section from the healthy section by sending a trip signal to the circuit breaker. To obtain remarkable results in terms of detection for both low and high-magnitude faults, M-CDF is further subjected to Teager energy (TE) and it is named TE-CDF. As a result, it accurately detects the faults even when low-magnitude faults occur by exhibiting large magnitudes. Further, to evidence the superiority, applicability, and simplicity of the proposed approach (i.e., TE-CDF) is validated on a hardware test bench through dSPACE DS 1104 embedded processor, and obtained results are compared over benchmark techniques.","PeriodicalId":170044,"journal":{"name":"2023 International Conference in Advances in Power, Signal, and Information Technology (APSIT)","volume":"8 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-06-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130592884","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
Fault Detection and Classification of Microgrid Based on Mode Decomposition and Extreme Learning Machine 基于模态分解和极限学习机的微电网故障检测与分类
P. Nayak, Nityananda Giri, Rakesh Rosan Prusty, R. Mallick, A. K. Sahoo, Subham Kumar
Accurate fault detection and classification is a measure issue in a microgrid (MG). The MG often experiences shunt faults inside or outside of it, the circuit breaker connected between the utility grid and MG must immediately respond and open the circuit. If the fault is not detected accurately, it hampers the system's reliability and load performances also increase faulty line restoration costs. This research proposes a robust fault detection and classification technique based on Empirical Mode Decomposition (EMD) and Extreme Learning Machine (ELM). Energy of Decomposed current signals are used for unbiased feature extraction in presence of noise. whereas ELM is used for accurate fault detection and classification. The proposed EMD-ELM technique is validated in standard test system and found to be performing better as compared to other competitive techniques.
准确的故障检测与分类是微电网的一个重要问题。机组内部或外部经常发生并联故障,连接电网与机组之间的断路器必须立即响应并断开线路。如果故障检测不准确,不仅会影响系统的可靠性和负载性能,还会增加故障线路恢复的成本。本文提出了一种基于经验模态分解(EMD)和极限学习机(ELM)的鲁棒故障检测与分类技术。在噪声存在的情况下,利用电流信号分解后的能量进行无偏特征提取。而ELM则用于准确的故障检测和分类。提出的EMD-ELM技术在标准测试系统中进行了验证,与其他竞争技术相比,性能更好。
{"title":"Fault Detection and Classification of Microgrid Based on Mode Decomposition and Extreme Learning Machine","authors":"P. Nayak, Nityananda Giri, Rakesh Rosan Prusty, R. Mallick, A. K. Sahoo, Subham Kumar","doi":"10.1109/APSIT58554.2023.10201727","DOIUrl":"https://doi.org/10.1109/APSIT58554.2023.10201727","url":null,"abstract":"Accurate fault detection and classification is a measure issue in a microgrid (MG). The MG often experiences shunt faults inside or outside of it, the circuit breaker connected between the utility grid and MG must immediately respond and open the circuit. If the fault is not detected accurately, it hampers the system's reliability and load performances also increase faulty line restoration costs. This research proposes a robust fault detection and classification technique based on Empirical Mode Decomposition (EMD) and Extreme Learning Machine (ELM). Energy of Decomposed current signals are used for unbiased feature extraction in presence of noise. whereas ELM is used for accurate fault detection and classification. The proposed EMD-ELM technique is validated in standard test system and found to be performing better as compared to other competitive techniques.","PeriodicalId":170044,"journal":{"name":"2023 International Conference in Advances in Power, Signal, and Information Technology (APSIT)","volume":"179 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-06-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132181442","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
Generation of NDVI Time Series using a Hybrid Regression Kalman Filter based Approach 基于混合回归卡尔曼滤波方法的NDVI时间序列生成
Mahesh Kumar Pal, P. M. Pradhan
The synthetic satellite images can be generated by various methodologies using available Landsat images and the MODIS composite. This paper uses a hybrid methodology combining regression analysis, Kalman filtering, and smoothing. It combines the forward recursion Kalman filter with the backward recursion Kalman filter, which is named a combined mode Kalman filter. This improved hybrid technique provides more accurate synthetic satellite images than those provided by the other blending algorithms like STARFM, ESTARFM, SPSTFM, and KFRFM. Residuals are lower for the combined recursion for the generated synthetic NDVI image generated by the forward or backward recursion filter.
合成卫星图像可以通过利用现有陆地卫星图像和MODIS合成图像的各种方法生成。本文采用了一种结合回归分析、卡尔曼滤波和平滑的混合方法。它将前向递归卡尔曼滤波器与后向递归卡尔曼滤波器相结合,称为组合模式卡尔曼滤波器。与其他混合算法(如STARFM、ESTARFM、SPSTFM和KFRFM)相比,这种改进的混合技术提供了更精确的合成卫星图像。对于前向或后向递归滤波器生成的合成NDVI图像,联合递归的残差较低。
{"title":"Generation of NDVI Time Series using a Hybrid Regression Kalman Filter based Approach","authors":"Mahesh Kumar Pal, P. M. Pradhan","doi":"10.1109/APSIT58554.2023.10201709","DOIUrl":"https://doi.org/10.1109/APSIT58554.2023.10201709","url":null,"abstract":"The synthetic satellite images can be generated by various methodologies using available Landsat images and the MODIS composite. This paper uses a hybrid methodology combining regression analysis, Kalman filtering, and smoothing. It combines the forward recursion Kalman filter with the backward recursion Kalman filter, which is named a combined mode Kalman filter. This improved hybrid technique provides more accurate synthetic satellite images than those provided by the other blending algorithms like STARFM, ESTARFM, SPSTFM, and KFRFM. Residuals are lower for the combined recursion for the generated synthetic NDVI image generated by the forward or backward recursion filter.","PeriodicalId":170044,"journal":{"name":"2023 International Conference in Advances in Power, Signal, and Information Technology (APSIT)","volume":"8 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-06-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134430672","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
期刊
2023 International Conference in Advances in Power, Signal, and Information Technology (APSIT)
全部 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