cover
Contact Name
-
Contact Email
-
Phone
-
Journal Mail Official
-
Editorial Address
-
Location
Kab. ponorogo,
Jawa timur
INDONESIA
Fountain of Informatics Journal
ISSN : 25414313     EISSN : 25485113     DOI : -
Core Subject :
Fountain of Informatics Journal (FIJ), with registered ISSN 2541-4313 (Print), ISSN 2548-5113 (Online), and DOI 10.21111/fij, is a peer-reviewed journal published semi-annual (May and November) by Universitas Darussalam Gontor. The FIJ invites manuscripts in the various topics include, but not limited to, functional areas of the information system, software engineering, computer network and game technology.
Arjuna Subject : -
Articles 125 Documents
Retraction and Withdrawal of Manuscript: Peningkatan Performa LMS Moodle Menggunakan HAProxy Dan MariaDB: Retraction and Withdrawal of Manuscript Prakasa, Johan Ericka Wahyu
Fountain of Informatics Journal Vol. 8 No. 2 (2023): November
Publisher : Universitas Darussalam Gontor

Show Abstract | Download Original | Original Source | Check in Google Scholar

Abstract

Abstrak Moodle merupakan salah satu Learning Management System yang banyak digunakan di berbagai institusi pendidikan di dunia tidak terkecuali di Indonesia. Namun seringkali performa LMS Moodle menurun drastis ketika diakses oleh banyak pengguna sekaligus. Penelitian ini berfokus pada upaya untuk meningkatkan performa LMS Moodle dari sisi database dengan memanfaatkan fitur HAProxy dan Galera Cluster pada MariaDB yang digunakan oleh Moodle. Dari hasil penelitian ini menunjukkan bahwa performa LMS Moodle yang di install pada lingkungan server dengan multi-database menunjukkan peningkatan sampai dengan 260% jika dibandingkan dengan LMS Moodle yang di install pada lingkungan single-server. Kesimpulan yang dapat diambil dari penelitian ini adalah performa database sangat berpengaruh pada performa LMS Moodle secara keseluruhan. Kata kunci: moodle, peningkatan, performa, multi-database server, load-balancer   Abstract [Improving Moodle LMS Performance Using MariaDB Galera Cluster] Moodle is one of academic institutions' most used learning management systems worldwide. In most cases, Moodle's performance will significantly drop when many users use it simultaneously. This research focused on Moodle LMS performance optimization by using HAProxy and Galera Cluster features in MariaDB used by Moodle. Distributing databases to some servers shows performance optimization on multiple-database servers compared to a single database server up to 260% better. This research conclusion is Moodle LMS performance depends on database performance. The better database performance will increase overall Moodle LMS performance. Keywords: moodle, performance, optimization, multi-database server, load balancer
Klasifikasi COVID 19 dengan Metode EfficientNet berdasarkan CT scan Paru-paru Irsyad, Akhmad; Islamiyah; Amal, Fakhmul
Fountain of Informatics Journal Vol. 8 No. 2 (2023): November
Publisher : Universitas Darussalam Gontor

Show Abstract | Download Original | Original Source | Check in Google Scholar

Abstract

