Claim Missing Document
Check
Articles

Found 2 Documents
Search

Rekognisi Huruf Tulisan Tangan Menggunakan Convolutional Neural Network Rahmawan, Fadhel; Habibi, Roni; Setyawan, M. Yusril Helmi
Jurnal Sistem Cerdas Vol. 6 No. 3 (2023)
Publisher : APIC

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.37396/jsc.v6i3.240

Abstract

The development of technology in the field of computer vision in recent years with the application of Technological developments in the field of computer vision in recent years with the application of convolutional neural networks have shown sophisticated performance with a high level of accuracy, such as object detection. The problem in the world of computer vision that has been looking for a solution for a long time is object classification in general images. How to duplicate the human ability to understand images, so that computers can recognize objects in images like humans. Therefore, the need for deep learning is one branch of machine learning where the algorithm used is inspired by the workings of the human brain. Some people may be more familiar with Convolution Neural Network. CNN is used to recognize and classify patterns in handwriting. The network assumes that the input used is an image. The network has a special layer called the convolution layer. In this layer, the images are inserted according to the predefined filters. In this study, various combinations of CNN architectural designs were carried out such as the number of convolution layers, stride size, number of epochs, type of kernel size optimizer. The research data comes from the National Institute of Standards and Technology (NIST) database, then the data is divided into three, namely 60% training data, 20% validation and 20% testing. The results of this experiment produce a very good accuracy value using 2 convolution layers, 50 epochs, with Adam optimizer producing an accuracy value of 99.5% when testing the model. Then evaluate the model using the confusion matrix, assigning a high value with an average value of 100% accuracy, while for the average value of precision with a value of 100%, for an average recall value of 100%, and finally an average value of f1 score of 100%.
Predicting Basic Shipping Tariff Using Machine Learning: Prediksi Tarif Dasar Pengiriman Menggunakan Machine Learning Harani, Nisa Hanum; Setyawan, M. Yusril Helmi; Ferdinan, Dani
NUANSA INFORMATIKA Vol. 19 No. 2 (2025): Nuansa Informatika 19.2 Juli 2025
Publisher : FKOM UNIKU

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.25134/ilkom.v19i2.388

Abstract

This study explores the application of machine learning algorithms in predicting the Basic Shipping Tariff for logistics, focusing on variables such as Item Price, Shipment Weight, and Distance (KM). Random Forest Regressor and Linear Regression models were used as comparison methods. Experimental results show that the Random Forest Regressor outperforms Linear Regression, achieving an R² value of 0.915 and RMSE of 0.154, while Linear Regression reached an R² value of 0.706 and RMSE of 0.113. Additionally, the Random Forest model achieved lower error values with MSE of 0.000 and MAE of 0.003, compared to Linear Regression with MSE of 0.001 and MAE of 0.007. These error metrics further highlight the superiority of the Random Forest model. In-depth analysis reveals significant relationships between these variables and the Basic Shipping Tariff, showcasing the model's potential application in dynamic pricing strategies within the Indonesian logistics industry. This study aims to contribute to operational efficiency and improve pricing accuracy in the logistics business in Indonesia.