p-Index From 2020 - 2025
21.821
P-Index
This Author published in this journals
All Journal TEKNIK INFORMATIKA JURNAL SISTEM INFORMASI BISNIS Voteteknika (Vocational Teknik Elektronika dan Informatika) Bulletin of Electrical Engineering and Informatics Jurnal Ilmiah Teknik Elektro Komputer dan Informatika (JITEKI) Explore: Jurnal Sistem Informasi dan Telematika (Telekomunikasi, Multimedia dan Informatika) Jurnal Teknologi Informasi dan Ilmu Komputer Jurnal Edukasi dan Penelitian Informatika (JEPIN) JUITA : Jurnal Informatika Jurnas Nasional Teknologi dan Sistem Informasi Khazanah Informatika: Jurnal Ilmu Komputer dan Informatika Riau Journal of Computer Science JOIV : International Journal on Informatics Visualization Jurnal RESTI (Rekayasa Sistem dan Teknologi Informasi) International Journal of Artificial Intelligence Research RABIT: Jurnal Teknologi dan Sistem Informasi Univrab Jurnal Penelitian Pendidikan IPA (JPPIPA) Indonesian Journal of Artificial Intelligence and Data Mining Rang Teknik Journal ILKOM Jurnal Ilmiah MATRIK : Jurnal Manajemen, Teknik Informatika, dan Rekayasa Komputer Journal of Information Technology and Computer Engineering Jambura Journal of Informatics ComTech: Computer, Mathematics and Engineering Applications Jusikom: Jurnal Sistem Informasi Ilmu Komputer bit-Tech Systematics Jurnal Sistem informasi dan informatika (SIMIKA) Jurnal Sistim Informasi dan Teknologi Jurnal Informasi dan Teknologi Jurnal Informatika Ekonomi Bisnis Journal of Robotics and Control (JRC) Journal of Applied Engineering and Technological Science (JAETS) JATI (Jurnal Mahasiswa Teknik Informatika) Jurnal Ilmiah Manajemen Kesatuan Dinasti International Journal of Digital Business Management JUKI : Jurnal Komputer dan Informatika Jurasik (Jurnal Riset Sistem Informasi dan Teknik Informatika) Journal of Applied Data Sciences Jurnal Computer Science and Information Technology (CoSciTech) Journal of Applied Computer Science and Technology (JACOST) Journal of Computer Scine and Information Technology Bulletin of Computer Science Research Jurnal Penelitian Inovatif Jurnal Ipteks Terapan : research of applied science and education Jurnal Pustaka AI : Pusat Akses Kajian Teknologi Artificial Intelligence Jurnal Teknoif Teknik Informatika Institut Teknologi Padang Jurnal Komtekinfo Jurnal Sistim Informasi dan Teknologi Jurnal Administrasi Sosial dan Humaniora (JASIORA) Innovative: Journal Of Social Science Research e-Jurnal Apresiasi Ekonomi Jurnal Informatika Ekonomi Bisnis RJOCS (Riau Journal of Computer Science) SmartComp Kesatria : Jurnal Penerapan Sistem Informasi (Komputer dan Manajemen) JR : Jurnal Responsive Teknik Informatika Jurnal Responsive Teknik Informatika
Claim Missing Document
Check
Articles

Found 3 Documents
Search
Journal : JOIV : International Journal on Informatics Visualization

The Use of Hyperparameter Tuning in Model Classification: A Scientific Work Area Identification Rahmi, Nadya Alinda; Defit, Sarjon; Okfalisa, -
JOIV : International Journal on Informatics Visualization Vol 8, No 4 (2024)
Publisher : Society of Visual Informatics

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.62527/joiv.8.4.3092

Abstract

This research aims to investigate the effectiveness of hyperparameter tuning, particularly using Optuna, in enhancing the classification performance of machine learning models on scientific work reviews. The study focuses on automating the classification of academic papers into eight distinct fields: decision support systems, information technology, data science, technology education, artificial intelligence, expert systems, image processing, and information systems. The research dataset comprises reviews of scientific papers ranging from 150 to 500 words, collected from the repository of Universitas Putra Indonesia YPTK Padang. The classification process involved the application of the TF-IDF method for feature extraction, followed using various machine learning algorithms including SVM, MNB, KNN, and RF, with and without the integration of SMOTE for data balancing and Optuna for hyperparameter optimization. The results show that combining SMOTE with Optuna significantly improves the accuracy, precision, recall, and F1-score of the models, with the SVM algorithm achieving the highest accuracy at 90%. Additionally, the research explored the effectiveness of ensemble methods, revealing that hard voting combined with SMOTE and Optuna provided substantial improvements in classification performance. These findings underscore the importance of hyperparameter tuning and data balancing in optimizing machine learning models for text classification tasks. The implications of this research are broad, suggesting that the methodologies developed can be applied to various text classification tasks in different domains. Future research should consider exploring other hyperparameter tuning techniques and ensemble methods to further enhance model performance across diverse datasets.
Development Extraction of Regional Features of Pleural Cavity Objects in Pneumothorax Lung X-ray Images by Dilation and Erosion Morphology Marfalino, Hari; Defit, Sarjon; Nurcahyo, Gunadi Widi
JOIV : International Journal on Informatics Visualization Vol 9, No 4 (2025)
Publisher : Society of Visual Informatics

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.62527/joiv.9.4.3387

