ComEngApp-Journal
Not a member yet
    102 research outputs found

    Classification of Atrial Fibrillation In ECG Signal Using Deep Learning

    Full text link
    Atrial fibrillation is a type of heart rhythm disorder that most often occurs in the world and can cause death. Atrial fibrillation can be diagnosed by reading an Electrocardiograph (ECG) recording, however, an ECG reading takes a long time and requires specialists to analyze the type of signal pattern. The use of deep learning to classify Atrial Fibrillation in ECG signals was chosen because deep learning has 10% higher performance compared to machine learning methods. In this research, an application for classification of Atrial Fibrillation was developed using the 1- Dimentional Convolutional Neural Network (CNN 1D) method. There are 6 configurations of the 1D CNN model that were developed by varying the configuration on the learning rate and batch size. The best model obtained 100% accuracy, 100% precision, 100% recall, and 100% F1 Score

    The Combination of Black Hat Transform and U-Net in Image Enhancement and Blood Vessel Segmentation in Retinal Images

    Full text link
    Diabetic Retinopathy (DR) is a disorder of the eye caused by damage to blood vessels in the retina. Damage to the retinal blood vessels can be analyzed by segmenting the blood vessels on the image. This study proposes a combination of image enhancement and blood vessel segmentation in retinal images. Retinal image enhancement is carried out using the black hat transform method to obtain a detailed view of blood vessels in retinal images. Segmentation of blood vessels in retinal images is carried out using the U-Net architecture. The results of image enhancement are measured using MSE and PSNR. This study has an MSE value below 0.05 and a PSNR above 90dB. The MSE and PSNR values obtained show that the black hat transform method is very good at image enhancement. Segmentation has an accuracy value above 0.95 and a sensitivity value above 0.85. In addition, the specificity value and f1-score are above 0.8. This shows that the proposed stages of image enhancement and blood vessel segmentation are able to accurately recognize blood vessel features in retinal images

    Forecasting Of Intensive Care Unit Patient Heart Rate Using Long Short-Term Memory

    Full text link
    Cardiac arrest remains a critical concern in Intensive Care Units (ICUs), with alarmingly low survival rates. Early prediction of cardiac arrest is challenging due to the complexity of patient data and the temporal nature of ICU care. To address this challenge, we explore the use of Deep Learning (DL) models, specifically Long ShortTerm Memory (LSTM), Bidirectional LSTM (BiLSTM), and Gated Recurrent Unit (GRU), for forecasting ICU patient heart rates. We utilize a dataset extracted from the MIMIC III database, which poses the typical challenges of irregular time series data and missing values. Our research encompasses a comprehensive methodology, including data preprocessing, model development, and performance evaluation. Data preprocessing involves regularizing and imputing missing values, as well as data normalization. The dataset is partitioned into training, testing, and validation sets to facilitate model training and evaluation. Fine-tuning of hyperparameters is conducted to optimize each DL architecture\u27s performance. Our results reveal that the GRU architecture consistently outperforms LSTM and BiLSTM in predicting heart rates, achieving the lowest RMSE and MAE values. The findings underscore the potential of DL models, particularly GRU, in enhancing the early detection of cardiac events in ICU patients

    Classification of Covid-19 Diseases Through Lung CT-Scan Image Using the ResNet-50 Architecture

    Full text link
    Covid-19 is a disease of the respiratory tract caused by the Severe Acute Respiratory Syndrome Coronavirus 2 (SARS-CoV-2) virus. One way to diagnose Covid-19 can be done by examining lung abnormalities on the results of a Computed Tomography Scan (CT-Scan) of the lungs. However, the determination of the diagnostic results obtained requires high accuracy and quite a long time. For this reason, an automatic system is needed to make it easier for medical personnel to diagnose Covid-19 disease quickly and accurately. One way to do this with the help of a computer is pattern recognition. In this study, pattern recognition techniques were used which were divided into three stages, namely pre-processing, feature extraction and classification. The methods used in the pre-processing stage are grayscale and Contrast Limited Adaptive Histogram Equalization (CLAHE) to improve image quality and contrast. The extraction stage uses the Principal Component Analysis (PCA) method, because it can reduce data dimensions without eliminating important features in the data. For the classification stage, a deep learning-based method is used, namely the Convolutional Neural Network (CNN). The CNN architecture used in this study is Resnet-50. The method proposed in this research is evaluated by measuring the performance values of accuracy, recall, precision, F1-score, and Cohen Kappa. The results of the study indicate that the PCA method has worked optimally in dimension reduction, without losing important features on CT-scan images of the lungs. Besides that, the proposed method has succeeded in classifying Covid-19 very well, as seen from the accuracy, Recall, Precision, F1-Score and Cohen Kappa values above 90%

    Nonparametric Regression Analysis of BE4DBE2 Relationship with n and z Variables using Naive Bayes and SVM Classification on Nuclear Data

    Full text link
    This research article describes several analyses of nuclear data using various statistical methods. The first analysis uses linear regression to investigate the relationship between the independent variables (n and z) and the response variable (BE4DBE2). The second analysis uses a nonparametric regression model to overcome the assumptions of normality and linearity in the data. The third analysis uses the Naive Bayes method to classify nuclear data based on variables n and z. The fourth analysis uses a decision tree to classify nuclear data based on the same variables. Finally, the article describes an SVM analysis and a K-means analysis to classify and group nuclide data. The article presents clear and organized descriptions of each analysis, including visual representations of the results. The findings of each analysis are discussed, providing valuable insights into the relationships between the variables and the response variable. The article demonstrates the usefulness of statistical methods in analyzing nuclear data

    Development Of A Cloud-Based Condition Monitoring Scheme For Distribution Transformer Protection

    Full text link
    Distribution transformers are a necessity to ensure a reliable power supply to consumers and their inability to function properly or even breakdown should be avoided due to the high cost of replacing them. Distribution transformers are large in numbers and randomly distributed in cities and there is a need to accurately monitor their daily/hourly performance. To achieve this, real-time monitoring of the transformer’s health status is proposed rather than the use of the traditional approach involving physical inspection and testing which is slow, tedious and time-consuming. This paper presents a cloud-based monitoring scheme applied to a prototype distribution transformer. A 10kVA, 0.415 kV prototype distribution transformer has been acquired and connected to three residences for data acquisition. A data acquisition system has been developed to monitor and record the parameters of the prototype transformer for 14 days. The parameters, monitored in real-time include load current, phase voltage, transformer oil level, ambient temperature and oil temperature. The acquired real-time data of the transformer is validated with the standard measuring instrument. An algorithm was developed to transmit and log the data to ThinkSpeak cloud server via node MCU (ESP 8266). Results obtained in this study, which can be visualized via the graphical user interface of ThinkSpeak, indicate that the proposed scheme can acquire vital data from the distribution transformers and transmit the information to the monitoring centre

    Implementation of Image Quality Improvement Methods and Lung Segmentation on Chest X-Ray Images Using U-Net Architectural Modifications

    Full text link
    COVID-19 is an infectious disease that causes acute respiratory distress syndrome due to the SARS-CoV-2 virus. Rapid and accurate screening and early diagnosis of patients play an essential role in controlling outbreaks and reducing the spread of this disease. This disease can be diagnosed by manually reading CXR images, but it is time-consuming and prone to errors. For this reason, this research proposes an automatic medical image segmentation system using a combination of U-Net architecture with Batch Normalization to obtain more accurate and fast results. The method used in this study consists of pre-processing using the CLAHE method and morphology opening, CXR image segmentation using a combination of U-Net-4 Convolution Block architecture with Batch Normalization, then evaluated using performance measures such as accuracy, sensitivity, specificity, F1-score, and IoU. The results showed that the U-Net architecture modified with Batch Normalization had successfully segmented CXR images, as seen from all performance measurement values above 94%

    Leaders and Followers Algorithm for Balanced Transportation Problem

    Full text link
    Leaders and Followers algorithm is a metaheuristic algorithm which uses two sets of solutions and avoid comparison between random exploratory sample solutions and the best solutions. In this paper, it is used to solve the balanced transportation problem. There are some modifications in the proposed algorithm in order to fit the algorithm to the problem. The proposed algorithm is evaluated using 138 problems. The results are better than the results obtained by other algorithm from previous studies. Overall, Leaders and Followers algorithm has no difficulty in finding optimal solution, even in problems that have large dimension, number of supply and number of demands

    Robot Vision Pattern Recognition of the Eye and Nose Using the Local Binary Pattern Histogram Method

    Full text link
    The local binary pattern histogram (LBPH) algorithm is a computer technique that can detect a person\u27s face based on information stored in a database (trained model). In this research, the LBPH approach is applied for face recognition combined with the embedded platform on the actuator system. This application will be incorporated into the robot\u27s control and processing center, which consists of a Raspberry Pi and Arduino board. The robot will be equipped with a program that can identify and recognize a human\u27s face based on information from the person\u27s eyes and nose. Based on the results of facial feature identification testing, the eyes were recognized 131 times (87.33%), and the nose 133 times (88.67%) out of 150 image data samples. From the test results, an accuracy rate of 88%, the partition rate of 95.23%, the recall of 30%, the specificity of 99%, and the F1-Score of 57.5% were obtained

    Littering Activities Monitoring using Image Processing

    Full text link
    Littering is a human behavior that become a habit since childhood. Even though there are rules that prohibit this behavior, the community still continues to do so. In order to limit this bad behavior, a device that can monitor and provide notifications is needed. In this research, proposed device can identify human activities by utilizing webcam-based image processing. It is processed by machine learning using the Recurrent Neural Network (RNN). The monitoring device produced in this research works by comparing the captured image data with dataset. The captured image data are extracted into figures and form several coordinate points on the human body. Then, the system classifies the human activities into two categories, i.e., normal or littering. This device will provide an output in the form of a ewarning every time the activity of littering is detected

    101

    full texts

    102

    metadata records
    Updated in last 30 days.
    ComEngApp-Journal
    Access Repository Dashboard
    Do you manage Open Research Online? Become a CORE Member to access insider analytics, issue reports and manage access to outputs from your repository in the CORE Repository Dashboard! 👇