Articles

A Comparison of Artificial Neural Network (ANN) and Long Short-Term Memory (LSTM) in River Water Quality Prediction

River water is a crucial natural resource utilized for various purposes, including agriculture and drinking. Human activities such as mining, industrial discharge, and improper waste management contribute to river water pollution, affecting its quality and posing risks to human health. Monitoring and predicting river water quality are essential for effective management and pollution control. The research focuses on Dissolved Oxygen (DO), and comparing of Artificial Neural Network (ANN) and Long Short-Term Memory (LSTM) to developed prediction models. Evaluation of the models’ performance shows that the ANN model outperforms LSTM in predicting Dissolved Oxygen (DO) concentrations, achieving lower Root Mean Square Error (RMSE) and Mean Absolute Percentage Error (MAPE). Although LSTM exhibits lower Mean Squared Error (MSE), the ANN model demonstrates better accuracy in minimizing the average distance between predicted and actual values. The findings suggest that ANN-based models offer good performance in river water quality prediction, with potential for further enhancement through additional variables or model architecture adjustments.

Evaluation of the Use of Artificial Neural Networks to Predict the Photovoltaic Power Generation Factors by Using Feed Forward Back Propagation (FFBP) Technique

The solar power generation (renewable energy) is the cleanest form of energy generation method and the solar power plant has a very long life and also is maintenance-free, but due to the high unpredictability of the generated solar power due to dynamically changing environmental factors it cannot be used as the reliable source of power. This prevents the maximum utilization of solar energy. In this project we are designing the artificial neural network model to predict the power generated depending on the various environmental factors like visibility, cloud cover (sky cover), etc. the intensity of the incident of the solar radiation decreases and thus the plant is not able to work at its rated capacity. We use Artificial Neural Network (ANN) with Feed Forward Back Propagation (FFBP) technique and predicted the percentage of the maximum plant capacity which will be generated by considering the environmental factors like temperature, pressure, distance to solar noon, day light, sky cover, visibility, humidity, wind speed, wind direction and compared our results with available data and find quite encouraging results.