Abstrak Severe Acute Respiratory Syndrome Coronavirus 2 (SARS-CoV-2) adalah virus penyebab Covid-19. Covid-19 adalah virus mematikan yang oleh Organisasi Kesehatan Dunia (WHO) ditetapkan sebagai pandemi karena penyebarannya yang cepat. Dua metode yang kini paling sering digunakan untuk mendeteksi Covid-19 adalah Rapid Diagnostic Test (RDT) dan Real-Time Reverse Transcription Polymerase Chain Reaction (RT-PCR). Menemukan strategi baru yang cepat dan tepat sangat penting karena kedua strategi memiliki kelebihan dan kekurangan. Penggunaan CT scan untuk menemukan Covid-19 adalah salah satu metode yang direkomendasikan. Makalah ini merekomendasikan identifikasi Covid-19 pada gambar CT menggunakan EfficientNet B0 tampil lebih unggul dari model tanpa CLAHE. Untuk performa EfficientNet B0 dengan CLAHE, akurasi, F-measure, recall, dan precision adalah 91,95%, 92,06%, 92,43%, dan 91,69%..   Kata kunci: Covid-19, Klasifikasi, Deep Learning, EfficientNet   Abstract [Classification of COVID-19 using the EfficientNet Method Based on Lung CT Scan] Severe Acute Respiratory Syndrome Coronavirus 2 (SARS-CoV-2) is the virus that causes COVID-19. Covid-19 is a deadly virus that the World Health Organization (WHO) has designated as a pandemic due to its rapid spread. The two methods that are now most often used to detect COVID-19 are the Rapid Diagnostic Test (RDT) and Real-Time Reverse Transcription Polymerase Chain Reaction (RT-PCR). Finding a new strategy that is quick and precise is crucial since both strategies have benefits and drawbacks. The use of a CT scan to locate Covid-19 is one recommended method. This paper recommends identifying COVID-19 on CT images using EfficientNet B0 performs superior to the model without CLAHE. For the performance of EfficientNet B0 with CLAHE, accuracy, F-measure, recall, and precision are 91.95%, 92.06%, 92.43%, and 91.69%.   Keywords: Covid-19, Classification, Deep Learning, EfficientNet
Optimasi Parameter Random Forest Menggunakan Grid Search Untuk Analisis Time Series iskandar, dzikri
Fountain of Informatics Journal Vol. 8 No. 2 (2023): November
Publisher : Universitas Darussalam Gontor

Show Abstract | Download Original | Original Source | Check in Google Scholar

Abstract

Abstrak Dalam membeli dan menjual di bursa saham, prediksi harga saham memainkan peran penting bagi para investor. Namun, prediksi harga saham merupakan tantangan karena dipengaruhi oleh faktor-faktor yang sulit diprediksi, seperti kondisi pasar, kinerja perusahaan, dan berita ekonomi. Oleh karena itu, penelitian ini bertujuan untuk menganalisis deret waktu harga penutupan saham Microsoft Corporation menggunakan algoritma Random Forest (RF) dan mengoptimalkan parameter algoritma dengan menggunakan metode optimisasi grid parameter. Data yang digunakan meliputi rentang waktu dari 1 Maret 1986 hingga 25 Mei 2023 dengan total 9378 catatan dan 6 atribut. Setelah pengumpulan dan pemrosesan data, termasuk verifikasi nilai yang hilang, data dibagi menjadi data pelatihan dan pengujian menggunakan validasi pemisahan. Selain itu, validasi silang digunakan untuk membandingkan algoritma-algoritma dan memilih algoritma RF sebagai model terbaik berdasarkan nilai RMSE terendah. Tingkat optimalisasi parameter dicapai dengan mengoptimalkan parameter grid, dengan Jumlah pohon dan Kedalaman maksimal sebagai parameter yang dioptimalkan. Analisis Paired Two Sample T-Test juga mengungkapkan perbedaan yang signifikan antara RMSE sebelum dan setelah optimisasi. Kesimpulannya, penelitian ini memberikan kontribusi yang signifikan dalam penggunaan algoritma RF dan metode optimisasi parameter grid dalam analisis deret waktu harga penutupan, dengan potensi aplikasi yang signifikan dalam pengambilan keputusan investasi di pasar saham   Kata kunci: Microsoft Corporation, Optimize Parameter Grid, Prediksi, Random Forest, Time Series.   Abstract [Random Forest Parameter Optimization Using Grid Search for Time Series Analysis]. This study focuses on analyzing the Time Series of Microsoft Corporation stock closing prices and predicting future stock prices using the Random Forest (RF) algorithm. The research aims to address the challenges of stock price prediction due to unpredictable factors like market conditions, company performance, and economic news. The dataset used covers a period from March 1, 1986, to May 25, 2023, comprising 9378 records and 6 attributes. Data preprocessing involved handling missing values and splitting the data into training and testing sets using split validation. Cross-validation was employed to compare different algorithms, with the RF algorithm selected as the best model based on the lowest Root Mean Square Error (RMSE) value. The study further optimized the RF algorithm's parameters, specifically the number of trees and max depth, using the Optimize Parameter Grid method. The optimization process successfully demonstrated a significant improvement in RMSE through a Paired two-sample T-test analysis. Overall, this research contributes to the effective use of the RF algorithm and parameter optimization techniques for analyzing Time Series data, with potential applications in supporting investment decisions in the stock market.
Desain Aplikasi Pembelajaran Perangkat Jaringan Berbasis Augmented Reality Dengan Gamification Model Canvas Jaya, Tri Ika Jaya Kusumawati
Fountain of Informatics Journal Vol. 8 No. 2 (2023): November
Publisher : Universitas Darussalam Gontor

