Claim Missing Document
Check
Articles

Found 13 Documents
Search
Journal : EMITTER International Journal of Engineering Technology

Classification Algorithms of Maternal Risk Detection For Preeclampsia With Hypertension During Pregnancy Using Particle Swarm Optimization Muhlis Tahir; Tessy Badriyah; Iwan Syarif
EMITTER International Journal of Engineering Technology Vol 6 No 2 (2018)
Publisher : Politeknik Elektronika Negeri Surabaya (PENS)

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (565.13 KB) | DOI: 10.24003/emitter.v6i2.287

Abstract

Preeclampsia is a pregnancy abnormality that develops after 20 weeks of pregnancy characterized by hypertension and proteinuria.  The purpose of this research was to predict the risk of preeclampsia level in pregnant women during pregnancy process using Neural Network and Deep Learning algorithm, and compare the result of both algorithm. There are 17 parameters that taken from 1077 patient data in Haji General Hospital Surabaya and two hospitals in Makassar start on December 12th 2017 until February 12th 2018. We use particle swarm optimization (PSO) as the feature selection algorithm. This experiment shows that PSO can reduce the number of attributes from 17 to 7 attributes. Using LOO validation on the original data show that the result of Deep Learning has the accuracy of 95.12% and it give faster execution time by using the reduced dataset (eight-speed quicker than the original data performance). Beside that the accuracy of Deep Learning increased 0.56% become 95.68%. Generally, PSO gave the excellent result in the significantly lowering sum attribute as long as keep and improve method and precision although lowering computational period. Deep Learning enables end-to-end framework, and only need input and output without require for tweaking the attributes or features and does not require a long time and complex systems and understanding of the deep data on computing.
Hospital Length of Stay Prediction based on Patient Examination Using General features Rabiatul Adawiyah; Tessy Badriyah; Iwan Syarif
EMITTER International Journal of Engineering Technology Vol 9 No 1 (2021)
Publisher : Politeknik Elektronika Negeri Surabaya (PENS)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.24003/emitter.v9i1.609

Abstract

As of the year 2020, Indonesia has the fourth most populous country in the world. With Indonesia’s population expected to continuously grow, the increase in provision of healthcare needs to match its steady population growth. Hospitals are central in providing healthcare to the general masses, especially for patients requiring medical attention for an extended period of time. Length of Stay (LOS), or inpatient treatment, covers various treatments that are offered by hospitals, such as medical examination, diagnosis, treatment, and rehabilitation. Generally, hospitals determine the LOS by calculating the difference between the number of admissions and the number of discharges. However, this procedure is shown to be unproductive for some hospitals. A cost-effective way to improve the productivity of hospital is to utilize Information Technology (IT). In this paper, we create a system for predicting LOS using Neural Network (NN) using a sample of 3055 subjects, consisting of 30 input attributes and 1 output attribute. The NN default parameter experiment and parameter optimization with grid search as well as random search were carried out. Our results show that parameter optimization using the grid search technique give the highest performance results with an accuracy of 94.7403% on parameters with a value of Epoch 50, hidden unit 52, batch size 4000, Adam optimizer, and linear activation. Our designated system can be utilised by hospitals in improving their effectiveness and efficiency, owing to better prediction of LOS and better visualization of LOS done by web visualization.
Development of a Mobile Application for Plant Disease Detection using Parameter Optimization Method in Convolutional Neural Networks Algorithm Alwan Fauzi; Iwan Syarif; Tessy Badriyah
EMITTER International Journal of Engineering Technology Vol 11 No 2 (2023)
Publisher : Politeknik Elektronika Negeri Surabaya (PENS)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.24003/emitter.v11i2.808

Abstract

Plant diseases are a serious problem in agriculture that affects both the quantity and quality of the harvest. To address this issue, authors developed a mobile software capable of detecting diseases in plants by analyzing their leaves using a smartphone camera. This research used the Convolutional Neural Networks (CNN) method for this purpose. In the initial experiments, authors compared the performance of four deep learning architectures: VGG-19, Xception, ResNet-50, and InceptionV3. Based on the results of the experiments, authors decided to use the CNN Xception as it yielded good performance. However, the CNN algorithm does not attain its maximum potential when using default parameters. Hence, authors goal is to enhance its performance by implementing parameter optimization using the grid search algorithm to determine the optimal combination of learning rate and epoch values. The experimental results demonstrated that the implementation of parameter optimization in CNN significantly improved accuracy in potato plants from 96.3% to 97.9% and in maize plants from 87.6% to 93.4%.