Deep Learning
Reyhaneh Bagheri; Fatemeh Tabib Mahmoudi; AmirHossein Gholamian
Abstract
Background and Objectives: Accurate soil moisture estimation is essential for various hydrological processes such as irrigation planning, and environmental monitoring; however, prediction accuracy is often limited by sparse in-situ measurements and uncertainties in remote sensing products. This study ...
Read More
Background and Objectives: Accurate soil moisture estimation is essential for various hydrological processes such as irrigation planning, and environmental monitoring; however, prediction accuracy is often limited by sparse in-situ measurements and uncertainties in remote sensing products. This study aims to develop an enhanced soil moisture prediction framework by integrating a Gated Recurrent Unit (GRU) deep learning model with multi source data augmentation techniques in order to evaluate its performance across diverse climatic conditions. Methods: This study proposed an enhanced GRU deep learning framework supported by multi source data augmentation to predict soil moisture across ten U.S. Climate Reference Network (USCRN) stations representing diverse climatic and ecological conditions. The proposed model integrates Conv1D layers, bidirectional GRUs, multi-head attention, and dense layers to capture short and long-term temporal dependencies while fusing multi source inputs including ISMN in-situ measurements, SMAP products, and GLDAS. Data augmentation strategies composed of noise injection, temporal warping, scaling, and window slicing were applied to expand the training dataset and reduce overfitting. Model performance was compared against a standard GRU using some of the evaluation metrics. Results: Results demonstrate that the augmented GRU model consistently outperformed the standard GRU across all stations, with notable improvements in R² (up to 0.912), RMSE, and MAE. Performance gains were particularly evident in humid continental and Mediterranean climates, while regions with complex forested or semi-arid environments also benefited from data augmentation. These improvements confirm that data augmentation enhances the model’s generalization under climatic variability and mitigates limitations associated with SMAP resolution and GLDAS uncertainty.Conclusion: The integration of multi-source datasets with an augmented GRU architecture provides a reliable framework for soil moisture estimation across diverse environments. The proposed approach offers strong potential for applications in environmental monitoring, precision agriculture, and water resource management.
Artificial Intelligence
Mujtaba Sultani; Negin Daneshpour
Abstract
Background and Objectives: Discussion forums in Massive Open Online Courses (MOOCs) enable students to interact with instructors and share educational concerns. However, identifying urgent posts within the vast volume of discussions poses significant challenges. High dropout rates and the need for timely ...
Read More
Background and Objectives: Discussion forums in Massive Open Online Courses (MOOCs) enable students to interact with instructors and share educational concerns. However, identifying urgent posts within the vast volume of discussions poses significant challenges. High dropout rates and the need for timely responses to urgent queries highlight the importance of efficient classification systems. This study addresses the binary classification of student posts in the Stanford MOOC Posts dataset into urgent and non-urgent categories, and aims to improve performance in the presence of class imbalance.Methods: We propose a hybrid deep learning model that integrates BERT-based contextual embeddings with a Convolutional Neural Networks (CNN) and Bidirectional Long Short-Term Memory (BiLSTM) architecture to capture both local textual features and long-term dependencies. To mitigate the class imbalance issue, BERT-based data augmentation technique was employed which enriches minority class samples, and enhance model generalization and urgent post detection. The model’s performance was compared against baseline methods, including CNN, LSTM, BiLSTM, and other state-of-the-art models. Evaluation metrics such as F1-weighted score and class-specific F1 scores were used to assess effectiveness.Results: The model achieved a 93.3% F1-weighted score and an 84.1% F1 score for the urgent class which surpasses the best-performing state-of-the-art model by 0.6% and 0.8%, respectively. The results show the effectiveness of augmentation and hybrid architecture while identifying urgent posts, particularly within imbalanced datasets.Conclusion: This research introduces a scalable and effective framework for urgent post detection in MOOCs. By leveraging BERT-based augmentation and a CNN–BiLSTM hybrid architecture that integrates contextual and sequential learning, the study provides automated forum analysis, offer timely insights for instructors and course designers to enhance students support, engagement, and retention.