Show Abstract | Download Original | Original Source | Check in Google Scholar

Abstract

Abstrak Peranan materi pembelajaran dan cara penyajian materi pembelajaran dituntut untuk dapat menyesuaikan segala lini teknologi informasi. AR hadir sebagai jembatan pengetahuan virtual terhadap objek asli materi pembelajaran dapat lebih interaktif dengan disajikan menggunakan visualisasi nyata. Serious game dan taksonomi bloom merupakan salah satu bentuk evaluasi pemahaman peserta didik terhadap sajian materi pembelajaran. Materi pembelajaran pengenalan perangkat jaringan komputer merupakan materi pembelajaran umum yang sangat dibutuhkan pada zaman ini baik pelajar menengah, perguruan tinggi maupun masyarakat umum. Hal ini dikarenakan segala informasi yang beredar melalui media digital, sehingga pengetahuan jaringan komputer adalah penting. Namun masalah yang dihadapi adalah model penyampaian materi pengenalan perangkat dan jaringan komputer masih terbatas pada modul atau buku ajar tekstual, pemahaman serta keterampilan terbatas pada praktik secara langsung, permasalahan perkembangan teknologi pembelajaran berbasis learning dan penggunaan aplikasi mobile. Oleh karena itu dibutuhkan sebuah model materi pengenalan perangkat jaringan komputer menggunakan taksonomi bloom berbasis augmented realit. Dengan tujuan agar tercipta sebuah model materi pembelajaran interaktif yang tidak terbatas, aktual, mengasah keterampilan dan kemampuan melalui AR, serta disajikan dalam bentuk seperti asli berbasis augmented reality. Hasil model yang dibuat diharapkan mampu menjadi solusi pendidikan diera industri 4.0, dan dapat diterapkan mulai dari tingkat menengah maupun tingkat perguruan tinggi serta masyarakat umum. Selanjutnya, penelitian dilakukan melalui beberapa tahapan yaitu: (1) Studi literature serious game, augmented reality, serta perangkat jaringan komputer. (2) Studi kebutuhan pembelajaran perangkat jaringan komputer dengan menggunakan GMC (Gamification Model Canvas). (3) Pemodelan alur pembelajaran, konten materi, berdasarkan silabus. (4) Membuat rancangan aset 2D dan 3D sebagai landasan pembuatan materi pembelajaran. (5) Membuat rancangan proses pembelajaran yang menerapkan aplikasi serta modul. Hasil penelitian ini adalah prototype materi pembelajaran interaktif yang mampu memfisualisasikan bentuk nyata perangkat dan mempelajarinya tanpa harus memiliki atau menyentuh bentuk aslinya. Kata kunci: serious game, AR, taksonomi bloom, GMC, perangkat jaringan komputer   Abstract [Design of a Network Device Learning Application Based on Augmented Reality Using Canvas Model Gamification]. The role of learning materials and the way of presenting learning materials are required to be able to adapt to all lines of information technology. AR is present as a bridge of virtual knowledge of original objects, learning materials can be more interactive by being presented using real visualizations. Serious game and bloom taxonomy is a form of evaluating students' understanding of the presentation of learning material. Learning material for the introduction of computer network devices is general learning material that is very much needed at this time, both for middle students, universities, and the general public. This is because all the information circulates through digital media, so knowledge of computer networks is important. However, the problems encountered are that the delivery model for introducing device introduction material and computer networks is still limited to textual modules or textbooks, understanding, and skills are limited to hands-on practice, problems with the development of learning-based learning technology, and the use of mobile applications. Therefore we need a material model for introducing computer network devices using augmented reality-based bloom taxonomy. To create an interactive learning material model that is unlimited, actual, hones skills and abilities through AR, and is presented in an original form based on augmented reality. The results of the model created are expected to be an educational solution in the industrial era 4.0 and can be applied starting from the secondary level and the tertiary level as well as the general public. Furthermore, the research was carried out through several stages, namely: (1) Literature study of serious games, augmented reality, and computer network devices. (2) Study of the learning needs of computer network devices using GMC (Gamification Model Canvas). (3) Modeling learning flow, and material content, based on the syllabus. (4) Designing 2D and 3D assets as the basis for making learning materials. (5) Designing a learning process that applies applications and modules. The results of this study are prototypes of interactive learning materials that can visualize the real form of the device and study it without having to own or touch the original form. Keywords: serious game, AR, bloom taxonomy, GMC, computer network device
Penerapan Algoritma K-Means Clustering Dalam Pengelompokan Data Penjualan Pada Pabrikan Mobil Toyota Indonesia Firdaus, Novemli
Fountain of Informatics Journal Vol. 8 No. 2 (2023): November
Publisher : Universitas Darussalam Gontor