Abstract

Image processing is a solution in the development of chest X-ray technology, starting from the image segmentation process as a preprocessing stage to separate the image object from the original background. Spontaneous pneumothorax (SP) is a type of air collection in the pleural cavity that develops without trauma. The diagnosis of pneumothorax has a sensitivity of approximately 25 to 75% using an anteroposterior chest x-ray, which still provides a dubious picture of pneumothorax. However, the development of the Region Feature algorithm with a new algorithm, namely RM Multy, has improved the accuracy. The RM Multy algorithm can calculate the area of the object, allowing it to produce the area of infiltration in the right lung, left lung, and the lung as a whole. The Region Feature results of the Pneumothorax obtained with the detected image area as many as 19 areas, for the pixel size of each area are 145, 355, 110, 31, 31, 52, 30, 36, 54, 122, 58, 23, 476, 77, 192, 24, 168, 263, 41 and 44. So the total pixels for 19 areas is 2301. The area converted to mm2 is 2301 x 0.04 mm2 = 92.04 mm2. Classification results on lungs with Pneumothorax and Normal by detection process with RM Multy using the CNN algorithm with an accuracy of 96.43%. This accuracy confirms the success of the system, which has been processed using a new algorithm. Therefore, further development is needed to improve detection accuracy in pneumothorax cases with smaller area sizes.
Development of extraction features for Detecting Adolescent Personality with Machine Learning Algorithms Wisky, Irzal Arief; Defit, Sarjon; Nurcahyo, Gunadi Widi
JOIV : International Journal on Informatics Visualization Vol 8, No 3-2 (2024): IT for Global Goals: Building a Sustainable Tomorrow
Publisher : Society of Visual Informatics

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.62527/joiv.8.3-2.3091

Abstract

