Surbakti, Nurul Maulida
Universitas Negeri Medan

Published : 2 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 2 Documents
Search

Embedded TinyML for Predicting Soil Moisture Conditions in Rice Fields Using Weather Data Surbakti, Nurul Maulida; Kartika, Dinda; Amry, Zu; Ashari, Muhammad; Pahlawan, Riza
ZERO: Jurnal Sains, Matematika dan Terapan Vol 9, No 2 (2025): Zero: Jurnal Sains Matematika dan Terapan
Publisher : UIN Sumatera Utara

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.30829/zero.v9i2.26551

Abstract

This study implements a lightweight TinyML model to classify soil moisture conditions and support irrigation decisions in rice cultivation, chosen over conventional cloud-based ML because it enables low-power, low-latency, fully offline inference on microcontrollers-critical for rural areas with limited connectivity. Trained on 3,021 localized microclimate records from Denai Lama Village (temperature, humidity, rainfall, cloud cover) using logistic regression for its simplicity and interpretability under resource constraints, the model was deployed on an ESP32 for real-time predictions into three classes (underwatered, optimal, overwatered). Experimental results show accuracy = 0.982 and weighted F1 = 0.982 on the validation set (ROC-AUC = 0.997), and on the held-out test set (N = 194) the model achieved 93.4% accuracy, 0.927 weighted F1 (precision 0.914; recall 0.942), and ROC-AUC = 0.988. These findings indicate that TinyML provides a practical, low-cost, and scalable edge-AI pathway for reliable, energy-efficient decision support in precision irrigation without network dependence, offering a deployable template for smallholder farming contexts.
AMBATIG: Android Application for Generating Batik Motifs Using Frieze Symmetry Group Transformations Kartika, Dinda; Suwanto, Fevi Rahmawati; Surbakti, Nurul Maulida
ZERO: Jurnal Sains, Matematika dan Terapan Vol 9, No 3 (2025): Zero: Jurnal Sains Matematika dan Terapan
Publisher : UIN Sumatera Utara

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.30829/zero.v9i3.26233

Abstract

Indonesian batik is known for its diverse motifs, yet many artisans still design patterns manually, which limits variation and innovation. This study develops Ambatig, an Android application that helps artisans create batik motifs more efficiently. The application was implemented in Android Studio and follows a waterfall development model. Ambatig transforms a user drawn base cell into structured repetitions by composing distance preserving transformations, namely translation, vertical reflection, horizontal reflection, half turn rotation of 180 degrees, and glide reflection. These operations are configured according to the seven frieze types introduced in the study. Functional black box testing confirmed stable performance with all scenarios passing. Compared with previous motif generation approaches, Ambatig introduces a parameterized on device frieze transformation pipeline that produces all seven symmetry families from a single base motif. Real time preview and export features support creative exploration while maintaining mathematical coherence in digital batik design.