Claim Missing Document
Check
Articles

Found 2 Documents
Search

Product Quality Classification Based on Machine Learning in the Quality Control System of the Laser Metal Deposition Process Elok Fiola; Rahma Neliyana; Try Yani Rizki Nur Rohmah; M. Syamsuddin Wisnubroto; Fajri Farid
Telcomatics Vol. 10 No. 2 (2025)
Publisher : Universitas Internasional Batam

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.37253/telcomatics.v10i2.11432

Abstract

Industry 4.0 revolutionizes modern manufacturing by enabling the active integration of smart sensors and machine learning to optimize product quality control systems. This research focuses on classifying product quality in the Laser Metal Deposition (LMD) process by applying three machine learning algorithms, namely Decision Tree (DT), Random Forest (RF), and Support Vector Machine (SVM). The dataset consists of four numerical sensor variables, including Optical Sensor, Laser Power, Pressure, and Temperature, with Defect Label as the binary target variable. The Synthetic Minority Oversampling Technique (SMOTE) is used to balance the class distribution. Correlation analysis reveals weak linear relationships among all variables, suggesting the presence of complex non-linear interactions. The Random Forest model produces the best performance with accuracy of 0.88, recall of 0.79, and AUC of 0.80, outperforming Decision Tree and SVM. These findings indicate that ensemble-based methods effectively capture complex patterns within sensor data and offer reliable predictions for quality control in metal manufacturing industries, particularly within Laser Metal Deposition processes.
Application of the DAG-SVM for multi-class mobile phone price classification Sihombing, Natanael Oktavianus Partahan; Christyan Tamaro Nadeak; Linda Rassiyanti; Fajri Farid
Desimal: Jurnal Matematika Vol. 8 No. 3 (2025): Desimal: Jurnal Matematika
Publisher : Universitas Islam Negeri Raden Intan Lampung

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.24042/djm.v8i3.202529450

Abstract

This study investigated the application of multiclass Support Vector Machine (SVM) strategies for smartphone price range classification using the Mobile Price Classification dataset (N = 2,000). The aim was to assess whether the Directed Acyclic Graph SVM (DAG-SVM) could provide improvements in predictive performance or computational efficiency compared with the conventional One-vs-One (OvO) and One-vs-Rest (OvR) approaches. The dataset’s twenty features were standardized using Z-score normalization and split into training and testing sets with an 80:20 ratio. All models were implemented using a linear kernel and evaluated based on accuracy, macro-precision, macro-recall, macro-F1, and execution time. The results showed that both OvO and DAG-SVM achieved the highest performance, with an accuracy and macro-F1 score of 96.25%, while OvR performed substantially lower. Despite the theoretical efficiency of DAG-SVM, its Python-based sequential elimination process led to slower prediction time than OvO. This study contributed empirical evidence that execution time can diverge from theoretical expectations in practical implementations and demonstrated the importance of computational efficiency analysis when comparing multiclass SVM architectures for mobile price classification.