Claim Missing Document
Check
Articles

Found 12 Documents
Search

PENERAPAN ALGORITMA K-NEAREST NEIGHBOR DALAM ANALISIS PEMINJAMAN BARANG PADA DIVISI INVENTARIS TVRI MAKASSAR Risal; Danuputri, Chyquitha; Darniati; AM Hayat, Muhyiddin
PROGRESS Vol 17 No 2 (2025): September
Publisher : P3M STMIK Profesional Makassar

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.56708/progres.v17i2.474

Abstract

Inventory management in the TVRI Makassar Inventory Division is inefficient due to the lack of a predictive system, hampering proactive asset requirement planning. This study aims to apply the K-Nearest Neighbor (KNN) algorithm to analyze historical borrowing patterns, predict demand for goods three months in advance, and evaluate model accuracy. Using a quantitative approach, this study implements a systematic machine learning workflow, including data preprocessing, temporal feature engineering, class imbalance handling using the Synthetic Minority Over-sampling Technique (SMOTE), and hyperparameter optimization using GridSearchCV. The results show that the optimized KNN model achieved an overall accuracy of 80.18%, significantly outperforming the baseline model. Key findings revealed that the model's performance is contextual, with very high reliability (F1-Score > 0.95) on frequently borrowed assets, and is able to identify strong temporal demand patterns. It is concluded that KNN is effective for segmented inventory demand prediction and has the potential to serve as a basis for TVRI Makassar to adopt a proactive, data-driven inventory management strategy, enabling more efficient resource allocation.
IMPLEMENTASI HYBRID CNN, FACIAL LANDMARK DAN LIVENESS DETECTION PADA SISTEM ABSENSI WAJAH Akbar DB, Andi Muhammad; Faisal, Muhammad; AM Hayat, Muhyiddin
PROGRESS Vol 17 No 2 (2025): September
Publisher : P3M STMIK Profesional Makassar

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.56708/progres.v17i2.483

Abstract

This paper presents the implementation of a hybrid approach for face recognition attendance systems, combining Convolutional Neural Network (CNN), facial landmark detection, and liveness detection. The CNN model extracts facial features for identity recognition, while facial landmark detection captures dynamic movements such as eye blinking and mouth motion. Liveness detection ensures system robustness against spoofing attempts including photo and video replay. The system was developed using Python with OpenCV, MediaPipe, and TensorFlow, and tested under multiple spoofing scenarios. Results show a detection accuracy of 95.5%, with real-time performance and resilience against common spoofing threats.