This study aims to develop a Natural Language Processing (NLP)-based feature extraction algorithm optimized for personality type classification in adolescents. The algorithm used is TF-IDF + N-Gram Z, which combines Term Frequency-Inverse Document Frequency (TF-IDF) with the N-Gram Z technique to improve the feature representation of the analyzed text. TF-IDF functions to measure the importance of words in a document, while N-Gram Z enriches the context by considering the order of words that appear sequentially. The dataset in this study consists of 3,200 sentences generated by adolescent respondents through a survey designed to explore aspects of their personality. After the feature extraction process is complete, three variants of the Naïve Bayes method are applied for classification, namely Multinomial Naïve Bayes, Bernoulli Naïve Bayes, and Complement Naïve Bayes. Each variant has distinctive characteristics in handling certain data types, such as binomial and multinomial data. The results of the study show that the combined TF-IDF + N-Gram Z algorithm can produce highly representative features, as evidenced by high classification performance. The Multinomial Naïve Bayes and Complement Naïve Bayes variants each achieved 98% accuracy. These findings provide significant contributions to the development of NLP-based personality classification methods for Detecting Adolescent Personality. The combination of the TF-IDF + N-Gram Z algorithm with various Naïve Bayes variants produces an exceedingly high level of accuracy and can be applied in practice in the fields of psychology and adolescent education.
Co-Authors Abdul Azis Said Adawiyah, Quratih Adek Putri Adi Gunawan Adi Gunawan, Adi Adyanata Lubis, Adyanata Afriyadi, Iqbal Agus Perdana Windarto Agustin, Riris Ahmad Zaki Ahmad Zamsuri, Ahmad Akbar, Muhamad Rafi Akbar, Syifa Chairunnissa Deliva Am, Andri Nofiar Amran Sitohang Anam, M Khairul Andema, Henky Andin, Silfia Andri Nofiar Angga Putra Juledi Anthony Anggrawan Arda Yunianta ardialis Ariandi, Vicky Arif Budiman Arif Budiman Arika Juwita Z Asri Hidayad Ayunda, Afifah Trista Bastola, Ramesh Bosker Sinaga Breinda, Engla Bufra, Fanny Septiani Daeng Saputra Perdana Dahria, Muhammad Daniel Theodorus Dayla May Cytry Dendi Ferdinal Deno Yulfa Ardian Deti Karmanita Devita, Retno Dhena Marichy Putri Dila, Rahmah Dinda Permata Sukma Dwi Utari Iswavigra Dwiki Aulia Fakhri Efendi, Akmar Efendi, Muhamad Efrizoni, Lusiana Eka Praja Wiyata Mandala Elda, Yusma eriwandi Fadlul Hamdi Faisal Roza Fajrul Islami Fanny Septiani Bufra Fatimah, Noor Fauzan Azim Fauzana, Rahmi Fauzi Erwis Febri Aldi Febri Hadi Febrina, Yerri Kurnia Firdaus, Muhammad Bambang Fitriani, Yetti Fristi Riandari Fuad El Khair Gaja, Rizqi Nusabbih Hidayatullah Gunadi Widi Nurcahyo Gunadi Widi Nurcahyo, Gunadi Guslendra, Guslendra Hadiyanto, Tegas Halifia Hendri Handika, Yola Tri Haris Kurniawan Hartati, Yuli Hasmaynelis Fitri Haviluddin Haviluddin Hazlita, H Hendrik, Billy Hendro Budiantoro Hengki Juliansa Henky Andema Hermanto Hidayad, Asri Hidayat, Rahmadani Honestya, Gabriela Huda, Ramzil Ikhbal Salam, Riyan Indah Savitri Hidayat Indhira, Sonia INTAN NUR FITRIYANI Ira Nia Sanita Irsyad, As'Ary Sahlul Irzal Arief Wisky Ismail Virgo Jefdy Kurniawan Jeri Wandana Juansen, Monsya Jufri, Fikri Ramadhan Juledi, Angga Putra Junadhi, Junadhi Kareem, Shahab Wahhab Khairul Azmi Kurniawan, Jefdy Kurniawan, Mhd Hary Leony Lidya Lidya, Leoni Lubis, Fitri Amelia Sari Lubis, Siti Sahara Lusiana Lusiana M Syahputra M. Ibnu Pati M. Syahputra Malik, Rio Andika Mardayatmi, Suci Mardison Mardison Mardison Marfalino, Hari Meilinda Sari Meilinda Sari Melissa Triandini Menhard, Menhard Mhd Hary Kurniawan Miftahul Hasanah Miftahul Hasanah, Miftahul Mike Zaimy Monsya Juansen MUHAMMAD TAJUDDIN Muhammad, L. J. Mulyanda, Sandy Nadya Alinda Rahmi Nandan Limakrisna Nanik Istianingsih Nori Sahrun, Nori Novi Yanti Nurcahyo, Gunadi Nurcahyo, Gunadi Widi Nurdin, Yogi K Nurhadi Nurhidayat Nursyahrina Okfalisa, - Okmarizal, Bisma Olivia, Ladyka Febby Pandu Pratama Putra, Pandu Pratama Parinduri, Rezti Deawinda Pati, Muhammad Ibnu Pebriyanti, Defi Pratiwi, Mutiana Pulungan, Akhiruddin Purnomo, Nopi Putra, Akmal Darman Putra, Rahman Arief Putra, Surya Dwi Putri, Adek Putri, Dhena Marichy Putri, Yozi Aulia Putut Wicaksono, Putut R Rahmiyanti Radillah, Teuku Rafika Sani Rafiska, Rian Rahmad Aditiya Rahmad Rahmad Rahman Arief Putra Rahmi, Nadya Alinda Ramadhan, Mukhlis Ramadhanu, Agung Ramdani Bayu Putra Rani, Larissa Navia Refina Afindania, Pipin Resnawita, R Rezki - Rezki Rusydi Rian Kurniawan Rianti, Eva Ritna Wahyuni Rizki Mubarak Roza Marmay Roza, Yesi Betriana Rusdianto Roestam Rustam, Camila S Sumijan Said, Abdul Azis Sandrawira Anggraini Sani, Rafikasani Saputra, Dhio Sari, Imrah Sari, Laynita Selfi Melisa Septiano, Renil Setiawan, Adil Sharon Shaza Alturky Siregar, Diffri Solihin Sitanggang, Sahat Sonang Slamet Riyadi Sofika Enggari Sovia, Rini Sri Dewi Sri Dewi Sri Rahmawati Suci Mardayatmi Suhefi Oktarian Sumijan Sumijan Sumijan Sumijan Sumijan Sumijan Sumijan Sumijan Sumijan Sumijan Sumijan, S Suri, Ghea Paulina Surmayanti Surya Dwi Putra Suryani, Vivi Susandri, Susandri Susriyanti, Susriyanti Syafri Arlis Syafrika Deni Rizki, Syafrika Deni Syaljumairi, Raemon Syofneri, Nandel Tamaza, Muhammad Abyanda Teri Ade Putra Tesa Vausia Sandiva Tukino, Tukino Veri, Jhon Veza, Okta Virgo, Ismail Vitriani, Vitriani Wahyu, Fungki Wanto, Anjar Wenni Afrodita Weri Sirait Y Yuhandri Yamin, Abdul Yamin Yemi, Leonardo Yerri Kurnia Febrina Yetti Fitriani Yogi K. Nurdin Yoni Aswan Yuda Irawan Yuhandri Yuhandri Yuhandri Yuhandri, Yuhandri Yulasmi Yulasmi, Yulasmi Yuli Hartati Yulihartati, Sandra Yunus, Yuhandri Yusma Elda Zakir, Supratman Zia Rahimi, Hadisha Zulvitri, Z Zuqron, M. Iqbal Zurni Mardian