Pub Date : 2022-07-20DOI: 10.15837/ijccc.2022.4.4568
M. Sangeetha, Meera Devi Thiagarajan
Recommendation system is a process of filtering information to retain buyers on e-commerce sites or applications. It is used on all e-commerce sites, social media platform and multimedia platform. This recommendation is based on their own experience or experience between users. In recent days, the graph-based filtering techniques are used for the recommendation to improve the suggestions and for easy analysing. Neural graph based collaborative filtering is also one of the techniques used for recommendation system. It is implemented on the benchmark datasets like Yelp, Gowalla and Amazon books. This technique can suggest better recommendations as compared to the existing graph based or convolutional based networks. However, it requires higher processing time for convolutional neural network for performing limited suggestions. Hence, in this paper, an improved neural graph collaborative filtering is proposed. Here, the content-based filtering is performed before the collaborative filtering process. Then, the embedding layer will process on both the recommendations to provide a higher order relation between the users and items. As the suggestion is based on hybrid recommendation, the processing time of Convolutional neural network is reduced by reducing the number of epochs. Due to this, the final recommendation is not affected by the smaller number of epochs and also able to reduce its computational time. The whole process is realized in Python 3.6 under windows 10 environment on benchmark datasets Go Walla and Amazon books. Based on the comparison of recall and NDCG metric, the proposed neural graph-based filtering outperforms the collaborative filtering based on graph convolution neural network.
{"title":"An Enhanced Neural Graph based Collaborative Filtering with Item Knowledge Graph","authors":"M. Sangeetha, Meera Devi Thiagarajan","doi":"10.15837/ijccc.2022.4.4568","DOIUrl":"https://doi.org/10.15837/ijccc.2022.4.4568","url":null,"abstract":"Recommendation system is a process of filtering information to retain buyers on e-commerce sites or applications. It is used on all e-commerce sites, social media platform and multimedia platform. This recommendation is based on their own experience or experience between users. In recent days, the graph-based filtering techniques are used for the recommendation to improve the suggestions and for easy analysing. Neural graph based collaborative filtering is also one of the techniques used for recommendation system. It is implemented on the benchmark datasets like Yelp, Gowalla and Amazon books. This technique can suggest better recommendations as compared to the existing graph based or convolutional based networks. However, it requires higher processing time for convolutional neural network for performing limited suggestions. Hence, in this paper, an improved neural graph collaborative filtering is proposed. Here, the content-based filtering is performed before the collaborative filtering process. Then, the embedding layer will process on both the recommendations to provide a higher order relation between the users and items. As the suggestion is based on hybrid recommendation, the processing time of Convolutional neural network is reduced by reducing the number of epochs. Due to this, the final recommendation is not affected by the smaller number of epochs and also able to reduce its computational time. The whole process is realized in Python 3.6 under windows 10 environment on benchmark datasets Go Walla and Amazon books. Based on the comparison of recall and NDCG metric, the proposed neural graph-based filtering outperforms the collaborative filtering based on graph convolution neural network.","PeriodicalId":179619,"journal":{"name":"Int. J. Comput. Commun. Control","volume":"23 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-07-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130209048","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}
Pub Date : 2022-07-20DOI: 10.15837/ijccc.2022.4.4806
Yang Yang, Na Tian, Yunpeng Wang, Zhen-zhou Yuan
Traffic safety is an important part of the roadway in sustainable development. Freeway traffic crashes typically cause serious casualties and property losses, being a serious threat to public safety. Figuring out the potential correlation between various risk factors and revealing their coupling mechanisms are of effective ways to explore and identity freeway crash causes. However, the existing association rule mining algorithms still have some limitations in both efficiency and accuracy. Based on this consideration, using the freeway traffic crash data obtained from WDOT (Washington Department of Transportation), this research constructed a multi-dimensional multilevel system for traffic crash analysis. Considering the load balancing, the FP-Growth (Frequent Pattern- Growth) algorithm was optimized parallelly based on Hadoop platform, to achieve an efficient and accurate association rule mining calculation for massive amounts of traffic crash data; then, according to the results of the coupling mechanism among the crash precursors, the causes of freeway traffic crashes were identified and revealed. The results show that the parallel FPgrowth algorithm with load balancing constraints has a better operating speed than both the conventional FP-growth algorithm and parallel FP-growth algorithm towards processing big data. This improved algorithm makes full use of Hadoop cluster resources and is more suitable for large traffic crash data sets mining while retaining the original advantages of conventional association rule mining algorithm. In addition, the mining association rules model with the improvement of multi-dimensional interaction proposed in this research can catch the occurrence mechanism of freeway traffic crash with serious consequences (lower support degree probably) accurately and efficiently.
交通安全是道路可持续发展的重要组成部分。高速公路交通事故通常会造成严重的人员伤亡和财产损失,对公共安全构成严重威胁。找出各种危险因素之间的潜在关联,揭示其耦合机制,是探索和识别高速公路碰撞原因的有效途径。然而,现有的关联规则挖掘算法在效率和准确性上都存在一定的局限性。基于此,本研究利用WDOT (Washington Department of Transportation)获取的高速公路交通碰撞数据,构建了一个多维多层次的交通碰撞分析系统。考虑到负载均衡,基于Hadoop平台并行优化FP-Growth (frequency Pattern- Growth)算法,实现对海量流量崩溃数据高效、准确的关联规则挖掘计算;然后,根据碰撞前兆之间耦合机制的结果,识别并揭示高速公路交通碰撞的原因。结果表明,负载均衡约束下的并行FP-growth算法在处理大数据方面比传统的FP-growth算法和并行FP-growth算法都有更好的运算速度。该改进算法充分利用Hadoop集群资源,在保留传统关联规则挖掘算法原有优势的同时,更适合于大型交通崩溃数据集挖掘。此外,本研究提出的改进多维交互的关联规则挖掘模型能够准确、高效地捕捉后果严重(可能较低支撑度)的高速公路交通碰撞的发生机制。
{"title":"A Parallel FP-Growth Mining Algorithm with Load Balancing Constraints for Traffic Crash Data","authors":"Yang Yang, Na Tian, Yunpeng Wang, Zhen-zhou Yuan","doi":"10.15837/ijccc.2022.4.4806","DOIUrl":"https://doi.org/10.15837/ijccc.2022.4.4806","url":null,"abstract":"Traffic safety is an important part of the roadway in sustainable development. Freeway traffic crashes typically cause serious casualties and property losses, being a serious threat to public safety. Figuring out the potential correlation between various risk factors and revealing their coupling mechanisms are of effective ways to explore and identity freeway crash causes. However, the existing association rule mining algorithms still have some limitations in both efficiency and accuracy. Based on this consideration, using the freeway traffic crash data obtained from WDOT (Washington Department of Transportation), this research constructed a multi-dimensional multilevel system for traffic crash analysis. Considering the load balancing, the FP-Growth (Frequent Pattern- Growth) algorithm was optimized parallelly based on Hadoop platform, to achieve an efficient and accurate association rule mining calculation for massive amounts of traffic crash data; then, according to the results of the coupling mechanism among the crash precursors, the causes of freeway traffic crashes were identified and revealed. The results show that the parallel FPgrowth algorithm with load balancing constraints has a better operating speed than both the conventional FP-growth algorithm and parallel FP-growth algorithm towards processing big data. This improved algorithm makes full use of Hadoop cluster resources and is more suitable for large traffic crash data sets mining while retaining the original advantages of conventional association rule mining algorithm. In addition, the mining association rules model with the improvement of multi-dimensional interaction proposed in this research can catch the occurrence mechanism of freeway traffic crash with serious consequences (lower support degree probably) accurately and efficiently.","PeriodicalId":179619,"journal":{"name":"Int. J. Comput. Commun. Control","volume":"4 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-07-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129142574","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}
Pub Date : 2022-07-20DOI: 10.15837/ijccc.2022.4.4800
Bo Qin, Shuo Yang, Yongqing Fan
A distributed neural network adaptive feedback control system is designed for a class of nonlinear multi-agent systems with time delay and nonidentical dimensions. In contrast to previous works on nonlinear heterogeneous multi-agent with the same dimension, particular features are proposed for each agent with different dimensions, and similar parameters are defined, which will be combined parameters of the controller. Second, a novel distributed control based on similarity parameters is proposed using linear matrix inequality (LMI) and Lyapunov stability theory, establishing that all signals in a closed loop system are eventually ultimately bounded. The consistency tracking error steadily decreases to a field with a small number of zeros. Finally, simulated examples with different time delays are utilized to test the effectiveness of the proposed control technique.
{"title":"Distributed Adaptive Control for Nonlinear Heterogeneous Multi-agent Systems with Different Dimensions and Time Delay","authors":"Bo Qin, Shuo Yang, Yongqing Fan","doi":"10.15837/ijccc.2022.4.4800","DOIUrl":"https://doi.org/10.15837/ijccc.2022.4.4800","url":null,"abstract":"A distributed neural network adaptive feedback control system is designed for a class of nonlinear multi-agent systems with time delay and nonidentical dimensions. In contrast to previous works on nonlinear heterogeneous multi-agent with the same dimension, particular features are proposed for each agent with different dimensions, and similar parameters are defined, which will be combined parameters of the controller. Second, a novel distributed control based on similarity parameters is proposed using linear matrix inequality (LMI) and Lyapunov stability theory, establishing that all signals in a closed loop system are eventually ultimately bounded. The consistency tracking error steadily decreases to a field with a small number of zeros. Finally, simulated examples with different time delays are utilized to test the effectiveness of the proposed control technique.","PeriodicalId":179619,"journal":{"name":"Int. J. Comput. Commun. Control","volume":"17 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-07-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115466186","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}
Pub Date : 2022-07-20DOI: 10.15837/ijccc.2022.4.4862
F. J. Cabrerizo, Yangxue Li, E. Herrera-Viedma, J. A. Morente-Molinera
The Z-number is a more adequate construct for describing real-life information. While considering the uncertainty of the information, it also models the partial reliability of the information. It is a combination of probabilistric restriction and possibilistric restriction. In this paper, we modified the uncertainty measurement of the discrete Z-number and proposed the uncertainty measurement of the continuous Z-number. Some numerical examples are used to illustrate the calculation processes and advantages of the proposed method. An application of journey vehicle selection shows the effectiveness of the proposed uncertainty measurement in determining the weights of criteria.
{"title":"A Modified Uncertainty Measure of Z-numbers","authors":"F. J. Cabrerizo, Yangxue Li, E. Herrera-Viedma, J. A. Morente-Molinera","doi":"10.15837/ijccc.2022.4.4862","DOIUrl":"https://doi.org/10.15837/ijccc.2022.4.4862","url":null,"abstract":"The Z-number is a more adequate construct for describing real-life information. While considering the uncertainty of the information, it also models the partial reliability of the information. It is a combination of probabilistric restriction and possibilistric restriction. In this paper, we modified the uncertainty measurement of the discrete Z-number and proposed the uncertainty measurement of the continuous Z-number. Some numerical examples are used to illustrate the calculation processes and advantages of the proposed method. An application of journey vehicle selection shows the effectiveness of the proposed uncertainty measurement in determining the weights of criteria.","PeriodicalId":179619,"journal":{"name":"Int. J. Comput. Commun. Control","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-07-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124327899","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}
This paper introduces an effective intelligent controller for robotic systems with uncertainties. The proposed method is a novel self-organizing fuzzy cerebellar model articulation controller (NSOFC) which is a combination of a cerebellar model articulation controller (CMAC) and sliding mode control (SMC). We also present a new Gaussian membership function (GMF) that is designed by the combination of the prior and current GMF for each layer of CMAC. In addition, the relevant data of the prior GMF is used to check tracking errors more accurately. The inputs of the proposed controller can be mixed simultaneously between the prior and current states according to the corresponding errors. Moreover, the controller uses a self-organizing approach which can increase or decrease the number of layers, therefore the structures of NSOFC can be adjusted automatically. The proposed method consists of a NSOFC controller and a compensation controller. The NSOFC controller is used to estimate the ideal controller, and the compensation controller is used to eliminate the approximated error. The online parameters tuning law of NSOFC is designed based on Lyapunov’s theory to ensure stability of the system. Finally, the experimental results of a 2 DOF robot arm are used to demonstrate the efficiency of the proposed controller.
{"title":"A Novel Self-organizing Fuzzy Cerebellar Model Articulation Controller Based Overlapping Gaussian Membership Function for Controlling Robotic System","authors":"Thanhquyen Ngo, Dinh-Khoi Hoang, Trong-Toan Tran, Anh-Tuan Nguyen","doi":"10.15837/ijccc.2022.4.4606","DOIUrl":"https://doi.org/10.15837/ijccc.2022.4.4606","url":null,"abstract":"This paper introduces an effective intelligent controller for robotic systems with uncertainties. The proposed method is a novel self-organizing fuzzy cerebellar model articulation controller (NSOFC) which is a combination of a cerebellar model articulation controller (CMAC) and sliding mode control (SMC). We also present a new Gaussian membership function (GMF) that is designed by the combination of the prior and current GMF for each layer of CMAC. In addition, the relevant data of the prior GMF is used to check tracking errors more accurately. The inputs of the proposed controller can be mixed simultaneously between the prior and current states according to the corresponding errors. Moreover, the controller uses a self-organizing approach which can increase or decrease the number of layers, therefore the structures of NSOFC can be adjusted automatically. The proposed method consists of a NSOFC controller and a compensation controller. The NSOFC controller is used to estimate the ideal controller, and the compensation controller is used to eliminate the approximated error. The online parameters tuning law of NSOFC is designed based on Lyapunov’s theory to ensure stability of the system. Finally, the experimental results of a 2 DOF robot arm are used to demonstrate the efficiency of the proposed controller.","PeriodicalId":179619,"journal":{"name":"Int. J. Comput. Commun. Control","volume":"114 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-07-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124160352","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}
Pub Date : 2022-07-20DOI: 10.15837/ijccc.2022.4.4865
L. Dăuş, Marilena Jianu, Mariana Nagy, Roxana-Mariana Beiu
It is well-known that in general the algorithms for determining the reliability polynomial associated to a two-terminal network are computationally demanding, and even just bounding the coefficients can be taxing. Obviously, reliability polynomials can be expressed in Bernstein form, hence all the coefficients of such polynomials are fractions of the binomial coefficients. That is why we have very recently envisaged using an extension of the classical discrete Pascal’s triangle (which comprises all the binomial coefficients) to a continuous version/surface. The fact that this continuous Pascal’s surface has real values in between the binomial coefficients makes it appealing as being a mathematical concept encompassing all the coefficients of all the reliability polynomials (which are integers, as resulting from counting processes) and more. This means that, the coefficients of any reliability polynomial can be represented as discrete steps (on level curves of integer values) on Pascal’s surface. The equation of this surface was formulated by means of the gamma function, for which quite a few approximation formulas are known. Therefore, we have started by reviewing many of those results, and have used a selection of those approximations for the level curves problem on Pascal’s surface. Towards the end, we present fresh simulations supporting the claim that some of these could be quite useful, as being both (reasonably) easy to calculate as well as fairly accurate.
{"title":"Approximating the Level Curves on Pascal's Surface","authors":"L. Dăuş, Marilena Jianu, Mariana Nagy, Roxana-Mariana Beiu","doi":"10.15837/ijccc.2022.4.4865","DOIUrl":"https://doi.org/10.15837/ijccc.2022.4.4865","url":null,"abstract":"It is well-known that in general the algorithms for determining the reliability polynomial associated to a two-terminal network are computationally demanding, and even just bounding the coefficients can be taxing. Obviously, reliability polynomials can be expressed in Bernstein form, hence all the coefficients of such polynomials are fractions of the binomial coefficients. That is why we have very recently envisaged using an extension of the classical discrete Pascal’s triangle (which comprises all the binomial coefficients) to a continuous version/surface. The fact that this continuous Pascal’s surface has real values in between the binomial coefficients makes it appealing as being a mathematical concept encompassing all the coefficients of all the reliability polynomials (which are integers, as resulting from counting processes) and more. This means that, the coefficients of any reliability polynomial can be represented as discrete steps (on level curves of integer values) on Pascal’s surface. The equation of this surface was formulated by means of the gamma function, for which quite a few approximation formulas are known. Therefore, we have started by reviewing many of those results, and have used a selection of those approximations for the level curves problem on Pascal’s surface. Towards the end, we present fresh simulations supporting the claim that some of these could be quite useful, as being both (reasonably) easy to calculate as well as fairly accurate.","PeriodicalId":179619,"journal":{"name":"Int. J. Comput. Commun. Control","volume":"233 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-07-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133105296","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}
Pub Date : 2022-04-15DOI: 10.15837/ijccc.2022.3.4558
N. Zholdas, M. Mansurova, O. Postolache, M. Kalimoldayev, T. Sarsembayeva
The problem of diabetes mellitus is becoming alarming due to the increase in morbidity among children. Patients are undergoing vital insulin replacement therapy, the dose depends on the level of glucose in the blood. The glucose level prediction program, taking into account the impact of physical activity on the body, the use of mobile health capabilities will allow us to develop personalized tactics for a child patient and minimize the risks of a critical health condition. The target group of this study are children and adolescents with type 1 diabetes. This study provides an IoT based mHealth monitoring system, including sensors, medical bracelets, mobile devices with applications. The mobile healthcare application for personalized monitoring can implement the functions of more effectively targeting young users to support their own health and improve the quality of life. In addition to monitoring blood glucose levels, the effect of physical activity on the condition of patients is also taken into account. The use of the proposed method for calculating the probable change in the patient’s blood glucose level after the end of physical activity will allow the doctor to make individual recommendations for the diet before the start of physical activity and its intensity.
{"title":"A Personalized mHealth Monitoring System for Children and Adolescents with T1 Diabetes by Utilizing IoT Sensors and Assessing Physical Activities","authors":"N. Zholdas, M. Mansurova, O. Postolache, M. Kalimoldayev, T. Sarsembayeva","doi":"10.15837/ijccc.2022.3.4558","DOIUrl":"https://doi.org/10.15837/ijccc.2022.3.4558","url":null,"abstract":"The problem of diabetes mellitus is becoming alarming due to the increase in morbidity among children. Patients are undergoing vital insulin replacement therapy, the dose depends on the level of glucose in the blood. The glucose level prediction program, taking into account the impact of physical activity on the body, the use of mobile health capabilities will allow us to develop personalized tactics for a child patient and minimize the risks of a critical health condition. The target group of this study are children and adolescents with type 1 diabetes. This study provides an IoT based mHealth monitoring system, including sensors, medical bracelets, mobile devices with applications. The mobile healthcare application for personalized monitoring can implement the functions of more effectively targeting young users to support their own health and improve the quality of life. In addition to monitoring blood glucose levels, the effect of physical activity on the condition of patients is also taken into account. The use of the proposed method for calculating the probable change in the patient’s blood glucose level after the end of physical activity will allow the doctor to make individual recommendations for the diet before the start of physical activity and its intensity.","PeriodicalId":179619,"journal":{"name":"Int. J. Comput. Commun. Control","volume":"148 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-04-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132267580","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}
Pub Date : 2022-04-10DOI: 10.15837/ijccc.2022.3.4619
D. Perdana, Cahya Ariateja, Ibnu Alinursafa, Ongko Cahyono
Lorawan network is ideal for IoT devices that continuously monitor a device and provide information to the gateway if the monitored data is outside the permitted threshold. These devices only require a small bandwidth and are therefore capable of operating on batteries for a long period of time. This study evaluates the design of a tool to measure soil nutrients with parameters of Nitrogen (N), Phosphorus (P), Potassium (K) using NPK sensors and IoT-based systems. The microcontroller used is ESP 32 which is connected to two types of networks. And will be integrated by Antares and the Android app. The purpose of making two types of networks in order to obtain data for analysis or development of the next tool. The result of designing this system is to create a device that can help farmers or the community in the process of measuring nitrogen, phosphorus, and potassium levels directly through the Android application so that soil control and fertilization can be more effective moreover yields can be maximized.
{"title":"Analysis of a Public and Private Networks for Nutrient Measurement System using LoRawan Network","authors":"D. Perdana, Cahya Ariateja, Ibnu Alinursafa, Ongko Cahyono","doi":"10.15837/ijccc.2022.3.4619","DOIUrl":"https://doi.org/10.15837/ijccc.2022.3.4619","url":null,"abstract":"Lorawan network is ideal for IoT devices that continuously monitor a device and provide information to the gateway if the monitored data is outside the permitted threshold. These devices only require a small bandwidth and are therefore capable of operating on batteries for a long period of time. This study evaluates the design of a tool to measure soil nutrients with parameters of Nitrogen (N), Phosphorus (P), Potassium (K) using NPK sensors and IoT-based systems. The microcontroller used is ESP 32 which is connected to two types of networks. And will be integrated by Antares and the Android app. The purpose of making two types of networks in order to obtain data for analysis or development of the next tool. The result of designing this system is to create a device that can help farmers or the community in the process of measuring nitrogen, phosphorus, and potassium levels directly through the Android application so that soil control and fertilization can be more effective moreover yields can be maximized.","PeriodicalId":179619,"journal":{"name":"Int. J. Comput. Commun. Control","volume":"17 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-04-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129619135","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}
Pub Date : 2022-04-08DOI: 10.15837/ijccc.2022.3.4788
O. Moldovan, R. Ghincu, Alin Octavian Moldovan, D. Noje, R. Ţarcă
The main objective of this paper is to investigate how a failure in the functioning of a normal electrical system represented by a three-phase asynchronous motor will modify the voltages and currents present in the system and if it is possible to design a system that is able to automatically detect the fault, based on the use of modern data acquisition system and powerful computer processing capabilities. The detection of faulty signals is realised using Feedforward Artificial Neural Networks.
{"title":"Fault Detection in Three-phase Induction Motor based on Data Acquisition and ANN based Data Processing","authors":"O. Moldovan, R. Ghincu, Alin Octavian Moldovan, D. Noje, R. Ţarcă","doi":"10.15837/ijccc.2022.3.4788","DOIUrl":"https://doi.org/10.15837/ijccc.2022.3.4788","url":null,"abstract":"The main objective of this paper is to investigate how a failure in the functioning of a normal electrical system represented by a three-phase asynchronous motor will modify the voltages and currents present in the system and if it is possible to design a system that is able to automatically detect the fault, based on the use of modern data acquisition system and powerful computer processing capabilities. The detection of faulty signals is realised using Feedforward Artificial Neural Networks.","PeriodicalId":179619,"journal":{"name":"Int. J. Comput. Commun. Control","volume":"21 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-04-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122044047","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}
Pub Date : 2022-03-31DOI: 10.15837/ijccc.2022.3.4539
Radha Raman Chandan, P. Kshirsagar, H. Manoharan, Khalid Mohamed El-Hady, S. Islam, Mohammad Shahiq Khan, Abhay Chaturvedi
This article focuses on implementing wireless sensors for monitoring exact distance between two individuals and to check whether everybody have sanitized their hands for stopping the spread of Corona Virus Disease (COVID). The idea behind this method is executed by implementing an objective function which focuses on maximizing distance, energy of nodes and minimizing the cost of implementation. Also, the proposed model is integrated with a variance detector which is denoted as Controlled Incongruity Algorithm (CIA). This variance detector is will sense the value and it will report to an online monitoring system named Things speak and for visualizing the sensed values it will be simulated using MATLAB. Even loss which is produced by sensors is found to be low when CIA is implemented. To validate the efficiency of proposed method it has been compared with prevailing methods and results prove that the better performance is obtained and the proposed method is improved by 76.8% than other outcomes observed from existing literatures.
{"title":"Substantial Phase Exploration for Intuiting Covid using form Expedient with Variance Sensor","authors":"Radha Raman Chandan, P. Kshirsagar, H. Manoharan, Khalid Mohamed El-Hady, S. Islam, Mohammad Shahiq Khan, Abhay Chaturvedi","doi":"10.15837/ijccc.2022.3.4539","DOIUrl":"https://doi.org/10.15837/ijccc.2022.3.4539","url":null,"abstract":"This article focuses on implementing wireless sensors for monitoring exact distance between two individuals and to check whether everybody have sanitized their hands for stopping the spread of Corona Virus Disease (COVID). The idea behind this method is executed by implementing an objective function which focuses on maximizing distance, energy of nodes and minimizing the cost of implementation. Also, the proposed model is integrated with a variance detector which is denoted as Controlled Incongruity Algorithm (CIA). This variance detector is will sense the value and it will report to an online monitoring system named Things speak and for visualizing the sensed values it will be simulated using MATLAB. Even loss which is produced by sensors is found to be low when CIA is implemented. To validate the efficiency of proposed method it has been compared with prevailing methods and results prove that the better performance is obtained and the proposed method is improved by 76.8% than other outcomes observed from existing literatures.","PeriodicalId":179619,"journal":{"name":"Int. J. Comput. Commun. Control","volume":"14 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-03-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122138473","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}