Show Abstract | Download Original | Original Source | Check in Google Scholar

Abstract

Abstrak Data Mining merupakan upaya untuk mengeksplorasi data yang telah dipilih dengan tujuan menemukan wawasan dan pengetahuan yang bermanfaat. Metode Clustering merupakan pendekatan non-hirarki yang digunakan untuk memisahkan objek-objek ke dalam satu atau lebih Cluster berdasarkan karakteristik data. Saat ini Algoritma K-Means Clustering banyak digunakan pada perusahaan - perusahaan berskala besar pada tahun 2022 perusahaan mobil Toyota telah menjual 300 ribu lebih unit mobil dari semua type, Hasil dari klasterisasi berakhir sampai iterasi ke 11 karena pada iterasi 11 mendapatkan hasil yang sama dengan iterasi sebelumnya yaitu iterasi 10, Dalam pengelompokan penjualan mobil, terdapat tiga kelompok, yaitu C0 (Kurang Diminati), C1 (Diminati), dan C2 (Sangat Diminati). dapat di lihat pada Tabel 4.20. Dari kelompok mobil yang ada dapat dilihat bagaimana tingkat minat konsumen atau pembeli terhadapan produk mobil toyota sehingga perusahaan dapat menyesuaikan produk mana yang ingin dijadikan prioritas untuk dipasarkan, untuk mobil-mobil yang kurang diminati perusahaan bisa melakukan evaluasi baik dari segi kualitas produk, pemasaran, iklan, dan harga yang kompetitif sehingga dapat menimbulkan daya tarik bagi pembeli serta mampu bersaing dengan kompetitor-kompetitor produk sejenis. Kata kunci: Data Mining, Algoritma K-Means Clustering, RapidMiner, Penjualan Mobil Toyota   Abstract [Application of the K-Means Clustering Algorithm in Grouping Sales Data at the Indonesian Toyota Car Manufacturer]. Data Mining is an attempt to explore selected data with the aim of finding useful insights and knowledge. The Clustering method  is a non-hierarchical approach used to separate objects into one or more clusters based on data characteristics. Currently, the K-Means Clustering algorithm is widely used in large-scale companies in 2022 the Toyota car company has sold more than 300 thousand units of cars of all types, The results of clustering end until the 11th iteration because in iteration 11 it gets the same results as the previous iteration, namely iteration 10, In the grouping of car sales, there are three groups,  namely C0 (Less Desirable), C1 (Desirable), and C2 (Highly Desirable). can be seen in Table 4.20. From the existing car group, it can be seen how the level of consumer interest or buyers in front of Toyota car products so that the company can adjust which products want to be a priority to be marketed, for cars that are less desirable the company can evaluate both in terms of product quality, marketing, advertising, and competitive prices so that it can cause attraction for buyers and be able to compete with competitors of similar products. Keywords- Data Mining, Algoritma K-Means Clustering, RapidMiner, Toyota Car Sales
Penerapan Algoritma K-Means Clustering dalam Analisis Tes Potensi Akademik di Universitas Mercu Buana Berdasarkan Skor Tes Nur, Nur Umar Azaliy Awal; Dwiasnati, Saruni
Fountain of Informatics Journal Vol. 9 No. 1 (2024): Mei 2024
Publisher : Universitas Darussalam Gontor

