Claim Missing Document
Check
Articles

Found 6 Documents
Search
Journal : Jurnal Informatika: Jurnal Pengembangan IT

Deteksi Malware menggunakan Metode Stacking berbasis Ensemble Fauzi Adi Rafrastara; Catur Supriyanto; Cinantya Paramita; Yani Parti Astuti
Jurnal Informatika: Jurnal Pengembangan IT Vol 8, No 1 (2023)
Publisher : Politeknik Harapan Bersama

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.30591/jpit.v8i1.4606

Abstract

Serangan malware kian hari kian memprihatinkan. Evolusi malware yang cepat dan semakin destruktif menimbulkan kekhawatiran bagi banyak pihak. Oleh karena itu, deteksi malware yang efektif sangat dibutuhkan. Data mining memainkan peran yang krusial dalam bidang ini, mengingat algoritma-algoritma yang ada pada data mining bisa dilatih hingga menghasilkan akurasi yang paling tinggi. Untuk mengklasifikasi suatu file, apakah tergolong malware atau tidak, dalam penelitian ini metode stacking digunakan karena dapat meningkatkan akurasi jika dibandingkan dengan algoritma-algoritma klasifikasi konvensional. Empat Algoritma dilibatkan dalam eksperimen yang dilakukan, yaitu: Neural Network, Random Forest, kNN, dan Logistic Regression. Tiga algoritma pertama digunakan sebagai classifier pada level 0, sementara itu Logistic Regression digunakan classifier pada level 1 (meta classifier).  Dengan kombinasi 4 algoritma tersebut, akurasi yang diperoleh adalah sebesar 98.7%, dan akurasi tersebut merupakan yang paling tinggi jika dibandingkan dengan masing-masing algoritma jika dieksekusi secara individual.
Pengembangan Sistem Klasifikasi Karakteristik Siswa Berbasis Website dengan menggunakan Algoritma C4.5 Cinantya Paramita; Fauzi Adi Rafrastara; Lisdi Inu Kencana
Jurnal Informatika: Jurnal Pengembangan IT Vol 8, No 1 (2023)
Publisher : Politeknik Harapan Bersama

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.30591/jpit.v8i1.4678

Abstract

Student characteristics are one of the attributes of knowing a student's thinking skills and academic abilities. In the process of teaching and learning, appropriate learning strategies must be applied to students. The Hippocrates-Galenus typology categorizes personality types into four different categories, namely sanguine, choleric, melancholic and phlegmatic. Classification of characteristics that use an approach to students based only on experience or intuition can produce inaccurate results and take a lot of time to process. A system with the ability to predict student characteristics is needed in order to be able to assess students more quickly. In this study, the C4.5 algorithm was implemented into a system that aims to carry out the process of classifying the characteristics of students. From the results of the tests carried out, the C4.5 algorithm obtains an accuracy of 90.08%. This shows it is able to classify student characteristics well by using the C4.5 algorithm
Pemanfaatan Algoritma K-Means untuk Membuktikan Implementasi Undang-Undang Pelanggaran Hukum Korupsi di Pengadilan Negeri Banjarmasin Cinantya Paramita; Fauzi Adi Rafrastara; catur Supriyanto
Jurnal Informatika: Jurnal Pengembangan IT Vol 8, No 2 (2023)
Publisher : Politeknik Harapan Bersama

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.30591/jpit.v8i2.5216

Abstract

This research aims to demonstrate the implementation of the Anti-Corruption Law in the Banjarmasin District Court by utilizing the K-Means algorithm. Corruption, which persists in Indonesia over a prolonged period, has reached a critical level, making it crucial to enforce the law fairly and firmly. In this study, the panel of judges in the Banjarmasin District Court was analyzed using the K-Means Clustering method and silhouette coefficient to decide corruption cases that result in state losses. The research findings indicate that the optimal number of clusters is 3, with a value of 0.686. However, there is also a lowest value among the 4 clusters, which is 0.454. These clusters are then divided into three categories of enforcement, namely cases that have been executed (108 cases), cases that will be executed (26 cases), and cases that have not been executed (2 cases). All clusters have a silhouette score of 0.742, indicating successful enforcement. This research provides concrete evidence that the panel of judges in the Banjarmasin District Court has implemented the Anti-Corruption Law while considering state losses. By utilizing the K-Means algorithm, this study also contributes to a better understanding of enforcement practices in the court. It is expected that the results of this research will support efforts to enhance the implementation of the Anti-Corruption Law in Indonesia, particularly in the Banjarmasin District Court
Klasifikasi Jeruk Nipis Terhadap Tingkat Kematangan Buah Berdasarkan Fitur Warna Menggunakan K-Nearest Neighbor Cinantya Paramita; Eko Hari Rachmawanto; Christy Atika Sari; De Rosal Ignatius Moses Setiadi
Jurnal Informatika: Jurnal Pengembangan IT Vol 4, No 1 (2019): JPIT, Januari 2019
Publisher : Politeknik Harapan Bersama

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.30591/jpit.v4i1.1267

