AI-Mining is a prototype designed to detect various environmental gases, including CO2, NH3, NH4, and hydrogen, alongside temperature, pressure, and humidity. This study emphasizes the importance of modeling NH4 time series data due to its critical role in environmental and health monitoring. Accurate NH4 predictions facilitate early pollution detection and timely greenhouse gas control interventions. The study investigates the effectiveness of AI-Mining in detecting and predicting gas levels, focusing on data collection and analysis. Initial data analysis employed the Autoregressive Moving Average (ARIMA) model, specifically ARIMA (1,1,1), described by the equation yt = 0.0311 - 0.0750yt-1 + 0.3842εt-1. Despite its use, ARIMA's Root Mean Square Error (RMSE) performance was found lacking compared to more advanced methods. Given the classification of the obtained data as big data and time series, the Long Short-Term Memory (LSTM) method was also applied. The LSTM model initially used two layers with tanh and relu activation functions, and its performance was further explored by adding a third layer and varying the number of neurons (64, 128, and 256). The Adam optimizer was consistently used across all LSTM variations. Results indicated that increasing layers and neurons did not significantly impact LSTM's performance, with RMSE values around 0.023. However, LSTM consistently outperformed ARIMA in prediction accuracy, highlighting its robustness and reliability. Consequently, the study recommends using LSTM for predicting other recorded data in AI-Mining, underscoring its superiority in handling complex environmental datasets.
Read full abstract