Show Abstract | Download Original | Original Source | Check in Google Scholar

Abstract

Abstrak Penelitian ini membahas tentang pengelompokan nilai Tes Potensi Akademik di salah satu kampus, yaitu Universitas Mercu Buana. Karena banyaknya potensi dari mahasiswa yang tidak terlihat, jadi dengan melakukannya pengelompokan data kredit skor dari hasil tes potensi yang telah dilakukan saat pendaftaran masuk Universitas, di harapkan Mahasiswa kedepannya mampu memberikan hasil yang sangat cocok dengan pengelompokan cluster yang telah di dapatkan hasilnya pada penelitian kali ini. Dalam metode K-Means Clustering, data yang memiliki karakteristik yang sama dalam satu kelompok dan memiliki data karakteristik yang berbeda dengan kelompok lain akan dikelompokan dalam satu cluster. Pada penelitian yang dilakukan menggunakan 4 cluster, dengan jumlah data mahasiswa yaitu 1222, dengan persentase masing-masing kategori Jurusan Informatika 2019 (12.6%), Informatika 2020 (27.9%), Informasi 2019 (9%), dan Informasi 2020 (50.4%). Hasil pengujian pada cluster nantinya akan menampilkan gambar hasil visualisasi dan perhitungan pada cluster akan menggunakan scikit-learn. Dari penelitian ini di harapkan sebagai bahan masukan dengan harapan dapat memberikan motivasi kepada seluruh pelajar di Indonesia agar lebih bisa mengasah kemampuan belajar. Kata kunci: Tes Potensi Akademik, Mahasiswa Universitas Mercu Buana, K-Means Cluster, Elbow Method.   Abstract [Implementation of K-Means Clustering Algorithm in Academic Potential Test Analysis at Mercu Buana University Based on Test Scores] This research discusses the clustering of Academic Potential Test scores at one campus, namely Mercu Buana University. Due to the hidden potential of students, the data is grouped by credit score from the potential test conducted during university admission registration. It is hoped that future students will be able to produce results that match the obtained cluster grouping from this research. In the K-Means Clustering method, data with similar characteristics within one group and different characteristics from other groups are grouped into one cluster. The study used 4 clusters with a total of 1222 student data, with percentages for each category: Informatics 2019 (12.6%), Informatics 2020 (27.9%), Information 2019 (9%), and Information 2020 (50.4%). The testing results will display visualized outcomes, and the cluster calculations will use scikit-learn. This research aims to provide input and motivation for all students in Indonesia to sharpen their learning abilities. Keywords: Academic Potential Test, Mercu Buana University students, K-Means Cluster, Elbow Method.
Pemanfaatan Rest Api Sebagai Arsitektur Komunikasi Untuk Peningkatan Unjuk Kerja Sistem Informasi Sekolah Terpadu Muhamad Ilham, Lukman; Hermanto, Agus
Fountain of Informatics Journal Vol. 9 No. 1 (2024): Mei 2024
Publisher : Universitas Darussalam Gontor

Show Abstract | Download Original | Original Source | Check in Google Scholar

Abstract