Abstract

In the process of classification of lime fruit previously done manually using the human eye is a very difficult thing to do. This is proven by being inconsistent and subjective, causing a low level of accuracy. Sometimes there are also differences of opinion from the human eye to one another. Therefore, to increase the level of accuracy and reduce the subjectivity of the human eye, this study proposes the K-Nearest Neighbor algorithm to classify the maturity level of lime based on the skin color of the lime. In this study, the K values used were 1, 3, 5, 7 and 9 to test the search for Euclidean distance and cityblock distance distances on images with pixel sizes of 512x512, 256x256 and 128x128. In the prerosesing stage, the extraction feature process uses mean RGB. The research that has been done proves that with Euclidean distance distance k = 3 and k = 7 has a percentage value of 92% and the cityblock distance distance k = 1 and k = 3 has a percentage value of 88%. Based on the level of accuracy possessed, the color feature k = 3 shows the best k value in the classification of the maturity level of the lime fruit.
Aplikasi Prediksi IHSG Berbasis Web Dengan Integrasi Multi-Algoritma Dwi Eko Waluyo; Cinantya Paramita; Hayu Wikan Kinasih; Dewi Pergiwati; Fauzi Adi Rafrastara
Jurnal Informatika: Jurnal Pengembangan IT Vol 9, No 2 (2024)
Publisher : Politeknik Harapan Bersama

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.30591/jpit.v9i2.6193

Abstract

The four regression algorithms used in predicting the Composite Stock Price Index (IHSG) have contributed significantly, as the test results show that the Decision Tree algorithm outperforms k-Nearest Neighbor, Linear Regression, and Random Forest, especially in terms of Mean Squared Error (MSE) and R2 score. The stages of data collection, pre-processing, and modeling, followed by model performance measurement, have provided valuable insights into the effectiveness of each algorithm. The success of the Decision Tree in this testing has further propelled its development into a web-based application. This conversion process, following the outlined flowchart, integrates various essential aspects of the model, including user interface and back-end integration, ensuring that the application can be accessed and used efficiently and effectively. Furthermore, the black box testing and User Acceptance Testing (UAT) results, using the Mean Opinion Score (MOS), enhance the validity and reliability of the application. Black box testing involving 2 features with 37 steps demonstrates the system's effectiveness in producing valid outputs, from the initial menu display to the prediction results. Additionally, UAT involving students and entrepreneurs as respondents provides in-depth insights into user acceptance. With a focus on functionality at 97.08%, reliability at 96.09%, and usability at 98.09%, UAT yields high scores in all three aspects, with usability achieving the highest score. These results not only confirm the efficiency of the system in performing its functions but also indicate a high level of user satisfaction, strongly suggesting the potential for widespread adoption of this application in the future.
Komparasi dan Implementasi Algoritma Regresi Machine Learning untuk Prediksi Indeks Harga Saham Gabungan Dwi Eko Waluyo; Hayu Wikan Kinasih; Cinantya Paramita; Dewi Pergiwati; Rajendra Nohan; Fauzi Adi Rafrastara
Jurnal Informatika: Jurnal Pengembangan IT Vol 9, No 1 (2024)
Publisher : Politeknik Harapan Bersama

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.30591/jpit.v9i1.6105

Abstract

Indeks Harga Saham Gabungan (IHSG) or Indonesia Composite Index (ICI) is part of the macro indicators of a country that describes the economic condition of a country. ICI is an interesting study to research since its existence will be able to show market sentiment regarding an event that occurred in a country. This research tries to predict the ICI in the future based on historical data. The dataset used in this research is publicly available in Yahoo Finance. The experiment is conducted by implementing some regression machine learning algorithms, such as Decision Tree, Random Forest, k-Nearest Neighbor (kNN), and Linear Regression. As a result, Decision Tree has the lowest MSE value compared to other methods: 1268.242. In this research, a website-based application prototype was also developed that can be used to view IHSG graphs and make future predictions, using the 4 (four) tested algorithms.