p-Index From 2020 - 2025
7.785
P-Index
This Author published in this journals
All Journal International Journal of Evaluation and Research in Education (IJERE) Jurnal Kependidikan: Penelitian Inovasi Pembelajaran Jurnal Buana Informatika TELKOMNIKA (Telecommunication Computing Electronics and Control) Jurnal RESTI (Rekayasa Sistem dan Teknologi Informasi) Journal of Information Technology and Computer Science Cyberspace: Jurnal Pendidikan Teknologi Informasi INOVTEK Polbeng - Seri Informatika JURNAL TEKNIK INFORMATIKA DAN SISTEM INFORMASI JURNAL PENDIDIKAN TAMBUSAI JIPI (Jurnal Ilmiah Penelitian dan Pembelajaran Informatika) Antivirus : Jurnal Ilmiah Teknik Informatika Jutisi: Jurnal Ilmiah Teknik Informatika dan Sistem Informasi Progresif: Jurnal Ilmiah Komputer JUKANTI (Jurnal Pendidikan Teknologi Informasi) Jurnal JTIK (Jurnal Teknologi Informasi dan Komunikasi) Jurnal Mnemonic INFORMASI (Jurnal Informatika dan Sistem Informasi) JOURNAL OF INFORMATION SYSTEM RESEARCH (JOSH) Abdimasku : Jurnal Pengabdian Masyarakat Aiti: Jurnal Teknologi Informasi Jurnal Teknologi Informasi dan Komunikasi Jurasik (Jurnal Riset Sistem Informasi dan Teknik Informatika) Journal of Business and Audit Information System (JBASE) Jurnal Indonesia : Manajemen Informatika dan Komunikasi DECODE: Jurnal Pendidikan Teknologi Informasi Jurnal Minfo Polgan (JMP) Prosiding Seminar Nasional Sisfotek (Sistem Informasi dan Teknologi Informasi) IT-Explore: Jurnal Penerapan Teknologi Informasi dan Komunikasi Eduvest - Journal of Universal Studies SmartComp Jurnal Pendidikan Teknologi Informasi (JUKANTI) Jurnal Indonesia : Manajemen Informatika dan Komunikasi Kesatria : Jurnal Penerapan Sistem Informasi (Komputer dan Manajemen)
Claim Missing Document
Check
Articles

Found 2 Documents
Search
Journal : Jurnal RESTI (Rekayasa Sistem dan Teknologi Informasi)

Analisis Node dengan Centrality dan Follower Rank pada Twitter Evangs Mailoa
Jurnal RESTI (Rekayasa Sistem dan Teknologi Informasi) Vol 4 No 5 (2020): Oktober 2020
Publisher : Ikatan Ahli Informatika Indonesia (IAII)

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (573.906 KB) | DOI: 10.29207/resti.v4i5.2398

Abstract

Twitter is used to express about something that happened. In Indonesia since 2012, Twitter has been widely used for campaigns during regional or presidential elections. Apart from positive campaigns, negative campaigns and even black campaigns were carried out via Twitter, and tweets become twitwar. Twitter is a social network, so the data can be analyzed using a social network analysis approach. This research was conducted to analyze which nodes (actors) are influential using the degree, between, and closeness centrality methods, while the follower rank method is used for the analysis of popular actors in "# 4niesKingOfDrama". The data were 8895 nodes with 23257 edges taken from January 1 to February 20, 2020. The results showed that Degree Centrality was 212 with the actor who had the highest influence score was the account @ Bangsul__88 and actor @airin_nz was the actor with the highest popularity value with Follower Rank of 0.98211783. This study found that among the 10 main actors with the highest Degree Centrality values, there were several accounts that were buzzer accounts. The node (Actor) with the highest influence value is not necessarily the node with the highest popularity value.
Metaheuristics Approach for Hyperparameter Tuning of Convolutional Neural Network Purnomo, Hindriyanto; Tad Gonsalves; Evangs Mailoa; Santoso, Fian Julio; Pribadi, Muhammad Rizky
Jurnal RESTI (Rekayasa Sistem dan Teknologi Informasi) Vol 8 No 3 (2024): June 2024
Publisher : Ikatan Ahli Informatika Indonesia (IAII)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.29207/resti.v8i3.5730

Abstract

Deep learning is an artificial intelligence technique that has been used for various tasks. Deep learning performance is determined by its hyperparameter, architecture, and training (connection weight and bias). Finding the right combination of these aspects is very challenging. Convolution neural networks (CNN) is a deep learning method that is commonly used for image classification. It has many hyperparameters; therefore, tuning its hyperparameter is difficult. In this research, a metaheuristic approach is proposed to optimize the hyperparameter of convolution neural networks. Three metaheuristic methods are used in this research: ant colony optimization (ACO), genetic algorithm (GA), and Harmony Search (HS). The metaheuristics methods are used to find the best combination of 8 hyperparameters with 8 options each which creates 1.6. 107 of solution space. The solution space is too large to explore using manual tuning. The Metaheuristics method will bring benefits in terms of finding solutions in the search space more effectively and efficiently. The performance of the metaheuristic methods is evaluated using MNIST datasets. The experiment results show that the accuracy of ACO, GA and HS are 99,7%, 97.7% and 89,9% respectively. The computational times for the ACO, GA and HS algorithms are 27.9 s, 22.3 s, and 56.4 s, respectively. It shows that ACO performs the best among the three algorithms in terms of accuracy, however, its computational time is slightly longer than GA. The results of the experiment reveal that the metaheuristic approach is promising for the hyperparameter tuning of CNN. Future research can be directed toward solving larger problems or improving the metaheuristics operator to improve its performance.