首页 > 最新文献

2023 3rd International Conference on Consumer Electronics and Computer Engineering (ICCECE)最新文献

英文 中文
Composition analysis and identification of ancient glass objects based on neural network models 基于神经网络模型的古代玻璃制品成分分析与鉴定
Pub Date : 2023-01-06 DOI: 10.1109/ICCECE58074.2023.10135338
Jianing Li, Yunfei Zhu
This paper presents a model based on a 3-layer feedforward neural network, which effectively preserves the characteristics of the chemical content of each category in ancient glass through 3 fully connected layers. The average prediction rate of the model was 96.43%, which was 2.43% higher than the traditional KNN classification model, 3.42% higher than the support vector machine (SVM) model and 8.43% higher than the random forest model, demonstrating the efficiency of the model.
本文提出了一种基于3层前馈神经网络的模型,该模型通过3层完全连接,有效地保留了古玻璃中各类别化学成分的特征。模型的平均预测率为96.43%,比传统KNN分类模型高2.43%,比支持向量机(SVM)模型高3.42%,比随机森林模型高8.43%,显示了模型的有效性。
{"title":"Composition analysis and identification of ancient glass objects based on neural network models","authors":"Jianing Li, Yunfei Zhu","doi":"10.1109/ICCECE58074.2023.10135338","DOIUrl":"https://doi.org/10.1109/ICCECE58074.2023.10135338","url":null,"abstract":"This paper presents a model based on a 3-layer feedforward neural network, which effectively preserves the characteristics of the chemical content of each category in ancient glass through 3 fully connected layers. The average prediction rate of the model was 96.43%, which was 2.43% higher than the traditional KNN classification model, 3.42% higher than the support vector machine (SVM) model and 8.43% higher than the random forest model, demonstrating the efficiency of the model.","PeriodicalId":120030,"journal":{"name":"2023 3rd International Conference on Consumer Electronics and Computer Engineering (ICCECE)","volume":"23 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-01-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114985914","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
An improved Harris Hawk optimization algorithm and its application to Extreme Learning Machine 一种改进的Harris Hawk优化算法及其在极限学习机中的应用
Pub Date : 2023-01-06 DOI: 10.1109/ICCECE58074.2023.10135354
Ziliang Liu, Hongwe Chen
The Harris Hawk optimization (HHO) algorithm is an excellent swarm intelligence optimization algorithm which has the advantages of high efficiency in finding the best, ease of implementation and wide application. It also has some disadvantages such as the possibility of convergence too fast and the tendency to fall into local optima. This paper combines an improved escape energy update approach and the leader update operator of the Salp Swarm Algorithm to improve the HHO, named IMHHO. The experiments show that the improvements have improved the algorithm's ability to find the best. IMHHO was also used in the parameter optimization of the Extreme Learning Machine, which also enables the ELM to find the right weights and bias values and to regress the data more accurately.
Harris Hawk优化算法(HHO)是一种优秀的群体智能优化算法,具有寻优效率高、易于实现、应用广泛等优点。它也存在收敛速度过快、容易陷入局部最优等缺点。本文将一种改进的逃逸能量更新方法与Salp Swarm算法的leader更新算子相结合,对HHO进行改进,称为IMHHO。实验表明,这些改进提高了算法的寻优能力。IMHHO也被用于极限学习机的参数优化,这也使ELM能够找到正确的权重和偏差值,更准确地回归数据。
{"title":"An improved Harris Hawk optimization algorithm and its application to Extreme Learning Machine","authors":"Ziliang Liu, Hongwe Chen","doi":"10.1109/ICCECE58074.2023.10135354","DOIUrl":"https://doi.org/10.1109/ICCECE58074.2023.10135354","url":null,"abstract":"The Harris Hawk optimization (HHO) algorithm is an excellent swarm intelligence optimization algorithm which has the advantages of high efficiency in finding the best, ease of implementation and wide application. It also has some disadvantages such as the possibility of convergence too fast and the tendency to fall into local optima. This paper combines an improved escape energy update approach and the leader update operator of the Salp Swarm Algorithm to improve the HHO, named IMHHO. The experiments show that the improvements have improved the algorithm's ability to find the best. IMHHO was also used in the parameter optimization of the Extreme Learning Machine, which also enables the ELM to find the right weights and bias values and to regress the data more accurately.","PeriodicalId":120030,"journal":{"name":"2023 3rd International Conference on Consumer Electronics and Computer Engineering (ICCECE)","volume":"37 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-01-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115533040","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
Aircraft Trajectory Prediction Model Based on Improved GRU Structure 基于改进GRU结构的飞机轨迹预测模型
Pub Date : 2023-01-06 DOI: 10.1109/ICCECE58074.2023.10135263
Zexuan Chen, Lan Wang
In view of the actual need to predict aircraft trajectory, traditional prediction models often have problems such as insufficient precision and slow training efficiency. By analyzing the target trajectory with temporal characteristics, the Elastic-BiGRU trajectory prediction model is proposed, which combines the Smooth filtering method, the Elastic Network fitting method and the GRU structure, the prediction accuracy of aircraft trajectory is further improved. The experimental results show that the Elastic-BiGRU model compared with Bi-LSTM model and Bi-GRU model, its MSE error is relatively reduced by more than 8% and 11%The Elastic-BiGRU also solves the problem of slow training speed of Bi-LSTM model, and saves about 20% of the time.
针对飞机轨迹预测的实际需要,传统的预测模型往往存在精度不足、训练效率慢等问题。通过分析具有时间特征的目标弹道,提出了结合平滑滤波方法、弹性网络拟合方法和GRU结构的Elastic- bigru弹道预测模型,进一步提高了飞机弹道的预测精度。实验结果表明,与Bi-LSTM模型和Bi-GRU模型相比,Elastic-BiGRU模型的MSE误差相对减小了8%和11%以上,同时也解决了Bi-LSTM模型训练速度慢的问题,节省了约20%的时间。
{"title":"Aircraft Trajectory Prediction Model Based on Improved GRU Structure","authors":"Zexuan Chen, Lan Wang","doi":"10.1109/ICCECE58074.2023.10135263","DOIUrl":"https://doi.org/10.1109/ICCECE58074.2023.10135263","url":null,"abstract":"In view of the actual need to predict aircraft trajectory, traditional prediction models often have problems such as insufficient precision and slow training efficiency. By analyzing the target trajectory with temporal characteristics, the Elastic-BiGRU trajectory prediction model is proposed, which combines the Smooth filtering method, the Elastic Network fitting method and the GRU structure, the prediction accuracy of aircraft trajectory is further improved. The experimental results show that the Elastic-BiGRU model compared with Bi-LSTM model and Bi-GRU model, its MSE error is relatively reduced by more than 8% and 11%The Elastic-BiGRU also solves the problem of slow training speed of Bi-LSTM model, and saves about 20% of the time.","PeriodicalId":120030,"journal":{"name":"2023 3rd International Conference on Consumer Electronics and Computer Engineering (ICCECE)","volume":"17 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-01-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115922987","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
Grouping Beamlet Transform for Surface Crack Detection 基于分组波束变换的表面裂纹检测
Pub Date : 2023-01-06 DOI: 10.1109/ICCECE58074.2023.10135447
Tian Cai, Weiwei Zhao, Zhe Lin, Pengfei Guo
Beamlet transform is an excellent multiscale geometric analysis method. It has a great capacity of extracting line features from images under noise. However, it is too slow since a mass of redundant beamlets waste much time. In fact, only several of them are helpful in many applications. In this paper, grouping beamlet transform is presented to fasten line feature detection for surface crack detection. Geometric flows used in grouplet transform are introduced to determine geometric structures of an image. In each recursively partitioned box, only the beamlets along with major direction are generated. So that lots of useless beamlets for the image can be excluded from the following integral computation. Experiments on various optical images show that grouping beamlet transform is able to detect line features in an image the same as classic beamlet transform, however, the former runs much faster than the latter on any of the tested images. In some cases, only about 60% of consuming time in classic beamlet transform may be needed in grouping beamlet transform. As an improvement of beamlet transform, grouping beamlet transform will be more applicable in the field of surface crack detection.
束波变换是一种优秀的多尺度几何分析方法。该算法具有较强的噪声条件下的图像线特征提取能力。然而,由于大量的冗余光束浪费了大量的时间,它的速度太慢了。事实上,在许多应用程序中,只有其中几个是有用的。提出了一种基于分组小波变换的表面裂纹线特征检测方法。介绍了利用群态变换中的几何流来确定图像的几何结构。在每个递归分区的盒子中,只生成主方向的光束。这样就可以在接下来的积分计算中排除大量对图像无用的光束。在各种光学图像上的实验表明,分组波束变换与经典波束变换一样能够检测图像中的线特征,但前者在任何被测试图像上的运行速度都比后者快得多。在某些情况下,分组波束变换只需要传统波束变换60%左右的时间。分组波束变换是对波束变换的一种改进,将更适用于表面裂纹检测领域。
{"title":"Grouping Beamlet Transform for Surface Crack Detection","authors":"Tian Cai, Weiwei Zhao, Zhe Lin, Pengfei Guo","doi":"10.1109/ICCECE58074.2023.10135447","DOIUrl":"https://doi.org/10.1109/ICCECE58074.2023.10135447","url":null,"abstract":"Beamlet transform is an excellent multiscale geometric analysis method. It has a great capacity of extracting line features from images under noise. However, it is too slow since a mass of redundant beamlets waste much time. In fact, only several of them are helpful in many applications. In this paper, grouping beamlet transform is presented to fasten line feature detection for surface crack detection. Geometric flows used in grouplet transform are introduced to determine geometric structures of an image. In each recursively partitioned box, only the beamlets along with major direction are generated. So that lots of useless beamlets for the image can be excluded from the following integral computation. Experiments on various optical images show that grouping beamlet transform is able to detect line features in an image the same as classic beamlet transform, however, the former runs much faster than the latter on any of the tested images. In some cases, only about 60% of consuming time in classic beamlet transform may be needed in grouping beamlet transform. As an improvement of beamlet transform, grouping beamlet transform will be more applicable in the field of surface crack detection.","PeriodicalId":120030,"journal":{"name":"2023 3rd International Conference on Consumer Electronics and Computer Engineering (ICCECE)","volume":"3 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-01-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123742626","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
Design And Implementation Of Domestic High Reliability Measurement And Control Computer System 国产高可靠性测控计算机系统的设计与实现
Pub Date : 2023-01-06 DOI: 10.1109/ICCECE58074.2023.10135310
Jian Xiao, Junwei Wan, Hongyan Chen, Hongwei Qi, Zhifang Yao, Li Zhang
At present, the number of users and data capacity of space TT&C missions are increasing, which puts forward higher requirements for the reliability of computer systems and autonomous and controllable security. Aiming at the information processing application and command management needs of space missions under the new situation, the architecture design of aerospace measurement and control computer system with domestic hardware and independent controllable basic software as the core is proposed. It solves the problems of dual-route customized transmission, dual-network multicast sharding coverage of the same channel, secure sharing of real-time files, accurate synchronization of homologous multiple signals in the high-stream video lossless compression display control system under IP network, and multi-source signal fusion, etc. The design and integrated implementation of this computer system plays a major role in the field of manned spaceflight measurement and control, satellite launch technology for high real-time, high reliability, high scalability and high security of the central business system.
当前,航天测控任务的用户数量和数据容量不断增加,对计算机系统的可靠性和自主可控安全性提出了更高的要求。针对新形势下航天任务的信息处理应用和指挥管理需求,提出了以国产硬件和自主可控基础软件为核心的航天测控计算机系统体系结构设计。解决了双路定制传输、同信道双网组播分片覆盖、实时文件的安全共享、IP网络下高流视频无损压缩显示控制系统中同源多个信号的精确同步、多源信号融合等问题。本计算机系统的设计与集成实现是在载人航天测控、卫星发射技术等领域发挥重要作用的高实时性、高可靠性、高扩展性和高安全性的中央业务系统。
{"title":"Design And Implementation Of Domestic High Reliability Measurement And Control Computer System","authors":"Jian Xiao, Junwei Wan, Hongyan Chen, Hongwei Qi, Zhifang Yao, Li Zhang","doi":"10.1109/ICCECE58074.2023.10135310","DOIUrl":"https://doi.org/10.1109/ICCECE58074.2023.10135310","url":null,"abstract":"At present, the number of users and data capacity of space TT&C missions are increasing, which puts forward higher requirements for the reliability of computer systems and autonomous and controllable security. Aiming at the information processing application and command management needs of space missions under the new situation, the architecture design of aerospace measurement and control computer system with domestic hardware and independent controllable basic software as the core is proposed. It solves the problems of dual-route customized transmission, dual-network multicast sharding coverage of the same channel, secure sharing of real-time files, accurate synchronization of homologous multiple signals in the high-stream video lossless compression display control system under IP network, and multi-source signal fusion, etc. The design and integrated implementation of this computer system plays a major role in the field of manned spaceflight measurement and control, satellite launch technology for high real-time, high reliability, high scalability and high security of the central business system.","PeriodicalId":120030,"journal":{"name":"2023 3rd International Conference on Consumer Electronics and Computer Engineering (ICCECE)","volume":"28 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-01-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122585611","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
Research on Control Technology of Mine High Energy density permanent magnet Direct Drive Integrated Machine based on fuzzy PID 基于模糊PID的矿用高能量密度永磁直驱一体机控制技术研究
Pub Date : 2023-01-06 DOI: 10.1109/ICCECE58074.2023.10135343
Sen Wang, Nan Chen, Yunpeng Deng, Daili Liang, Yanhui Xiao, Wenshuo Wang, W. Yu, Lei Wang, Yuqin Zhu, Li Zhang, Hao Liu, Zhanyang Yu, Jianmin Du
In order to improve the mining high energy density of permanent magnet direct drive all-in-one control performance and anti-interference ability, for the traditional PID control performance efficiency is not high, and the working environment changes, through the traditional PID control and fuzzy PID control control performance, puts forward a smart control method based on fuzzy PID control. The simulation model of the fuzzy PID controller is constructed and the simulation experiment is conducted. The simulation results show that the fuzzy PID controller, compared with the traditional PID controller, has stronger reliability.
为了提高矿井高能量密度永磁直驱一体化控制性能和抗干扰能力,针对传统PID控制性能效率不高,且工作环境变化大的问题,通过对传统PID控制和模糊PID控制控制性能的比较,提出了一种基于模糊PID控制的智能控制方法。建立了模糊PID控制器的仿真模型,并进行了仿真实验。仿真结果表明,与传统PID控制器相比,模糊PID控制器具有更强的可靠性。
{"title":"Research on Control Technology of Mine High Energy density permanent magnet Direct Drive Integrated Machine based on fuzzy PID","authors":"Sen Wang, Nan Chen, Yunpeng Deng, Daili Liang, Yanhui Xiao, Wenshuo Wang, W. Yu, Lei Wang, Yuqin Zhu, Li Zhang, Hao Liu, Zhanyang Yu, Jianmin Du","doi":"10.1109/ICCECE58074.2023.10135343","DOIUrl":"https://doi.org/10.1109/ICCECE58074.2023.10135343","url":null,"abstract":"In order to improve the mining high energy density of permanent magnet direct drive all-in-one control performance and anti-interference ability, for the traditional PID control performance efficiency is not high, and the working environment changes, through the traditional PID control and fuzzy PID control control performance, puts forward a smart control method based on fuzzy PID control. The simulation model of the fuzzy PID controller is constructed and the simulation experiment is conducted. The simulation results show that the fuzzy PID controller, compared with the traditional PID controller, has stronger reliability.","PeriodicalId":120030,"journal":{"name":"2023 3rd International Conference on Consumer Electronics and Computer Engineering (ICCECE)","volume":"80 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-01-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122644166","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
Transmission Line Fault Diagnosis Based on Machine Learning 基于机器学习的输电线路故障诊断
Pub Date : 2023-01-06 DOI: 10.1109/ICCECE58074.2023.10135452
Fuqing Hao, Xiaoting Yang, Guoqiang Wang, Yeji Feng
In this paper, a faulted phase selection scheme for extracting MPE values of fault transient voltage signals and combining them with CS-SVM for high-voltage transmission lines is proposed. The results show that using MPE to quantify the transient voltage signal in high-voltage transmission lines can fully reflect the fault transient signal characteristics, can be accurately judged within a small time window, identifies faults with high accuracy, is not affected by the fault occurrence location, transition resistance size, and the initial angle state of fault occurrence, and can overcome the defect that the voltage signal has weak sensitivity at the strong power side of the system.
本文提出了一种高压输电线路故障暂态电压信号MPE值提取与CS-SVM相结合的故障选相方案。结果表明,利用MPE对高压输电线路暂态电压信号进行量化,能充分反映故障暂态信号特征,能在小时间窗内进行准确判断,故障识别精度高,不受故障发生位置、过渡电阻大小、故障发生初始角度状态的影响,能克服电压信号在系统强电侧灵敏度较弱的缺陷。
{"title":"Transmission Line Fault Diagnosis Based on Machine Learning","authors":"Fuqing Hao, Xiaoting Yang, Guoqiang Wang, Yeji Feng","doi":"10.1109/ICCECE58074.2023.10135452","DOIUrl":"https://doi.org/10.1109/ICCECE58074.2023.10135452","url":null,"abstract":"In this paper, a faulted phase selection scheme for extracting MPE values of fault transient voltage signals and combining them with CS-SVM for high-voltage transmission lines is proposed. The results show that using MPE to quantify the transient voltage signal in high-voltage transmission lines can fully reflect the fault transient signal characteristics, can be accurately judged within a small time window, identifies faults with high accuracy, is not affected by the fault occurrence location, transition resistance size, and the initial angle state of fault occurrence, and can overcome the defect that the voltage signal has weak sensitivity at the strong power side of the system.","PeriodicalId":120030,"journal":{"name":"2023 3rd International Conference on Consumer Electronics and Computer Engineering (ICCECE)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-01-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130181228","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
Research on Key Technologies of 5G Radio Access Network(RAN) for Nuclear Power Plant Industry Applications 核电厂工业应用5G无线接入网关键技术研究
Pub Date : 2023-01-06 DOI: 10.1109/ICCECE58074.2023.10135392
Qiaoman Duan, Yangyang Cao, Yinwei Wu, Haopeng Zhang, Songtao Gao, Xiangchen Ma
With the gradual maturity of 5G network development and the continuous enrichment of application scenarios, 5G has become an important supporting technology in the process of network and intelligent transformation of traditional industries. Under the background of the rapid development of information communication demand in the nuclear power plant industry, this paper analyzes the business requirements of the current nuclear power plant wireless communication scenarios, clarifies that 5G is the main solution to the nuclear power plant wireless communication demand, and further studies the 5G radio access network (RAN) construction mode. According to the characteristics and difficulties of communication requirements in nuclear power plants, the key technologies of 5G RAN in nuclear power plants are studied.
随着5G网络发展的逐步成熟和应用场景的不断丰富,5G已成为传统行业网络化、智能化转型过程中的重要支撑技术。在核电站行业信息通信需求快速发展的背景下,本文分析了当前核电站无线通信场景的业务需求,明确了5G是核电站无线通信需求的主要解决方案,并进一步研究了5G无线接入网(RAN)的建设模式。针对核电站通信需求的特点和难点,对核电站5G无线局域网的关键技术进行了研究。
{"title":"Research on Key Technologies of 5G Radio Access Network(RAN) for Nuclear Power Plant Industry Applications","authors":"Qiaoman Duan, Yangyang Cao, Yinwei Wu, Haopeng Zhang, Songtao Gao, Xiangchen Ma","doi":"10.1109/ICCECE58074.2023.10135392","DOIUrl":"https://doi.org/10.1109/ICCECE58074.2023.10135392","url":null,"abstract":"With the gradual maturity of 5G network development and the continuous enrichment of application scenarios, 5G has become an important supporting technology in the process of network and intelligent transformation of traditional industries. Under the background of the rapid development of information communication demand in the nuclear power plant industry, this paper analyzes the business requirements of the current nuclear power plant wireless communication scenarios, clarifies that 5G is the main solution to the nuclear power plant wireless communication demand, and further studies the 5G radio access network (RAN) construction mode. According to the characteristics and difficulties of communication requirements in nuclear power plants, the key technologies of 5G RAN in nuclear power plants are studied.","PeriodicalId":120030,"journal":{"name":"2023 3rd International Conference on Consumer Electronics and Computer Engineering (ICCECE)","volume":"30 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-01-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130295414","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
Research on Power Load Forecasting Based on Deep Learning 基于深度学习的电力负荷预测研究
Pub Date : 2023-01-06 DOI: 10.1109/ICCECE58074.2023.10135242
Lanxin Lin, Jingxin Yao, Kun Wang
In order to fully explore the time-series correlation of power load data and improve the prediction accuracy of power load, this paper proposes a neural network-based deep learning approach for power load prediction. Firstly, the relevant electric power data are obtained and divided into appropriate sample sizes, and the samples are normalized; then, a prediction model based on LSTM is built to explore the correlation between different features, and the corresponding model of this neural network is further trained and validated on the data test set; finally, a comparison between LSTM and other algorithms such as SVM, ANN, GAOS and GM are performed. The results show that the LSTM prediction algorithm can better track the trend of power load change, with higher prediction accuracy and efficiency.
为了充分挖掘电力负荷数据的时间序列相关性,提高电力负荷的预测精度,本文提出了一种基于神经网络的电力负荷预测深度学习方法。首先,获取相关电力数据,将其划分为合适的样本量,并对样本进行归一化处理;然后,建立基于LSTM的预测模型,探索不同特征之间的相关性,并在数据测试集上对该神经网络的相应模型进行进一步训练和验证;最后,将LSTM算法与SVM、ANN、GAOS、GM等算法进行了比较。结果表明,LSTM预测算法能较好地跟踪电力负荷变化趋势,具有较高的预测精度和预测效率。
{"title":"Research on Power Load Forecasting Based on Deep Learning","authors":"Lanxin Lin, Jingxin Yao, Kun Wang","doi":"10.1109/ICCECE58074.2023.10135242","DOIUrl":"https://doi.org/10.1109/ICCECE58074.2023.10135242","url":null,"abstract":"In order to fully explore the time-series correlation of power load data and improve the prediction accuracy of power load, this paper proposes a neural network-based deep learning approach for power load prediction. Firstly, the relevant electric power data are obtained and divided into appropriate sample sizes, and the samples are normalized; then, a prediction model based on LSTM is built to explore the correlation between different features, and the corresponding model of this neural network is further trained and validated on the data test set; finally, a comparison between LSTM and other algorithms such as SVM, ANN, GAOS and GM are performed. The results show that the LSTM prediction algorithm can better track the trend of power load change, with higher prediction accuracy and efficiency.","PeriodicalId":120030,"journal":{"name":"2023 3rd International Conference on Consumer Electronics and Computer Engineering (ICCECE)","volume":"50 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-01-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130340773","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
Study on active distribution network dispatch strategy based on dynamic partition optimization 基于动态分区优化的配电网主动调度策略研究
Pub Date : 2023-01-06 DOI: 10.1109/ICCECE58074.2023.10135264
Yunmin Wang, Wenyi Li, Ziwen Liang
The goal of active distribution network (ADN) is to improve the capacity of the existing distribution network for intermittent renewable energy (IRE) generation on the premise of ensuring the reliability of grid operation and power quality. In order to promote the consumption of IRE in ADN,this paper establishes an optimization dispatch strategy of active distribution network with energy storage system and controllable load participating in the regulation.An optimization dispatch strategy-dynamic partition is proposed, and an advanced artificial fish swarm algorithm is proposed to enhance the local searching ability. Finally,the effectiveness of the proposed strategy is verified by the case on an improved IEEE 33 node system.
主动配电网(ADN)的目标是在保证电网运行可靠性和电能质量的前提下,提高现有配电网的间歇性可再生能源(IRE)发电能力。为了促进ADN中IRE的消耗,本文建立了储能系统和可控负荷参与调节的主动配电网优化调度策略。提出了一种优化调度策略——动态分区,并提出了一种先进的人工鱼群算法来增强局部搜索能力。最后,在改进的IEEE 33节点系统上,通过实例验证了所提策略的有效性。
{"title":"Study on active distribution network dispatch strategy based on dynamic partition optimization","authors":"Yunmin Wang, Wenyi Li, Ziwen Liang","doi":"10.1109/ICCECE58074.2023.10135264","DOIUrl":"https://doi.org/10.1109/ICCECE58074.2023.10135264","url":null,"abstract":"The goal of active distribution network (ADN) is to improve the capacity of the existing distribution network for intermittent renewable energy (IRE) generation on the premise of ensuring the reliability of grid operation and power quality. In order to promote the consumption of IRE in ADN,this paper establishes an optimization dispatch strategy of active distribution network with energy storage system and controllable load participating in the regulation.An optimization dispatch strategy-dynamic partition is proposed, and an advanced artificial fish swarm algorithm is proposed to enhance the local searching ability. Finally,the effectiveness of the proposed strategy is verified by the case on an improved IEEE 33 node system.","PeriodicalId":120030,"journal":{"name":"2023 3rd International Conference on Consumer Electronics and Computer Engineering (ICCECE)","volume":"39 6 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-01-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130982764","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 3rd International Conference on Consumer Electronics and Computer Engineering (ICCECE)
全部 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学术文献互助群
群 号:604180095
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1