Claim Missing Document
Check
Articles

Found 4 Documents
Search

MUSIC SIMILARITY RANKING: STUDI KASUS FAIRPHONIC Kharisma, Rayhan; Denny
The Indonesian Journal of Computer Science Vol. 13 No. 4 (2024): The Indonesian Journal of Computer Science (IJCS)
Publisher : AI Society & STMIK Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33022/ijcs.v13i4.4298

Abstract

Fairphonic Pte Ltd is a technology company operating in the music sector. Fairphonic provides services to detect content on social media that is suspected of copyright infringement. Fairphonic utilizes audio features for the detection process. The current algorithm used by Fairphonic requires pairwise comparison, and the content to be compared is collected through a scraping process immediately after the process is run. Fairphonic has hundreds of thousands of music data in their database. Fairphonic desires a more scalable algorithm to compare an input music piece with the entire Fairphonic music catalog. This research uses features such as Harmonic Pitch Class Profile (HPCP), Chroma, and Rhythm Pattern. The study compares previously researched algorithms, namely binary similarity matrix, Euclidean distance, and similarity matrix profile. The results show that the combination of HPCP with the binary similarity matrix yields the highest Mean Average Precision of 0.989. Speed testing by performing comparisons 10 times shows that the combination of Chroma and the similarity matrix profile is 72% faster compared to the combination of HPCP with the binary similarity matrix. The author recommends the Chroma and similarity matrix profile algorithm for music similarity ranking due to its faster process.
Optimizing E-Commerce in Indonesia: Ensemble Learning for Predicting Potential Buyers Insani, Faiz Nur Fitrah; Denny
The Indonesian Journal of Computer Science Vol. 13 No. 1 (2024): The Indonesian Journal of Computer Science (IJCS)
Publisher : AI Society & STMIK Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33022/ijcs.v13i1.3690

Abstract

In the competitive Indonesian e-commerce sector, data-driven decisionmaking is crucial for success. This study addresses the challenge faced by a leading e-commerce company, where despite a 134% increase in promotional expenses, active user transactions remained low. Focusing on predicting potential buyers to optimize promotional spending, the research evaluates various ensemble learning methods, including Random Forest, XGBoost, and LightGBM algorithms. Through extensive testing, all three models demonstrated high precision in identifying potential buyers. Remarkably, XGBoost achieved an exceptional precision score of 89.5%. Further enhancement through a soft voting strategy combining XGBoost and LightGBM resulted in the highest precision rate of 89.8%, suggesting a promising approach for targeted marketing and improved promotional strategies in the e-commerce industry
Species Diversity of Trees with Traditional Medicinal Uses: A Core-Buffer Zone Comparison in a Biosphere Reserve Priatna, Dolly; Denny; Monk, Kathryn A; Susilo, Adi; Hartiningtias, Diny
Jurnal Manajemen Hutan Tropika Vol. 31 No. 2 (2025)
Publisher : Institut Pertanian Bogor (IPB University)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.7226/jtfm.31.2.145

Abstract

Giam Siak Kecil-Bukit Batu, a UNESCO Biosphere Reserve, uses a zoned management approach, including core, buffer, and transition zones. The core zone prioritizes biodiversity conservation, buffer zones mitigate human impacts, and transition zones focus on sustainable development. The diversity and density of medicinal tree species in the core and buffer zones of this reserve were investigated. It was hypothesized that the core zone would support greater diversity and density of medicinal trees than the buffer zone. Standardized plot sampling was conducted using 1-ha plots, each subdivided into 25 subplots (20 m × 20 m). Trees with a diameter at breast height exceeding 10 cm were inventoried, measured, and identified, with voucher specimens collected for herbarium confirmation. A total of 52 medicinal tree species from 27 families and 36 genera were recorded. Species richness was higher in the buffer zone (39 species) than in the core zone (29 species). These findings underscore the ecological significance of buffer zones in conserving medicinal tree diversity and providing sustainable resources for local communities. The observed species richness in the buffer zone challenges the conventional assumption that core zones harbor higher biodiversity, highlighting the need for further research on sustainable resource management in buffer zones.
Prediksi Penempatan Pegawai Menggunakan Algoritma Supervised Machine Learning dan Rules Based Experts: Studi Kasus di Institusi Pendidikan Romdhoni, Bayu Suciono; Denny
The Indonesian Journal of Computer Science Vol. 13 No. 4 (2024): The Indonesian Journal of Computer Science (IJCS)
Publisher : AI Society & STMIK Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33022/ijcs.v13i4.4120

Abstract

Education plays a crucial role in shaping the future of a nation. To maintain the quality of education, effective human resource management is essential in educational institutions. This study addresses the challenges of employee’s placement under the Educational Institution. According data from December 2021 to May 2024, only 2,452 out of 41,722 employees were reassignment, which is significantly below the target set by regulation. This study evaluates several supervised machine learning algorithms, including Gaussian Naive Bayes, Decision Tree, Support Vector Machine, and Random Forest. Random Forest emerges as the most suitable algorithm due to its superior accuracy, precision, recall, and F1 Score. Following the evaluation of the chosen algorithm, the deployment phase includes comprehensive data preprocessing steps, such as handling missing values, data normalization, and categorical feature encoding. This system integrates with Google API for geospatial data, ensuring accurate and efficient decision-making.