Abstrak Sistem informasi telah dimanfaatkan dalam berbagai sektor, salah satunya yaitu sektor pendidikan. SDIT BISA Jakarta Barat merupakan salah satu lembaga pendidikan yang memanfaatkan sistem informasi dalam bentuk website. Peneliti merasa bahwa sistem informasi dalam bentuk website masih bisa ditingkatkan unjuk kerjanya. Dalam upaya meningkatkan unjuk kerjanya, peneliti mengembangkan sistem informasi tersebut ke dalam bentuk aplikasi Android dengan memanfaatkan REST API sebagai arsitektur komunikasi antara aplikasi dengan server. Penelitian ini meneliti 3 aspek yaitu b Kata kunci: Android, REST API, Sistem Informasi   Abstract [Utilization of REST API as Communication Architecture for Performance Improvement of Integrated School Information System] Information systems have been used in various sectors, one of which is the education sector. SDIT BISA West Jakarta is one of the educational institutions that uses information systems through websites. Researchers feel that the performance of information systems in the form of a website can still be improved. To improve its performance, researchers developed the information system into an Android application by utilizing the REST API as a communication architecture between the application and the server. This research examines 3 aspects, namely how to develop an Android-based Integrated School Information System using the REST API, how to implement an Android-based Integrated School Information System using the REST API, and how to improve the performance of the Integrated School Information System using the REST API. The stages of this research are application development, indicator search, indicator testing, and evaluation of test results. This research uses 10 indicators, namely Usability, Functionality, Reliability, Portability, Integrity, Supportability, Correctness, Maintainability, Interoperability, and Efficiency. The results showed that 6 indicators (Usability, Functionality, Portability, Supportability, Correctness, and Maintainability) have increased, 2 indicators (Integrity and Interoperability) have not changed, and 2 (Reliability and Efficiency) indicators have decreased. Keywords: Android, Information System, REST API
Implementasi Metode Naive Bayes pada Sistem Diagnosis Penyakit Mata (Studi Kasus Poli Mata Rumah Sakit Islam Jemursari Surabaya): Implementation of Naive Bayes Method on Eye Disease Diagnosis System (Ophthalmology Poly Case Study at Jemursari Islamic Hospital Surabaya) Raihan Febrianto Grahadi; Rokhmatul Insani; Berlian Rahmy Lidiawaty
Fountain of Informatics Journal Vol. 9 No. 1 (2024): Mei 2024
Publisher : Universitas Darussalam Gontor

Show Abstract | Download Original | Original Source | Check in Google Scholar

Abstract

