Amal Babour, Hind Bitar, Ohoud Alzamzami, D. Alahmadi, Amal Barsheed, Amal AlGhamdi, Hanadi AlMshjary
{"title":"Intelligent gloves: An IT intervention for deaf-mute people","authors":"Amal Babour, Hind Bitar, Ohoud Alzamzami, D. Alahmadi, Amal Barsheed, Amal AlGhamdi, Hanadi AlMshjary","doi":"10.1515/jisys-2022-0076","DOIUrl":"https://doi.org/10.1515/jisys-2022-0076","url":null,"abstract":"Abstract Deaf-mute people have much potential to contribute to society. However, communication between deaf-mutes and non-deaf-mutes is a problem that isolates deaf-mutes from society and prevents them from interacting with others. In this study, an information technology intervention, intelligent gloves (IG), a prototype of a two-way communication glove, was developed to facilitate communication between deaf-mutes and non-deaf-mutes. IG consists of a pair of gloves, flex sensors, an Arduino nano, a screen with a built-in microphone, a speaker, and an SD card module. To facilitate communication from the deaf-mutes to the non-deaf-mutes, the flex sensors sense the hand gestures and connected wires, and then transmit the hand movement signals to the Arduino nano where they are translated into words and sentences. The output is displayed on a small screen attached to the gloves, and it is also issued as voice from the speakers attached to the gloves. For communication from the non-deaf-mutes to the deaf-mute, the built-in microphone in the screen senses the voice, which is then transmitted to the Arduino nano to translate it to sentences and sign language, which are displayed on the screen using a 3D avatar. A unit testing of IG has shown that it performed as expected without errors. In addition, IG was tested on ten participants, and it has been shown to be both usable and accepted by the target users.","PeriodicalId":46139,"journal":{"name":"Journal of Intelligent Systems","volume":"6 1","pages":""},"PeriodicalIF":3.0,"publicationDate":"2023-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"84578118","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}
{"title":"Aspect-based sentiment analysis on multi-domain reviews through word embedding","authors":"M. Venu Gopalachari, Sangeeta Gupta, Salakapuri Rakesh, Dharmana Jayaram, Pulipati Venkateswara Rao","doi":"10.1515/jisys-2023-0001","DOIUrl":"https://doi.org/10.1515/jisys-2023-0001","url":null,"abstract":"Abstract The finest resource for consumers to evaluate products is online product reviews, and finding such reviews that are accurate and helpful can be difficult. These reviews may sometimes be corrupted, biased, contradictory, or lacking in detail. This opens the door for customer-focused review analysis methods. A method called “Multi-Domain Keyword Extraction using Word Vectors” aims to streamline the customer experience by giving them reviews from several websites together with in-depth assessments of the evaluations. Using the specific model number of the product, inputs are continuously grabbed from different e-commerce websites. Aspects and key phrases in the reviews are properly identified using machine learning, and the average sentiment for each keyword is calculated using context-based sentiment analysis. To precisely discover the keywords in massive texts, word embedding data will be analyzed by machine learning techniques. A unique methodology developed to locate trustworthy reviews considers several criteria that determine what makes a review credible. The experiments on real-time data sets showed better results compared to the existing traditional models.","PeriodicalId":46139,"journal":{"name":"Journal of Intelligent Systems","volume":"20 1","pages":""},"PeriodicalIF":3.0,"publicationDate":"2023-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"78466644","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}
{"title":"Face recognition of remote monitoring under the Ipv6 protocol technology of Internet of Things architecture","authors":"Bo Fu","doi":"10.1515/jisys-2022-0283","DOIUrl":"https://doi.org/10.1515/jisys-2022-0283","url":null,"abstract":"Abstract With the advent of the Internet of Things (IoT) era, the application of intelligent devices in the network is becoming more and more extensive, and the monitoring technology is gradually developing towards the direction of intelligence and digitization. As a hot topic in the field of computer vision, face recognition faces problems such as low level of intelligence and long processing time. Therefore, under the technical support of the IoTs, the research uses internet protocol cameras to collect face information, improves the principal component analysis (PCA), poses a PLV algorithm, and then applies it to the face recognition system for remote monitoring. The outcomes demonstrate that in the Olivetti Research Laboratory face database, the accuracy of PLV is relatively stable, and the highest and lowest are 98 and 94%, respectively. In Yale testing, the accuracy of this algorithm is 12% higher than that of PCA algorithm; In the database of Georgia Institute of Technology (GT), the PLV algorithm requires a time range of 0.2–0.3 seconds and has high operational efficiency. In the selected remote monitoring face database, the accuracy of the method is stable at more than 90%, with the highest being 98%, indicating that it can effectively improve the accuracy of face recognition and provide a reference technical means for further optimization of the remote monitoring system.","PeriodicalId":46139,"journal":{"name":"Journal of Intelligent Systems","volume":"18 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134882970","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}
{"title":"Recognition of English speech – using a deep learning algorithm","authors":"Shuyan Wang","doi":"10.1515/jisys-2022-0236","DOIUrl":"https://doi.org/10.1515/jisys-2022-0236","url":null,"abstract":"Abstract The accurate recognition of speech is beneficial to the fields of machine translation and intelligent human–computer interaction. After briefly introducing speech recognition algorithms, this study proposed to recognize speech with a recurrent neural network (RNN) and adopted the connectionist temporal classification (CTC) algorithm to align input speech sequences and output text sequences forcibly. Simulation experiments compared the RNN-CTC algorithm with the Gaussian mixture model–hidden Markov model and convolutional neural network-CTC algorithms. The results demonstrated that the more training samples the speech recognition algorithm had, the higher the recognition accuracy of the trained algorithm was, but the training time consumption increased gradually; the more samples a trained speech recognition algorithm had to test, the lower the recognition accuracy and the longer the testing time. The proposed RNN-CTC speech recognition algorithm always had the highest accuracy and the lowest training and testing time among the three algorithms when the number of training and testing samples was the same.","PeriodicalId":46139,"journal":{"name":"Journal of Intelligent Systems","volume":"8 1","pages":""},"PeriodicalIF":3.0,"publicationDate":"2023-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"90637695","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}
{"title":"Robot indoor navigation point cloud map generation algorithm based on visual sensing","authors":"Qin Zhang, Xiushan Liu","doi":"10.1515/jisys-2022-0258","DOIUrl":"https://doi.org/10.1515/jisys-2022-0258","url":null,"abstract":"Abstract At present, low-cost Red Green Blue Depth (RGB-D) sensors are mainly used in indoor robot environment perception, but the depth information obtained by RGB-D cameras has problems such as poor accuracy and high noise, and the generated 3D color point cloud map has low accuracy. In order to solve these problems, this article proposes a vision sensor-based point cloud map generation algorithm for robot indoor navigation. The aim is to obtain a more accurate point cloud map through visual SLAM and Kalman filtering visual-inertial navigation attitude fusion algorithm. The results show that in the positioning speed test data of the fusion algorithm in this study, the average time-consuming of camera tracking is 23.4 ms, which can meet the processing speed requirement of 42 frames per second. The yaw angle error of the fusion algorithm is the smallest, and the ATE test values of the algorithm are smaller than those of the Inertial measurement unit and Simultaneous-Localization-and-Mapping algorithms. This research algorithm can make the mapping process more stable and robust. It can use visual sensors to make more accurate route planning, and this algorithm improves the indoor positioning accuracy of the robot. In addition, the research algorithm can also obtain a dense point cloud map in real time, which provides a more comprehensive idea for the research of robot indoor navigation point cloud map generation.","PeriodicalId":46139,"journal":{"name":"Journal of Intelligent Systems","volume":"72 1","pages":""},"PeriodicalIF":3.0,"publicationDate":"2023-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"86257607","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}
A. A. Rawi, Murtada K. Elbashir, Awadallah M. Ahmed
{"title":"Deep learning models for multilabel ECG abnormalities classification: A comparative study using TPE optimization","authors":"A. A. Rawi, Murtada K. Elbashir, Awadallah M. Ahmed","doi":"10.1515/jisys-2023-0002","DOIUrl":"https://doi.org/10.1515/jisys-2023-0002","url":null,"abstract":"Abstract The problem addressed in this study is the limitations of previous works that considered electrocardiogram (ECG) classification as a multiclass problem, despite many abnormalities being diagnosed simultaneously in real life, making it a multilabel classification problem. The aim of the study is to test the effectiveness of deep learning (DL)-based methods (Inception, MobileNet, LeNet, AlexNet, VGG16, and ResNet50) using three large 12-lead ECG datasets to overcome this limitation. The define-by-run technique is used to build the most efficient DL model using the tree-structured Parzen estimator (TPE) algorithm. Results show that the proposed methods achieve high accuracy and precision in classifying ECG abnormalities for large datasets, with the best results being 97.89% accuracy and 90.83% precision for the Ningbo dataset, classifying 42 classes for the Inception model; 96.53% accuracy and 85.67% precision for the PTB-XL dataset, classifying 24 classes for the Alex net model; and 95.02% accuracy and 70.71% precision for the Georgia dataset, classifying 23 classes for the Alex net model. The best results achieved for the optimum model that was proposed by the define-by-run technique were 97.33% accuracy and 97.71% precision for the Ningbo dataset, classifying 42 classes; 96.60% accuracy and 83.66% precision for the PTB-XL dataset, classifying 24 classes; and 94.32% accuracy and 66.97% precision for the Georgia dataset, classifying 23 classes. The proposed DL-based methods using the TPE algorithm provide accurate results for multilabel classification of ECG abnormalities, improving the diagnostic accuracy of heart conditions.","PeriodicalId":46139,"journal":{"name":"Journal of Intelligent Systems","volume":"101 1","pages":""},"PeriodicalIF":3.0,"publicationDate":"2023-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"80459212","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}
Min Qin, Ravi Kumar, Mohammad Shabaz, Sanjay Agal, Pavitar Parkash Singh, Anooja Ammini
{"title":"Broadcast speech recognition and control system based on Internet of Things sensors for smart cities","authors":"Min Qin, Ravi Kumar, Mohammad Shabaz, Sanjay Agal, Pavitar Parkash Singh, Anooja Ammini","doi":"10.1515/jisys-2023-0067","DOIUrl":"https://doi.org/10.1515/jisys-2023-0067","url":null,"abstract":"Abstract With the wide popularization of Internet of Things (IoT) technology, the design and implementation of intelligent speech equipment have attracted more and more researchers’ attention. Speech recognition is one of the core technologies to control intelligent mechanical equipment. An industrial IoT sensor-based broadcast speech recognition and control system is presented to address the issue of integrating a broadcast speech recognition and control system with an IoT sensor for smart cities. In this work, a design approach for creating an intelligent voice control system for the Robot operating system (ROS) is provided. The speech recognition control program for the ROS is created using the Baidu intelligent voice software development kit, and the experiment is run on a particular robot platform. ROS makes use of communication modules to implement network connections between various system modules, mostly via topic-based asynchronous data transmission. A point-to-point network structure serves as the communication channel for the many operations that make up the ROS. The hardware component is mostly made up of the main controller’s motor driving module, a power module, a WiFi module, a Bluetooth module, a laser ranging module, etc. According to the experimental findings, the control system can identify the gathered sound signals, translate them into control instructions, and then direct the robot platform to carry out the necessary actions in accordance with the control instructions. Over 95% of speech is recognized. The control system has a high recognition rate and is simple to use, which is what most industrial controls require. It has significant implications for the advancement of control technology and may significantly increase production and life efficiency.","PeriodicalId":46139,"journal":{"name":"Journal of Intelligent Systems","volume":"80 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135261082","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}
{"title":"Intelligent medical IoT health monitoring system based on VR and wearable devices","authors":"Yufei Wang, Xiaofeng An, Weiwei Xu","doi":"10.1515/jisys-2022-0291","DOIUrl":"https://doi.org/10.1515/jisys-2022-0291","url":null,"abstract":"Abstract In order to improve the shortcomings of the traditional monitoring equipment that is difficult to measure the daily physical parameters of the elderly and improve the accuracy of parameter measurement, this article designs wearable devices through the Internet of Things technology and virtual reality technology. With this device, four daily physical parameters of the elderly, such as exercise heart rate, blood pressure, plantar health, and sleep function, are measured. The feasibility of the measurement method and equipment is verified by experiments. The experimental results showed that the accuracy of the measurement method based on the reflective photoplethysmography signal was high, with the mean and difference values of the subjects’ heart rate basically lying around 0 BPM and in good agreement between the estimated heart rate and the reference value. In the blood pressure measurements, the correlation coefficient between the <m:math xmlns:m=\"http://www.w3.org/1998/Math/MathML\"> <m:msub> <m:mrow> <m:mi>P</m:mi> </m:mrow> <m:mrow> <m:mo>r</m:mo> <m:mo>s</m:mo> </m:mrow> </m:msub> </m:math> {P}_{rs} estimate and the reference value was 0.81. The estimation accuracy of the device used in the article was high, with the highest correlation coefficient of 0.96 ± 0.02 for subjects’ heart rate at rest, and its estimation error rate was 0.02 ± 0.01. The <m:math xmlns:m=\"http://www.w3.org/1998/Math/MathML\"> <m:msub> <m:mrow> <m:mi>P</m:mi> </m:mrow> <m:mrow> <m:mi mathvariant=\"italic\">n</m:mi> <m:mi>t</m:mi> <m:mi>h</m:mi> </m:mrow> </m:msub> </m:math> {P}_{{n}th} value for subject B8 exceeded the threshold of 0.5 before subject B21, and subject B8 had more severe symptoms, which was consistent with the actual situation. The wearable device was able to identify the subject’s eye features and provide appropriate videos to help subjects with poor sleep quality to fall asleep. The article provides a method and device that facilitates healthcare professionals to make real-time enquiries and receive user health advice.","PeriodicalId":46139,"journal":{"name":"Journal of Intelligent Systems","volume":"210 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135952787","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}
{"title":"Development of a digital employee rating evaluation system (DERES) based on machine learning algorithms and 360-degree method","authors":"Gulnar Balakayeva, Mukhit Zhanuzakov, Gaukhar Kalmenova","doi":"10.1515/jisys-2023-0008","DOIUrl":"https://doi.org/10.1515/jisys-2023-0008","url":null,"abstract":"Abstract Increasing the efficiency of an enterprise largely depends on the productivity of its employees, which must be properly assessed and the correct assessment of the contribution of each employee is important. In this regard, this article is devoted to a study conducted by the authors on the development of a digital employee rating system (DERES). The study was conducted on the basis of machine learning technologies and modern assessment methods that will allow companies to evaluate the performance of their departments, analyze the competencies of the employees and predict the rating of employees in the future. The authors developed a 360-degree employee rating model and a rating prediction model using regression machine learning algorithms. The article also analyzed the results obtained using the employee evaluation model, which showed that the performance of the tested employees is reduced due to remote work. Using DERES, a rating analysis of a real business company was carried out with recommendations for improving the efficiency of employees. An analysis of the forecasting results obtained using the rating prediction model developed by the authors showed that personal development and relationship are key parameters in predicting the future rating of employees. In addition, the authors provide a detailed description of the developed DERES information system, main components, and architecture.","PeriodicalId":46139,"journal":{"name":"Journal of Intelligent Systems","volume":"2016 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135953974","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}
Sarah Ghanim Mahmood Al-kababchee, Z. Algamal, O. Qasim
{"title":"Enhancement of K-means clustering in big data based on equilibrium optimizer algorithm","authors":"Sarah Ghanim Mahmood Al-kababchee, Z. Algamal, O. Qasim","doi":"10.1515/jisys-2022-0230","DOIUrl":"https://doi.org/10.1515/jisys-2022-0230","url":null,"abstract":"Abstract Data mining’s primary clustering method has several uses, including gene analysis. A set of unlabeled data is divided into clusters using data features in a clustering study, which is an unsupervised learning problem. Data in a cluster are more comparable to one another than to those in other groups. However, the number of clusters has a direct impact on how well the K-means algorithm performs. In order to find the best solutions for these real-world optimization issues, it is necessary to use techniques that properly explore the search spaces. In this research, an enhancement of K-means clustering is proposed by applying an equilibrium optimization approach. The suggested approach adjusts the number of clusters while simultaneously choosing the best attributes to find the optimal answer. The findings establish the usefulness of the suggested method in comparison to existing algorithms in terms of intra-cluster distances and Rand index based on five datasets. Through the results shown and a comparison of the proposed method with the rest of the traditional methods, it was found that the proposal is better in terms of the internal dimension of the elements within the same cluster, as well as the Rand index. In conclusion, the suggested technique can be successfully employed for data clustering and can offer significant support.","PeriodicalId":46139,"journal":{"name":"Journal of Intelligent Systems","volume":"56 1","pages":""},"PeriodicalIF":3.0,"publicationDate":"2023-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"89420203","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}