2022 International Conference on Machine Learning and Intelligent Systems Engineering (MLISE)最新文献

筛选
英文 中文
Perceptual Forecasting Model of Power Big Data Based on Improved Random Forest Algorithm 基于改进随机森林算法的电力大数据感知预测模型
Bo Jia, Minrong Wu, Bin Li, Ye Yu, N. Zhang, Guowu Ma
{"title":"Perceptual Forecasting Model of Power Big Data Based on Improved Random Forest Algorithm","authors":"Bo Jia, Minrong Wu, Bin Li, Ye Yu, N. Zhang, Guowu Ma","doi":"10.1109/MLISE57402.2022.00060","DOIUrl":"https://doi.org/10.1109/MLISE57402.2022.00060","url":null,"abstract":"Under the background of the rapid development of the smart grid and ubiquitous power Internet of things, the number of network terminals and users has increased greatly, resulting in a gradual increase in the number and types of services that need to be carried in the distribution and consumption communication network. Although network virtualization technology can shield the differences brought by physical layer network heterogeneity, during the allocation process, the physical layer network is affected by factors such as the deployment environment, usage time, the network load, etc., making its running state time-varying. Therefore, the mapping results and transmission quality of various services are affected, and the reliability of service transmission is reduced. Based on the fact that the network operation state of the infrastructure layer directly affects the transmission quality of virtual network services, this paper introduces a reliability evaluation model based on random forest and conducts experiments and analysis on the main link mapping algorithm designed based on the evaluation model through simulation experiments. The results show that the algorithm has good resource allocation ability and a low impact on the number of services. It can further improve the acceptance rate of virtual network service mapping and improve the transmission quality of services, which is of great significance to the development of the smart grid.","PeriodicalId":350291,"journal":{"name":"2022 International Conference on Machine Learning and Intelligent Systems Engineering (MLISE)","volume":"24 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127192716","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
APPFed: A Hybrid Privacy-Preserving Framework for Federated Learning over Sensitive Data 一种用于敏感数据联邦学习的混合隐私保护框架
Ruichu Yao, Kunsheng Tang, Bingbing Fan
{"title":"APPFed: A Hybrid Privacy-Preserving Framework for Federated Learning over Sensitive Data","authors":"Ruichu Yao, Kunsheng Tang, Bingbing Fan","doi":"10.1109/MLISE57402.2022.00084","DOIUrl":"https://doi.org/10.1109/MLISE57402.2022.00084","url":null,"abstract":"In the era of Big Data, data silos have become a pressing problem due to the difficulty of secure data sharing. Federated learning provides a favorable solution by allowing data holders to collaborate in training a model without sharing local data. However, several existing inference attacks have led to the fact that a pure federated learning methodology is incapable of providing sufficient privacy protection. We propose an APPFed algorithm that combines differential privacy and homomorphic encryption based on federated learning, where exists an evaluation module that enables the privacy budget parameters to be adaptive according to different needs during the training. Trained with our proposed APPFed algorithm, the models are enabled to prevent inference attacks without drastic accuracy depletion. To verify the effectiveness of our proposed algorithm, we use the APPFed algorithm to train a set of sensitive data containing face images. The experimental results show that our approach can enhance privacy protection while balancing model accuracy.","PeriodicalId":350291,"journal":{"name":"2022 International Conference on Machine Learning and Intelligent Systems Engineering (MLISE)","volume":"124 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124850664","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 big data analysis and processing system based on Spark platform 基于Spark平台的大数据分析处理系统研究
Yansong Li
{"title":"Research on big data analysis and processing system based on Spark platform","authors":"Yansong Li","doi":"10.1109/mlise57402.2022.00059","DOIUrl":"https://doi.org/10.1109/mlise57402.2022.00059","url":null,"abstract":"This article design and implement a big data analysis and processing system based on a distributed platform, based on the Spark platform to process large-scale time series data. The system framework is mainly divided into storage layer, operator layer and algorithm layer. At the storage layer, the system organizes and indexes large-scale time series data based on HDFS and Hive. At the operator layer, the system provides users with basic operations commonly used in time series data on the Spark platform, and allows users to directly use these operators to implement custom time series related processing algorithms. At the algorithm layer, the system implements some commonly used time series analysis algorithms in the Spark platform, including time series similarity query, clustering, and forecasting. Users can directly use these algorithms for time series analysis. The feasibility and practicability of the system are verified by testing the system performance and function.","PeriodicalId":350291,"journal":{"name":"2022 International Conference on Machine Learning and Intelligent Systems Engineering (MLISE)","volume":"31 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116539227","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
The Comparison of Six Prediction Models in Machine Learning: Based on the House prices Prediction 机器学习中六种预测模型的比较——以房价预测为例
Yizhi Wang
{"title":"The Comparison of Six Prediction Models in Machine Learning: Based on the House prices Prediction","authors":"Yizhi Wang","doi":"10.1109/MLISE57402.2022.00095","DOIUrl":"https://doi.org/10.1109/MLISE57402.2022.00095","url":null,"abstract":"There are many different kinds of prediction models that have different performances when faced with different kinds of data. This essay focus on the comparison of the performance of multiple regressions, SVM with RBF kernel function, and Random Forest when predicting the house prices of Boston and using score function, k-fold cross-validation and shuffle cross-validation to evaluate their performance respectively. Finally, parameter adjustment, grid search, and forward selection are introduced to improve their performance. By combining the result given by three evaluating methods, SVM with RBF kernel function is the better model and the Random Forest is the worst one, whose scores are higher than 0.7 and lower than 0.1 respectively. And all of these three functions can slightly improve the performance, especially, the effect of the grid search is the best one, which can improve the score by 0.023 higher than the original score.","PeriodicalId":350291,"journal":{"name":"2022 International Conference on Machine Learning and Intelligent Systems Engineering (MLISE)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123924354","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
Technical research on machine learning framework based on optimization algorithm 基于优化算法的机器学习框架技术研究
Yansong Li
{"title":"Technical research on machine learning framework based on optimization algorithm","authors":"Yansong Li","doi":"10.1109/MLISE57402.2022.00074","DOIUrl":"https://doi.org/10.1109/MLISE57402.2022.00074","url":null,"abstract":"In order to overcome the drawbacks of traditional machine learning algorithms and their frameworks, K-means algorithm and random forest classification algorithm are deeply analyzed, and improved AKM and ARF algorithms are proposed, and an AMLF machine learning application framework based on Spark platform technology is established. It can be seen from the verification results that the classification accuracy of the AKM algorithm in each data set is close to 100%, and it has strong data clustering ability. Furthermore, the AKM algorithm has a high acceleration in each data set, so the upgradeability is also relatively high. powerful. The ARF verification results show that it not only has a high classification accuracy, but also has strong upgradeability.","PeriodicalId":350291,"journal":{"name":"2022 International Conference on Machine Learning and Intelligent Systems Engineering (MLISE)","volume":"51 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134442784","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
Analysis of the Relevance between Title of Product and Search Term 产品标题与搜索词的相关性分析
Jiayi Clien, Yutao Wei, Yukang Zou
{"title":"Analysis of the Relevance between Title of Product and Search Term","authors":"Jiayi Clien, Yutao Wei, Yukang Zou","doi":"10.1109/MLISE57402.2022.00041","DOIUrl":"https://doi.org/10.1109/MLISE57402.2022.00041","url":null,"abstract":"In recent years, the product recommendation algorithm of e-commerce platforms has become more and more important. In this paper, we built a Random Forest Regression model for the problem of predicting the correlation of “search term” and “product title We found this model for the dataset by describing and attributing the products. In the process of numerically calculating features, we applied two types of feature engineering. The first method is to describe and attribute the numbers to the number of words or the length of the sentence. The second method is to use string similarity characteristics to calculate the distance between “search term” and “product title On the results, we got a similar histogram of the correlation scores between the training dataset and the results from the test dataset. The RMSE of the relevance between the training dataset and the predicted value is 0.3179 which indicates that the model is working well.","PeriodicalId":350291,"journal":{"name":"2022 International Conference on Machine Learning and Intelligent Systems Engineering (MLISE)","volume":"59 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114800328","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
Achieving Object-Following Function Using Braitenberg Vehicles 使用britenberg车辆实现目标跟踪功能
Hanxiao Xie
{"title":"Achieving Object-Following Function Using Braitenberg Vehicles","authors":"Hanxiao Xie","doi":"10.1109/MLISE57402.2022.00050","DOIUrl":"https://doi.org/10.1109/MLISE57402.2022.00050","url":null,"abstract":"Braitenberg Vehicles (BV) are robots with a relatively simple and concise structure that are controlled directly by sensors including distance sensors and velocity sensors. With such characteristics, the hypothesis that BV can be used as an alternative object-following robot than PID controlling robots is proposed. However, experiments directly related to this topic were inadequate. To further investigate if BV can achieve such an object-following function, this study implemented MATLAB Simulink Program to simulate the experimental environment, the object-following function of both BV and PID controlling robots, and compared their efficiency, stability, and accuracy. With data illustrated in diagrams, conclusions were made that BV achieves the object-following function similar to PID controlling robots, even though BV is relatively unstable in its velocity. Since BV have much lower production costs, they still hold numerous advantages in object-following applications. This research was based on the general principle of robotics, and also proposed plausible BV applications and ways to improve its object-following functions.","PeriodicalId":350291,"journal":{"name":"2022 International Conference on Machine Learning and Intelligent Systems Engineering (MLISE)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129712281","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
Image Denoising Method and System Based on Enhanced Deep Dilated Convolutional Neural Network 基于增强深度扩展卷积神经网络的图像去噪方法及系统
Meng Li, Kaili Feng, Tianping Li, Guanxing Li
{"title":"Image Denoising Method and System Based on Enhanced Deep Dilated Convolutional Neural Network","authors":"Meng Li, Kaili Feng, Tianping Li, Guanxing Li","doi":"10.1109/MLISE57402.2022.00094","DOIUrl":"https://doi.org/10.1109/MLISE57402.2022.00094","url":null,"abstract":"In order to improve the performance of image denoising, in the case of can not only reduce the computational cost at the same time to ensure the superiority of denoising, we made a change on the basis of the original network, through the way of increasing network breadth rather than depth for more features, and to improve the running speed, by means of expansion convolution to extract more information used for denoising task. A large number of experimental results show that this kind of network can not only reduce the gradient explosion, but also effectively reduce the noise intensity of the image.","PeriodicalId":350291,"journal":{"name":"2022 International Conference on Machine Learning and Intelligent Systems Engineering (MLISE)","volume":"30 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128534464","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
Weather Classification for Multi-class Weather Image Based on CNN 基于CNN的多类天气图像天气分类
Yuchen Hao, Yuxuan Zhu
{"title":"Weather Classification for Multi-class Weather Image Based on CNN","authors":"Yuchen Hao, Yuxuan Zhu","doi":"10.1109/mlise57402.2022.00079","DOIUrl":"https://doi.org/10.1109/mlise57402.2022.00079","url":null,"abstract":"Multiple weather image classification is a very important topic in real life. Convolutional Neural Network (CNN) is a feedforward neural network that excels in image processing, but the accuracy obtained by weather image classification using simple CNN models is not very satisfactory in the previous studies. In machine learning, Support Vector Machine (SVM) is a very powerful classifier. This work proposes an effective classification method by combining CNN and SVM by taking advantage of their respective advantages. At the same time in the weather scene, the brightness of the image is also a point of concern. Hue, Saturation, Value (HSV) color model can visualize the brightness of the image, so the paper experiments on both RGB and HSV images to find which pattern of color space can achieve better result. In the experimental results, the best results are obtained by using a combination of CNN and SVM to analyze RGB images, which can achieve 77.38% in the testing dataset.","PeriodicalId":350291,"journal":{"name":"2022 International Conference on Machine Learning and Intelligent Systems Engineering (MLISE)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128677502","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
Sentiment Analysis Method for Agricultural Product Review Based on Corpus Characteristics and Deep Learning Model 基于语料库特征和深度学习模型的农产品评论情感分析方法
Zihao Zhou, Jie Chen, J. Wu, Ruoyu Wang
{"title":"Sentiment Analysis Method for Agricultural Product Review Based on Corpus Characteristics and Deep Learning Model","authors":"Zihao Zhou, Jie Chen, J. Wu, Ruoyu Wang","doi":"10.1109/MLISE57402.2022.00091","DOIUrl":"https://doi.org/10.1109/MLISE57402.2022.00091","url":null,"abstract":"Although deep learning models are widely used in text sentiment analysis, it is a challenging task to extract richer semantic features to improve model performance in corpora with weak label characteristics. This study crawls the agricultural product review of Jingdong e-commerce as a corpus, and proposes a deep learning method based on the characteristics of the corpus for sentiment analysis. The method first uses frequent item mining to construct a sentiment dictionary, and converts weakly labeled data into high-quality corpus through sentiment value calculation. Secondly, Convolutional Neural Network (CNN) and Bidirectional Long Short Term Memory (BiLSTM) are combined in the sentiment analysis model, and the word vectors trained by Glove and Word2vec are imported into the multi-channel neural network, so that the model can learn local and global semantic features in parallel, and embed the attention mechanism in the channel. The experimental results show that the performance of the model considering the characteristics of the corpus is significantly improved, and the MAtt-CNN-BiLSTM model constructed in this paper has the best performance in the experiments under the three datasets.","PeriodicalId":350291,"journal":{"name":"2022 International Conference on Machine Learning and Intelligent Systems Engineering (MLISE)","volume":"20 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130568420","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
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
相关产品
×
本文献相关产品
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术官方微信