Abstrak Lamanya waktu tunggu dalam pemeriksaan dokter mata di rumah sakit dapat meningkatkan risiko terpapar infeksi virus lain. Maka dari itu diperlukannya sebuah sistem diagnosis yang cepat, akurat dan efektif untuk mengurangi lamanya waktu tunggu. Oleh karena itu, penelitian ini bertujuan untuk membuat sistem diagnosis penyakit mata berbasis web dengan menggunakan metode klasifikasi Naïve Bayes. Sistem dikembangkan dengan mengambil dataset berupa data rekam medik pasien sebanyak 6074 data. Atribut pada dataset yang akan digunakan dalam sistem ini meliputi umur, jenis kelamin, keluhan, dan diagnosis. Sistem ini dibangun dengan metode Naïve Bayes sebagai algoritma data mining yang menggunakan bahasa pemrograman Python sebagai tools pengolahan data. HTML, CSS, JS, dan PHP sebagai bahasa pemrograman pembangun website yang digunakan sebagai tempat visualisasi dan inputan data oleh user yang didukung MySQL sebagai database penyimpanan data. Hasil yang didapatkan dari sistem diagnosis penyakit mata berbasis web dengan perbandingan metode Gaussian Naïve Bayes dan Bernoulli Naïve Bayes ini mampu mendapatkan akurasi sebesar 93.42 % dan 90.79%, sehingga menjadi sistem pendukung keputusan yang dapat membantu dokter dalam mengambil keputusan diagnosis penyakit mata pasien. Dengan adanya sistem ini, dapat mempermudah proses diagnosis penyakit mata serta dapat membantu dokter dalam mengambil keputusan yang tepat dalam waktu singkat. Kata kunci: Klasifikasi Penyakit Mata, Sistem Diagnosis Penyakit Mata, Naïve Bayes   Abstract [Implementation of Naive Bayes Method on Eye Disease Diagnosis System (Ophthalmology Poly Case Study at Jemursari Islamic Hospital Surabaya)] The waiting time during an eye doctor's examination at the hospital can increase the risk of exposure to other virus infections. Therefore, a fast, accurate, and effective diagnostic system is needed to reduce waiting time. This study aims to develop a web-based eye disease diagnosis system using the Naïve Bayes classification method. The system was developed using a dataset consisting of 6074 patient medical records. The attributes of the dataset used in this system include age, gender, complaints, and diagnosis. The system was built using the Naïve Bayes method as a data-mining algorithm using the Python programming language for data processing. HTML, CSS, JS, and PHP are website builder programming languages used for visualization and data input by users, supported by MySQL as the data storage database. The results obtained from the web-based eye disease diagnosis system with a comparison of Gaussian Naïve Bayes and Bernoulli Naïve Bayes methods achieved accuracies of 93.42% and 90.79%, respectively, making it a decision support system that can assist doctors in making diagnoses of patients' eye diseases. With this system, the process of diagnosing eye diseases can be simplified and doctors can be assisted in making the right decisions in a short time. Keywords: Classification of Eye Diseases, System for Diagnosing Eye Diseases, Naïve Bayes.
Pemodelan Sistem Dinamik Mitigasi Banjir Untuk Mengurangi Luas Sawah Terdampak Banjir Di Jawa Timur: A System Thinking Approach Riski, Raulia; Anisa Dzulkarnain; Adzanil Rachmadhi Putra; Julieta Arneysa Nixieshakira; Siti Nur Fadhilah; Yanuar Cahyo Eko Wahana
Fountain of Informatics Journal Vol. 9 No. 1 (2024): Mei 2024
Publisher : Universitas Darussalam Gontor

Show Abstract | Download Original | Original Source | Check in Google Scholar

Abstract

Abstrak Indonesia merupakan salah satu negara Agraris terbesar di dunia, yang artinya sebagian besar penduduk Negara Indonesia bekerja di sektor pertanian, termasuk di Jawa Timur. Salah satu media databooks juga mencatatkan bahwa Jawa Timur adalah provinsi dengan luas lahan pertanian seluas 1.7 hektare. Namun sayangnya, Jawa Timur juga tercatat sebagai daerah yang sering terjadi banjir. Dimana tercatat sejumlah 211 kasus banjir yang melanda Jawa Timur pada tahun 2022. Beberapa kasus banjir yang terjadi juga mempengaruhi rasio jumlah lahan pertanian produktif yang ada di area Jawa Timur. Penelitian ini mengadopsi metode System Dynamic untuk mengidentifikasi faktor aktor-faktor yang mempengaruhi banjir, terutama pada sektor pertanian, kemudian mengidentifikasi penanganan dan pencegahan banjir tersebut untuk mengurangi jumlah sawah yang terdampak. Penelitian ini merupakan penelitian deskriptif kualitatif dengan sumber data primer maupun sekunder dari website pemerintah maupun jurnal terdahulu. Penelitian ini disajikan dalam bentuk analisis diagram kausatik mengenai mitigasi banjir pada sektor pertanian di Jawa Timur. Hasil penelitian menunjukkan ada tujuh submodel yang saling mempengaruhi dalam sistem mitigasi bencana banjir dalam penelitian ini, yaitu economic vulnerability, physical vulnerability, flood vulnerability, social vulnerability, adaptive capacity, flood risk, dan flood hazard. Kata kunci: mitigasi bencana banjir, sawah, sistem dinamik, pemodelan, diagram kausatik   Abstract [System Dynamics Model of Flood Mitigation to Reduce the Flood-Affected Rice Fields Area in East Java: A System Thinking Approach] Indonesia is one of the largest agricultural countries in the world, which means that the majority of the Indonesian population works in the agricultural sector, including in East Java. One of the media databooks also noted that East Java is a province with an agricultural land area of 1.7 hectares. However, unfortunately, East Java is also listed as an area that frequently experiences flooding. A total of 211 cases of flooding were recorded that hit East Java in 2022. Several cases of flooding that occurred also affected the ratio of the amount of productive agricultural land in the East Java area. This research adopts the System Dynamic method to identify the factors that influence flooding, especially in the agricultural sector, then identify the handling and prevention of flooding to reduce the number of affected rice fields. This research is a qualitative descriptive study with primary and secondary data sources from government websites and previous journals. This research is presented in the form of a causal diagram analysis regarding flood mitigation in the agricultural sector in East Java. The research results show that there are seven sub-models that influence each other in the flood disaster mitigation system in this research, namely economic vulnerability, physical vulnerability, flood vulnerability, social vulnerability, adaptive capacity, flood risk, and flood hazard. Keywords: flood mitigation, rice field, system dynamics, modeling, causal diagram
Enhancing Covid-19 Diagnosis: Glrlm Texture Analysis And Kelm For Lung X-Ray Classification Novitasari, Dian C Rini; Ramadanti , Alvin Nuralif; Haq, Dina Zatusiva
Fountain of Informatics Journal Vol. 9 No. 1 (2024): Mei 2024
Publisher : Universitas Darussalam Gontor

Show Abstract | Download Original | Original Source | Check in Google Scholar

Abstract

Abstrak This study aims to diagnose COVID-19 using GLRLM feature extraction, known for its high accuracy, and optimize Kernel Extreme Learning Machine (KELM) with Genetic Algorithm (GA) for improved computational efficiency, along with Principal Component Analysis (PCA) for data reduction. The gamma values in KELM are optimized using GA, yielding the best solution function. Results reveal that at angles of 0°, 45°, and 135°, the optimal gamma value with KELM is 1, while at 90°, GA determines it to be 1.35. This adjustment demonstrates the critical role of gamma values in achieving optimal performance. Performance analysis of various classification methods demonstrates that GLRLM-PCA-Optimized KELM outperforms others, achieving an accuracy exceeding 97%, particularly notable at 90° angles. This study shows that the importance of hyperparameter optimization in enhancing classification accuracy, revealing a significant improvement of over 1% compared to non-optimized models. Kata kunci: COVID-19, GLRLM, KELM, Feature Reduction, PCA   Abstract Penelitian ini bertujuan untuk mendiagnosis COVID-19 menggunakan ekstraksi fitur GLRLM yang dikenal dengan akurasi tinggi, dan mengoptimalkan Kernel Extreme Learning Machine (KELM) dengan Algoritma Genetika (GA) untuk meningkatkan efisiensi komputasi, bersama dengan Principal Component Analysis (PCA) untuk reduksi data. Nilai gamma dalam KELM dioptimalkan menggunakan GA, menghasilkan fungsi solusi terbaik. Hasil penelitian menunjukkan bahwa pada sudut 0°, 45°, dan 135°, nilai gamma optimal dengan KELM adalah 1, sedangkan pada 90°, GA menentukan nilainya menjadi 1,35. Penyesuaian ini menunjukkan peran penting nilai gamma dalam mencapai kinerja optimal. Analisis kinerja berbagai metode klasifikasi menunjukkan bahwa GLRLM-PCA-KELM yang Dioptimalkan mengungguli yang lain, mencapai akurasi lebih dari 97%, terutama mencolok pada sudut 90°. Studi ini menyoroti pentingnya optimasi hyperparameter dalam meningkatkan akurasi klasifikasi, mengungkapkan peningkatan signifikan lebih dari 1% dibandingkan dengan model KELM konvesional. Keywords: COVID-19, GLRLM, KELM, Feature Reduction, PCA

Page 11 of 13 | Total Record : 125