Skip to main content

ORIGINAL RESEARCH article

Front. Plant Sci., 05 June 2024
Sec. Plant Nutrition
This article is part of the Research Topic Nitrogen Metabolism in Crops and Model Plant Species View all 7 articles

A method for durian precise fertilization based on improved radial basis neural network algorithm

Ruipeng Tang*Ruipeng Tang1*Sun WeiSun Wei1Tang JianxunTang Jianxun2Narendra Kumar AridasNarendra Kumar Aridas1Mohamad Sofian Abu TalipMohamad Sofian Abu Talip1
  • 1Faculty of Engineering, University of Malaya, Kuala Lumpur, Malaysia
  • 2Faculty of Electronics and Electrical Engineering, Zhaoqing University, Zhaoqing, Guangdong, China

Introduction: Durian is one of the tropical fruits that requires soil nutrients in its cultivation. It is important to understand the relationship between the content of critical nutrients, such as nitrogen (N), phosphorus (P), and potassium (K) in the soil and durian yield. How to optimize the fertilization plan is also important to the durian planting.

Methods: Thus, this study proposes an Improved Radial Basis Neural Network Algorithm (IM-RBNNA) in the durian precision fertilization. It uses the gray wolf algorithm to optimize the weights and thresholds of the RBNNA algorithm, which can improve the prediction accuracy of the RBNNA algorithm for the soil nutrient content and its relationship with the durian yield. It also collects the soil nutrients and historical yield data to build the IM-RBNNA model and compare with other similar algorithms.

Results: The results show that the IM-RBNNA algorithm is better than the other three algorithms in the average relative error, average absolute error, and coefficient of determination between the predicted and true values of soil N, K, and P fertilizer contents. It also predicts the relationship between soil nutrients and yield, which is closer to the true value.

Discussion: It shows that the IM-RBNNA algorithm can accurately predict the durian soil nutrient content and yield, which is benefited for farmers to make agronomic plans and management strategies. It uses soil nutrient resources efficiently, which reduces the environmental negative impacts. It also ensures that the durian tree can obtain the appropriate amount of nutrients, maximize its growth potential, reduce production costs, and increase yields.

1 Introduction

As one of the representatives in tropical fruits, durian is popular for its unique flavor and high nutritional value. The formulation of fertilization strategies is the key issues of agricultural production in durian cultivation. However, the durian fertilization decisions mainly rely on farmers’ experience and traditional agricultural methods, which is subjective and lacks scientific basis. It leads to the effectiveness of fertilization and poses a threat to farmers’ economic benefits and the stability of the supply chain. However, soil properties vary from different regions; traditional fertilization programs fail to consider soil heterogeneity, which leads to unscientific fertilization. It affects the durian growth and quality and negatively impacts land health and sustainability. Therefore, it is important to collect the durian growth data and soil conditions and use relevant algorithms to learn the complex relationship of durian growth for reducing the fertilizer waste and production costs (Zhou et al., 2021; Chanachot et al., 2023).

Precise fertilization decisions can control the input of agricultural production materials and improve the yield and quality of crops. Therefore, some scholars have made some achievements in some crops. Guo et al. (2021) proposed an integrated phenology and climate in rice yields prediction using machine learning methods. It tested 11 phenological, climate, and geographical data and three machine learning methods to predict site-based rice yield, thereby improving the accuracy of rice yield prediction under climate change conditions using integrated machine learning methods. Hossain et al. (Hossain and Siddique, 2020) proposed an online fertilizer recommendation system (OFRS). It analyzed Bangladesh’s national soil database to generate site-specific fertilizer recommendations for selected crops using recommended doses of fertilizer calculated based on soil test values. Kuzman et al. (2021) established a prediction method through an adaptive neuro-fuzzy inference system (ANFIS) to determine the impact of temperature, moisture, humidity, soil type, crop type, nitrogen, potassium, and phosphorus on fertilizer prediction, thereby reducing process costs. Guo et al. (2022) proposed a machine learning-based approach for predicting spad values of maize using multi-spectral images. It used the Mini MCA 6 camera of the drone platform to collect images of corn at different growth stages and established a linear regression model with the spectrum and texture index of different growth stages to accurately monitor the growth and nutritional status of corn for better subsequent fertilization management.

Kanuru et al. (2021) used Global Positioning System (GPS) modules and Internet of Things (IoT) technology to determine the properties of the soil and the types and amounts of pesticides and fertilizers used in effective methods, improving the efficiency of pesticide and fertilizer use to achieve optimal economic benefits. Guo et al. (2023) used hyperspectral images collected by drones, explored multispectral images using the formed dual-band (2D) vegetation index (VI) and 2D texture index (TI), and used five deep learning methods to accurately monitor corn growth, which can help adjust fertilization strategies and achieve precise fertilization. Ahmed et al. (2021) proposed a soil fertilization nutrient recommendation system based on evolutionary calculation. It improves the Genetic Algorithm (IGA) and uses time-series sensor data to make recommendations for various crop nutrient settings. Neighborhood-based strategies were also proposed to handle exploration and exploitation to optimize parameters for maximum yield. Sujatha et al. (2023) proposed a soil fertility classification and fertilization method based on the one-dimensional convolutional neural network. It utilized 1D-CNN to classify soil based on fertility. Classification results were used to specify fertilizers for rice, areca nut, and black/green grams. It also adopted the MinMax normalization and Synthetic Minority Oversampling Technology (SMOTE) to improve the classification efficiency. Lucas et al. (Benedet et al., 2021) used X-ray fluorescence (pXRF) spectrometer to analyze the fertility and element content of 1,975 different soil samples and used a random forest algorithm to establish a spatial distribution model of soil fertility characteristics to achieve soil fertility prediction.

Although the above studies has achieved good results in precise fertilization for some crops, but they are used for other crops and cannot be used for durian because the durian has higher requirements for the growth environment and is quite different from other crops,which is relianced on the information technology infrastructure and the difficulty of equipment maintenance. These methods are mainly the fertilizer effect and nutrient balance. The former has a complex nonlinear relationship between the soil fertilizer amount and multiple soil factors, which does not consider the soil nutrient content. The nutrient balance method needs to keep the dynamic balance, which is corrected. The difficulty of the coefficient is higher. Dong et al. (2020) proposed a method for precise corn fertilization based on wavelet BP neural network, which used wavelet decomposition and reconstruction methods to calculate the yield. However, the combination of wavelet analysis and BP neural network increases the complexity of the model, requiring more computing resources and time for training and verification. Thus, this study proposes an Improved Radial Basis Neural Network Algorithm (IM-RBNNA) in the durian precision fertilization. It extracts and processes the soil sample data and introduces the gray wolf algorithm to improve the Improved Radial Basis Neural Network Algorithm (IM-RBNNA) for calculating the weight ratio, fertilizer amount, and yield of nitrogen, phosphorus, and potassium fertilizers (Song et al., 2020). By comparison, it shows that the IM-RBNNA algorithm can predict the relationship between durian soil nutrient content and yield, which allows durian managers to carry out scientific fertilization based on the prediction results. It reduces fertilizer waste and production costs, achieving sustainability durian planting.

2 Algorithms and models design

2.1 Radial basis neural network algorithm

RBNNA is a forward neural network with good performance. It maps nonlinear problems to linear space, transforms them into the adaptive algorithm processing, and maintains the high accuracy and efficiency of the algorithm. RBNNA is a three-layer feedforward neural network consisting of an input, hidden, and output layer (Wang et al., 2023). The input layer is the node that receives the original input data, and each node corresponds to the input feature. The hidden layer is a set of nodes for radial basis functions, which is used to measure the distance between input data and some centers. The output layer produces the final output, which is a linear layer that combines the outputs of the hidden layers. Figure 1 shows the prediction process of the RBNNA algorithm. The core of RBFNN lies in the radial basis function of the hidden layer, which is a Gaussian or other symmetric function. Gaussian is one of the radial basis functions, which is expressed by Equation 1:

Figure 1
www.frontiersin.org

Figure 1 The prediction process of the RBNNA algorithm.

Gs(ρ)=exp(|ρos|2/2σs2)(1)

In Equation 1,  Gs(ρ) represents the output of the s-th basis function, os represents the center of the basis function, and σs2 represents the width parameter.

2.2 Gray wolf algorithm

The gray wolf algorithm is a meta-heuristic algorithm proposed by Mirjalili et al (Li et al., 2021), which is derived from gray wolves’ social hierarchy and hunting strategy. In this algorithm, the population is divided into levels A–D. Wolves A control all actions of the wolf pack, which are the supreme leader of the wolf pack. Wolves B assist wolf A in making some decisions, which are some experienced wolves (Xu et al., 2023). Wolves C are responsible for the reconnaissance of the wolf pack, which are responsible for guarding and caring cubs. Wolves D belong to the lowest level of gray wolves and obey the commands of gray wolves from other classes, which are accounting for the vast majority. The best wolves are A, B, and C. They help wolves D to find the favorable area (Verma et al., 2022). First, the wolves need to locate their prey and surround it. The process is shown in Equation 2:

Dist=|N×Wφ(k)W(k)|(2)

In Equation 2, D represents the distance between the gray wolf and the prey, N represents the coefficient vector, Wφ(k) represents the position vector of the prey, W(k) represents the position vector of the gray wolf, and k represents the number of iterations. The position of k +1 wolves is shown in Equation 3:

W(k+1)=Wφ(k)M×Dist(3)

In Equation 3, M represents the coefficient vector; other parameters have the same meaning as Equation 2. N represents the calculation process of the coefficient vector sum, which is shown in Equations 4, 5:

M=2ω×p1ω(4)
N=2p2(5)

In Equations 4, 5, ω represents the convergence factor, which decreases linearly from 2 to 0 as k increases; p1  and p2 represent the random number with a value range of (0,1). When the prey is surrounded, the wolves start hunting. The hunting process is carried out under the leadership of wolves A, B, and C. They guide wolves D to track the prey location. The calculation process is as shown in Equations 68:

A(Dist)=|N1×WaW|(6)
B(Dist)=|N2×WbW|(7)
C(Dist)=|N3×WcW|(8)

In Equations 68, A(Dist), B(Dist), and C(Dist) represent the distance between the three wolves and other individuals; Wa, Wb, and Wc represent the current positions of the three wolves; N1, N2, and N3 represent the random vectors; and W represents the current position of the gray wolf. The vectors of wolves D in the wolf pack moving toward wolves A, B, and C are represented by W1, W2, and W3. The calculation process is as shown in Equations 911:

W1=WaM1×A(Dist)(9)
W2=WbM2×B(Dist)(10)
W3=WcM3×C(Dist)(11)

In Equation 9, Equation 10, Equation 11, according to the calculation results of W1, W2, and W3, the final position of wolves D can be determined. The calculation process is shown in Equation 12:

D(Dist)=(W1+W2+W3)/3(12)

Finally, the hunt is completed by attacking the prey when it cannot move. The processing of gray wolf algorithm is shown in Figure 2.

Figure 2
www.frontiersin.org

Figure 2 The processing of gray wolf algorithm.

2.3 Improved radial basis neural network algorithm

In order to enhance the predicting accuracy of the RBNNA algorithm, this study proposes an IM-RBNNA algorithm. It uses the gray wolf algorithm to optimize the weights and thresholds of the RBNNA algorithm so that the weights and threshold are optimal. When the output result is different from the expected value, the principle of backpropagation is used to optimize. The threshold and weight of the gray wolf algorithm are used as the weight and threshold of the RBNNA algorithm (Liu and Wang, 2020). The relative error value between the predicted and true value of soil nutrient content is used as the fitness value. The continuous iterative update of the gray wolf algorithm is used to adjust the weights and thresholds of the RBNNA algorithm. The advantages with better global effects can improve the model’s prediction accuracy (Feng et al., 2023). Figure 3 shows the processing of the gray wolf algorithm for optimizing the RBNNA algorithm.

Figure 3
www.frontiersin.org

Figure 3 The processing of the gray wolf algorithm for optimizing the RBNNA algorithm.

3 Experimental design

3.1 Experimental environment

This study is conducted in Area 2 of a durian orchard in Penang, Malaysia. It is located in Sungai Pinang Balik Pulau, Penang, which coveres an area of 3,200 acres. The rows of planting density is 5.0 m × 4.0 m. Every acre has 30 plants. The durian trees in this area are all in the peak production period of 15–20 years. During this period, the durian trees have fully developed, so the canopy is dense, which can produce more durian fruits. This area has a tropical rainforest climate, with an average annual temperature of 28°C, an average annual precipitation of 2,525.3 mm, and an annual sunshine count of 2,076.9 h. The study area has significant spatial differences in the growth and yield of durian, which is suitable for the precise fertilization, so this site is chosen to study the precise fertilization. Four experiments are set up in the research area to verify the differences of soil fertility under different algorithms (Portela et al., 2011). From west to east are areas A, B, C, and D, which are used for experiments on different fertilization decision-making methods. Each area is 5 acres. In this plantation soil, the alkaline hydrolyzed nitrogen is 21.5 ± 3.0 mg/kg (low), the available phosphorus is 47.1 ± 0.6 mg/kg (high), the available potassium is 117.7 ± 20.9 mg/kg (low), and the pH is 7.6 ± 0.1 (alkaline). All plots are used for unified measures. Figure 4 shows the design of soil sampling locations for this experiment.

Figure 4
www.frontiersin.org

Figure 4 The design of soil sampling locations for this experiment.

3.2 Data extraction and processing

In order to get the nutrient information of durian soil, five samples are collected within 20 m of the sampling center in each sampling point. The corresponding network of the plot is determined by using manual measurement. The plum blossom sampling method is used in each grid (Zhou and Staver, 2019). Five points of the soil sampling samples are mixed into labeling bags, which have 5,000 sampling points and 150 plots. The sampling time is from February to August 2022. The sample depth is 0–20 cm. These samples are mixed and labeled as soil samples at that point. RTK (real-time kinematic) is used to collect and record the longitude and latitude of the sample point. After the soil samples are naturally air-dried and sieved, the pH is measured to use an electrode method with a water-to-soil volume ratio of 1:1; the organic matter is measured to use the dichromic acid. The potassium method is used to measure the total nitrogen; the copper sulfate digestion method is used to measure the total nitrogen; and the available phosphorus is measured to use the suitable method for neutral and calcareous soils. The soil is measured to use the sodium bicarbonate; the available potassium is measured to use the flame photometry. The fertilizer amount is calculated based on the soil nutrient data, which is obtained from laboratory tests (Liu and Feng, 2017) by using the fertilizer balance model of the target yield method. The physical and chemical properties of the soil are measured through the above laboratory methods to obtain the various nutrient data for each plot (Kim, 2018). Table 1 shows the nutrient data of some sampling points in the durian orchard.

Table 1
www.frontiersin.org

Table 1 The nutrient data of some sampling points in the durian orchard.

The nutrient contents of alkaline hydrolyzable nitrogen, available phosphorus, and available potassium in the soil vary greatly. For example, the potassium is approximately 200 mg/kg, but the phosphorus is approximately 10 mg/kg. When the cluster analysis is performed, the impact of available phosphorus is almost negligible, which is difficult not to meet the requirements of the soil similarity calculation. In order to solve these problems, this study standardized the data by using the same standard. The normal standardization subtracts each attribute of each data object from the average value of the attribute and then divides it by the variance of the attribute (Mykhailenko et al., 2020). The data standardized by this method reach the standard normal distribution. The data have a mean of 0 and a variance of 1, which is shown in Equation 13.

Hi¯=(HiR)/αh(13)

In Equation 13, Hi¯ represents the i-th standardized data attribute value, Hi represents the i-th data attribute value to be standardized, R represents the mean value of the attribute, and αh represents the variance of the attribute. The standardized value of the soil nutrient content is calculated. Table 2 shows the standardized results of the soil nutrient data in Table 1.

Table 2
www.frontiersin.org

Table 2 The standardized results of the soil nutrient data in Table 1.

3.3 Model establishment and evaluation

The Inter@core i7–9700K processor was used in this study, the graphics card is NVIDIA Geforce GTX3080 32GB, the memory is 64GB, the operating system is Ubuntu19.04 64-bit, the deep learning framework is Pyotrch1.9.2, the programming language is Python3.7.1, the integrated development environment is PycharmCE2023, and the drawing tool is Matplotlib 3.1.0. In order to ensure that the data distribution is representative, this study trains 5,000 samples according to the validation set =7:3, which is divided in 3,500 training and 1,500 validation sets. The deep learning network algorithm needs to preset hyperparameters before training, so this study set the hyper parameters to batch after comparison. The number of samples is 6, the epoch is 100, the learning rate optimizer uses the SGD algorithm (Stochastic Gradient Descent) (Thuwajit et al., 2021) to update the weights, the initial learning rate is 0.01, the learning rate decay is 0.001, the activation function uses the Sigmoid function, and the model classifier uses SVM (support vector machine) (Dou et al., 2023).

This study uses the mean relative error (MAPE), the mean absolute error (MAE), and the coefficient of determination ( R2) to evaluate the performance of the IM-RBNNA and other similar algorithms (Li et al., 2020). The MAPE is used to calculate the relative difference between the actual and predicted values. MAPE is used to calculate the percentage error of each observed value relative to the actual value and then averages it. The smaller the value of MAPE, the better the model’s performance. The MAE is used to calculate the average of the absolute differences between actual and predicted values. The R2 measures how well a model fits the data and represents the model’s ability to explain the variation in the dependent variable. In these calculation formula, Uj represents the actual value of the soil nitrogen content; Uj¯ represents the predicted average value of the soil nitrogen content; and U represents the predictive value of the soil nitrogen content. t represents the number of samples. The calculation formula is Equations 1416, which are as follows:

f(mape)=1tj=1t|UjUj¯Uj|×100(14)
f(mae)=1tj=1t|UjUj¯|(15)
f(R2)=1j=1t(UjUj¯)2j=1t(UjU¯)2(16)

The target yield is the key to durian fertilization recommendations. This study uses the multiple linear stepwise regression methods to determine the durian yield (Sardoei et al., 2023). It determines an initial set containing multiple independent variables and builds a multiple regression formula that does not include this factor. It will run until no more independent variables X can be introduced. The soil nutrient content of the alkaline hydrolyzable nitrogen, available phosphorus, and available potassium are important factors to affect the durian yield, which is relatively in line with the requirements of the above method. The calculation process of the model is shown in Equation 17:

Y=e0+e1×X1+e2×X2++ez×Xz(17)

In Equation 17, X represents the independent variable, Y represents the dependent variable, z represents the number of independent variables, and e represents the regression coefficient of each variable. The training of the multiple linear stepwise regression algorithm in this study is conducted in IBMSPSS Statistics 25.

3.4 Experimental results

In order to compare the performance of the IM-RBNNA algorithm, this study introduces three methods for comparison: the RBNNA, Backpropagation Neural Network (BPNN) (LI et al., 2019), and Nutrient Balance Calculation Algorithm (NUBCA) (Nannan et al., 2021). The NUBCA algorithm keeps balance between the plants receiving adequate nutrients and their nutrient needs with the available nutrients in the soil. The BPNN algorithm builds the relationship between the plant growth and soil conditions, which uses the backpropagation algorithm for model training and reduces prediction errors by adjusting the weights and biases. This experiment also measures the performance of the four algorithms from three indicators: mean absolute percentage error (MAPE), mean absolute error (MAE), and coefficient of determination( R2).

3.4.1 The prediction of alkaline hydrolyzable nitrogen in the soil content

Figure 5 shows the comparative distribution of predicted alkaline hydrolyzable nitrogen of each algorithm. It shows that the maximum, minimum, and average values predicted by the IM-RBNNA algorithm are 97.02 mg/kg, 65.31 mg/kg, and 80.74 mg/kg. The maximum, minimum, and average values in the real soil content are 99.70 mg/kg, 62.93 mg/kg, and 80.50 mg/kg, respectively. Table 3 shows the performance of different algorithms in predicting soil alkaline hydrolyzable content. By comparing the RBNNA, NUBCA, and BPNN algorithms, the MAPE value of the IM-RBNNA algorithm is 1.61%, which is reduced by 69.41%, 80.26%, and 66.60%; the MAE value of the IM-RBNNA algorithm is 1.403, which is reduced by 57.34%, 76.38%, and 57.99%; and the R2  value of the IM-RBNNA algorithm is 0.977, which is increased by 8.23%, 28.10%, and 11.17%. It shows that the IM-RBNNA algorithm is more stable than the other three algorithms, which has a smaller fluctuation amplitude, and is closer to the 0-bit horizontal axis. Its prediction effect is better than the other three algorithms, so it can more accurately predict the alkaline hydrolyzable content of durian soil, which is convenient for durian farmers to precise fertilize.

Figure 5
www.frontiersin.org

Figure 5 The comparative distribution of predicted alkaline hydrolyzable nitrogen of each algorithm.

Table 3
www.frontiersin.org

Table 3 The performance of different algorithms in predicting soil alkaline hydrolyzable content.

3.4.2 The prediction of available phosphorus in the soil content

Figure 6 shows the comparative distribution of predicted available phosphorus of each algorithm. It shows that the maximum, minimum, and average values predicted by the IM-RBNNA algorithm are 41.93 mg/kg, 15.12 mg/kg, and 29.76 mg/kg. The maximum, minimum, and average values in the real soil content is 39.67 mg/kg, 18.30 mg/kg, and 29.20 mg/kg, respectively. Table 4 shows the performance of different algorithms in predicting soil available phosphorus content. By comparing the RBNNA, NUBCA, and BPNN algorithms, the MAPE value of the IM-RBNNA algorithm is 10.46%, which is reduced by 35.04%, 47.73%, and 21.66%; the MAE value of the IM-RBNNA algorithm is 3.641, which is reduced by 20.65%, 44.86%, and 24.00%; and the R2  value of the IM-RBNNA algorithm is 0.835, which is increased by 16.77%, 46.66%, and 18.89%. It shows that the IM-RBNNA algorithm is more stable than the other three algorithms, which has a smaller fluctuation amplitude and is closer to the 0-bit horizontal axis. Its prediction effect is better than the other three algorithms, so it can more accurately predict the available phosphorus content of durian soil, which is convenient for durian farmers to precise fertilize.

Figure 6
www.frontiersin.org

Figure 6 The comparative distribution of predicted available phosphorus of each algorithm.

Table 4
www.frontiersin.org

Table 4 The performance of different algorithms in predicting soil available phosphorus content.

3.4.3 The prediction of available potassium in the soil content

Figure 7 shows the comparative distribution of predicted available potassium of each algorithm.. It shows that the maximum, minimum, and average values predicted by the IM-RBNNA algorithm are 307.73 mg/kg, 157.10 mg/kg, and 228.11 mg/kg. The maximum, minimum, and average values in the real soil content are 307.31 mg/kg, 158.38 mg/kg, and 229.62 mg/kg, respectively. Table 5 shows the performance of different algorithms in predicting soil available potassium content. By comparing the RBNNA, NUBCA, and BPNN algorithms, the MAPE value of the IM-RBNNA algorithm is 10.46%,which is reduced by 34.95%, 84.36%, and 29.74%; the MAE value of the IM-RBNNA algorithm is 3.641, which is reduced by 13.20%, 21.44%, and 4.20%; and the R2  value of the IM-RBNNA algorithm is 0.835, which is increased by 8.62%,18.32%, and 4.58%. It shows that the IM-RBNNA algorithm is more stable than the other three algorithms, which has a smaller fluctuation amplitude and is closer to the 0-bit horizontal axis. Its prediction effect is better than the other three algorithms, so it can more accurately predict the available potassium content of durian soil, which is convenient for durian farmers to precise fertilize.

Figure 7
www.frontiersin.org

Figure 7 The comparative distribution of predicted available potassium of each algorithm.

Table 5
www.frontiersin.org

Table 5 The performance of different algorithms in predicting soil available potassium content.

3.4.4 Prediction of the relationship between soil nutrients and yield

In this study, the multiple linear stepwise regression method determines the fertilizer amount and target yield predicted by four algorithms: RBNNA, NUBCA, BPNN, and IM-RBNNA. The predict time is the annual output of each mature durian tree from 2013 to 2022. The MAPE, MAE, and R2 between the four algorithms and the real yield is calculated based on the historical data. In Figure 7, the maximum, minimum, and average values predicted by the IM-RBNNA algorithm is 297.75kg/tree, 177.58 kg/tree, and 224.58 kg/tree, respectively. The maximum, minimum, and average values in the real yield is 302.32 kg/tree, 175.87 kg/tree, and 219.21 kg/tree, respectively. Table 6 shows the performance of different algorithms in predicting the durian yield. By comparing the RBNNA, NUBCA, and BPNN algorithms, the MAPE value of the IM-RBNNA algorithm is 8.28%, which is reduced by 45.09%, 49.13%, and 49.67%; the MAE value of the IM-RBNNA algorithm is 18.56, which is reduced by 41.18%, 43.94%, and 42.22%; and the R2  value of the IM-RBNNA algorithm is 0.934, which is increased by 14.99%, 21.56%, and 21.08%. It shows that the yield predicted by the IM-RBNNA algorithm based on soil nutrient fertilization is closer to the true value, which helps durian farmers understand the relative contributions of alkali-hydrolyzable nitrogen, available phosphorus, and available potassium to the durian yield. It also makes reasonable decisions based on the prediction results to achieve the goal of maximizing yields.

Table 6
www.frontiersin.org

Table 6 The performance of different algorithms in predicting soil potassium content.

4 Discussion

Although the IM-RBNNA algorithm proposed in this study provides an advanced method for precise durian fertilization, it has some limitations. It is highly dependent on the quality and detail of input data, such as soil nutrient levels and historical yields. Poor data quality or insufficient data volume can significantly reduce the predictive accuracy of the model. However, the comprehensive collection of soil samples and yield data in different growing seasons requires a large cost, so the algorithm needs to be applied for a period of time to gradually improve the accuracy. In addition, the study did not take into account the impact of environmental factors such as soil temperature and humidity, pests, and diseases on durian yield. Take soil moisture as an example; it is an important component of the terrestrial water cycle, which affects the surface material exchange, energy balance, and durian yield (Fang et al., 2020).

In order to improve the yield prediction of the IM-RBNNA algorithm, subsequent studies will collect the soil moisture data and measure it with the TZS-IIW200 soil moisture meter. After setting the sampling points in the laboratory, the field sampling is carried out, and the soil moisture is measured. The latitude and longitude of the sampling points are recorded. The soil moisture data at two different depths of 0–5 cm and 15–20 cm are obtained. The typical slopes of durian topographic undulating sections will be selected. The soil temperature and humidity sensors will be deployed (see Figure 8), which obtains soil data at two soil depths of 0–20 cm and 20–30 cm. Two underground plots will be installed. There are 14 sensors, from south to north numbered in sequence. The soil temperature and humidity sensor is TESLA-600. The soil moisture testing accuracy is ± 1%, the soil temperature testing accuracy is ± 0.3°C, and the soil conductivity testing accuracy is ± 2%. The sensor has built the wireless network transmission, which transmits data every hour, works around the day, and records the environmental information in real time. Figure 9 shows the nutrient and soil temperature and moisture sensors.

Figure 8
www.frontiersin.org

Figure 8 Comparative distribution of predicted values and real values of each algorithm.

Figure 9
www.frontiersin.org

Figure 9 The nutrient and soil temperature and humidity sensor.

In addition, climatic conditions play a vital role in durian production, which includes temperature, humidity, rainfall, and sunlight exposure. For example, temperature is the key factors to the durian growth and fruit development. Warm temperatures is the best environment in for growth durians. The warmer climate aids the flower formation and fruiting process, which increases durian yields (Amran et al., 2023). The proper humidity helps durian plants thrive and enhances pollination, which is crucial for fruit formation. Additionally, durian trees require consistent and evenly distributed rainfall, especially during critical growth stages. The insufficient rainfall causes water stress, which affects the development of flowers and fruits. The excessive rainfall causes waterlogged soil, which affects the root health and nutrient uptake. Finally, sunlight is the key factor affecting photosynthesis. The adequate sunlight is crucial for the healthy growth of durian trees. The insufficient light may weaken the photosynthetic activity, which affects the overall vigor and yield. Through comprehensive training of the above factors and combined with the IM-RBNNA algorithm, the complex relationship between climate conditions and durian yield can be explored, and fertilization strategies can be adjusted according to meteorological changes and soil conditions in different periods. It will help the address climate change, which improves agricultural production capabilities and scientific accuracy of fertilization decisions.

5 Conclusions

This study proposes an IM-RBNNA algorithm for the durian precision fertilization. It introduces the gray wolf algorithm to optimize the weights and thresholds of the RBNNA algorithm to enhance the ability to search for optimal solutions and prediction accuracy. It is compared with the RBNNA, NUBCA, and BPNN algorithm. The experimental results show that the IM-RBNNA algorithm is better than the other three algorithms in predicting alkaline hydrolyzable nitrogen, available phosphorus, and available potassium of the soil content. The prediction results between soil nutrients and yield are closer to the true values. The IM-RBNNA algorithm ensures that durian trees obtain the appropriate amount of nutrients and avoid the problem of excess or insufficient nutrients. It helps durian farmers to make the scientific planting plans and management strategies, which can improve the soil fertility utilization. It also reduces production costs and avoids resource waste, which maximizes the growth potential of durian and improves the economic benefits of durian planting.

Data availability statement

The original contributions presented in the study are included in the article/Supplementary Material. Further inquiries can be directed to the corresponding author.

Author contributions

RT: Writing – review & editing, Writing – original draft, Visualization, Software, Methodology, Investigation, Validation, Formal analysis, Conceptualization, Data curation. SW: Writing – review & editing, Methodology, Validation, Resources, Formal analysis, Conceptualization. TJ: Writing – review & editing, Data curation, Formal analysis, Investigation, Software, Visualization. NA: Writing – review & editing, Project administration, Funding acquisition. MSAT: Writing – review & editing, Supervision, Resources.

Funding

The author(s) declare that no financial support was received for the research, authorship, and/or publication of this article.

Conflict of interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher’s note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

Supplementary material

The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fpls.2024.1387977/full#supplementary-material

References

Ahmed, U., Lin, J. C. W., Srivastava, G., Djenouri, Y. (2021). A nutrient recommendation system for soil fertilization based on evolutionary computation. Comput. Electron. Agric. 189, 106407. doi: 10.1016/j.compag.2021.106407

CrossRef Full Text | Google Scholar

Amran, A., Ariffin, M. R., Isa, I. M., Ahmed, O. H., Herman, G., Muhamad, S. H., et al. (2023). Physicochemical properties of soil cultivated with durian (Durio zibethinus murr.) in Gua Musang, Kelantan. AGRIVITA J. Agric. Sci. 45, 278–287. doi: 10.17503/agrivita

CrossRef Full Text | Google Scholar

Benedet, L., Acuña-Guzman, S. F., Faria, W. M., Silva, S. H. G., Mancini, M., dos Santos Teixeira, A. F., et al. (2021). Rapid soil fertility prediction using X-ray fluorescence data and machine learning algorithms. Catena 197, 105003. doi: 10.1016/j.catena.2020.105003

CrossRef Full Text | Google Scholar

Chanachot, K., Saechua, W., Posom, J., Sirisomboon, P. (2023). A geographical origin classification of durian (cv. monthong) using near-infrared diffuse reflectance spectroscopy. Foods 12 (20), 3844. doi: 10.3390/foods12203844

PubMed Abstract | CrossRef Full Text | Google Scholar

Dong, Y., Fu, Z., Peng, Y., Zheng, Y., Yan, H., Li, X. (2020). Precision fertilization method of field crops based on the Wavelet-BP neural network in China. J. cleaner production 246, 118735. doi: 10.1016/j.jclepro.2019.118735

CrossRef Full Text | Google Scholar

Dou, Z., Han, R., Wang, Y. (2023). A prediction method of failure depth of coal seam floor based on FA-GWO-SVM model. J. Eng. Sci. Technol. Rev. 16, 161–169. doi: 10.25103/jestr

CrossRef Full Text | Google Scholar

Fang, Q., Wang, G., Liu, T., Xue, B., Sun, W., Shrestha, S. (2020). Unraveling the sensitivity and nonlinear response of water use efficiency to the water–energy balance and underlying surface condition in a semiarid basin. Sci. total Environ. 699, 134405. doi: 10.1016/j.scitotenv.2019.134405

PubMed Abstract | CrossRef Full Text | Google Scholar

Feng, X., Li, Y., Zhao, Y., Chen, J. (2023). Spatial variability analysis of wheat nitrogen yield response: A case study of Henan province, China. Agronomy 13, 1796. doi: 10.3390/agronomy13071796

CrossRef Full Text | Google Scholar

Guo, Y., Chen, S., Li, X., Cunha, M., Jayavelu, S., Cammarano, D., et al. (2022). Machine learning-based approaches for predicting SPAD values of maize using multi-spectral images. Remote Sens. 14, 1337. doi: 10.3390/rs14061337

CrossRef Full Text | Google Scholar

Guo, Y., Fu, Y., Hao, F., Zhang, X., Wu, W., Jin, X., et al. (2021). Integrated phenology and climate in rice yields prediction using machine learning methods. Ecol. Indic. 120, 106935. doi: 10.1016/j.ecolind.2020.106935

CrossRef Full Text | Google Scholar

Guo, Y., Xiao, Y., Hao, F., Zhang, X., Chen, J., de Beurs, K., et al. (2023). Comparison of different machine learning algorithms for predicting maize grain yield using UAV-based hyperspectral images. Int. J. Appl. Earth Observation Geoinformation 124, 103528. doi: 10.1016/j.jag.2023.103528

CrossRef Full Text | Google Scholar

Hossain, M. A., Siddique, M. N. A. (2020). Online Fertilizer Recommendation System (OFRS): A step towards precision agriculture and optimized fertilizer usage by smallholder farmers in Bangladesh: online fertilizer recommendation. Eur. J. Environ. Earth Sci. 1. doi: 10.24018/ejgeo.2020.1.4.47

CrossRef Full Text | Google Scholar

Kanuru, L., Tyagi, A. K., Aswathy, S. U., Fernandez, T. F., Sreenath, N., Mishra, S. (2021). “Prediction of pesticides and fertilizers using machine learning and Internet of Things,” in 2021 International Conference on Computer Communication and Informatics (ICCCI). 1–6 (IEEE). doi: 10.1109/ICCCI50826.2021.9402536

CrossRef Full Text | Google Scholar

Kim, H. C. (2018). Photostimulation of sequential degradation and assimilation of recalcitrant carbonaceous organics in Scenedesmus quadricauda. Process Biochem. 65, 172–177. doi: 10.1016/j.procbio.2017.11.014

CrossRef Full Text | Google Scholar

Kuzman, B., Petković, B., Denić, N., Petković, D., Ćirković, B., Stojanović, J., et al. (2021). Estimation of optimal fertilizers for optimal crop yield by adaptive neuro fuzzy logic. Rhizosphere 18, 100358. doi: 10.1016/j.rhisph.2021.100358

CrossRef Full Text | Google Scholar

Li, S. H., Wu, L. Z., Chen, J. J., Huang, R. Q. (2020). Multiple data-driven approach for predicting landslide deformation. Landslides 17, 709–718. doi: 10.1007/s10346-019-01320-6

CrossRef Full Text | Google Scholar

LI, W., Sun, J., Chen, W. (2019). Real-time obstacle avoidance algorithm for robots based on BP neural network. Chin. J. Sci. instrument 40, 204–211.

Google Scholar

Li, Y., Lin, X., Liu, J. (2021). An improved gray wolf optimization algorithm to solve engineering problems. Sustainability 13, 3208. doi: 10.3390/su13063208

CrossRef Full Text | Google Scholar

Liu, P., Feng, C. (2017). Application of dimensionless processing of normal standardized data in factor analysis. J. Neijiang Normal Univ. 32, 54–58.

Google Scholar

Liu, C., Wang, Y. (2020). Grey Wolf algorithm based on S-function and particle swarm optimization. J. Physics: Conf. Ser. 1453, 012021. doi: 10.1088/1742-6596/1453/1/012021

CrossRef Full Text | Google Scholar

Mykhailenko, O., Gudžinskas, Z., Kovalyov, V., Desenko, V., Ivanauskas, L., Bezruk, I., et al. (2020). Effect of ecological factors on the accumulation of phenolic compounds in Iris species from Latvia, Lithuania and Ukraine. Phytochemical Analysis 31 (5), 545–563. doi: 10.3390/plants10081599

PubMed Abstract | CrossRef Full Text | Google Scholar

Nannan, W., Chunfeng, Z., Qingying, M., Baoguo, Z., Yu, L., Hongquan, Z., et al. (2021). Design of formula fertilization system based on nutrient balance fertilization method. J. Agric. 11, 92. doi: 10.11923/j.issn.2095-4050.cjas2020-0100

CrossRef Full Text | Google Scholar

Portela, E. A. C., Ferreira-Cardoso, J. V., Louzada, J. L. (2011). Boron application on a chestnut orchard: Effect on yield and quality of nuts. J. Plant Nutr. 34, 1245–1253. doi: 10.1080/01904167.2011.580812

CrossRef Full Text | Google Scholar

Sardoei, A. S., Sharifani, M., Sarmast, M. K., Ghasemnejhad, M. (2023). Stepwise regression analysis of citrus genotype under cold stress. Gene Cell Tissue 10. doi: 10.5812/gct-126518

CrossRef Full Text | Google Scholar

Song, Z., Liu, S., Wang, X., Hu, Z. (2020). Optimization and prediction of volume shrinkage and warpage of injection-molded thin-walled parts based on neural network. Int. J. Advanced Manufacturing Technol. 109, 755–769. doi: 10.1007/s00170-020-05558-6

CrossRef Full Text | Google Scholar

Sujatha, M., Jaidhar, C. D., Lingappa, M. (2023). 1D convolutional neural networks-based soil fertility classification and fertilizer prescription. Ecol. Inf. 78, 102295. doi: 10.1016/j.ecoinf.2023.102295

CrossRef Full Text | Google Scholar

Thuwajit, P., Rangpong, P., Sawangjai, P., Autthasan, P., Chaisaen, R., Banluesombatkul, N., et al. (2021). EEGWaveNet: Multiscale CNN-based spatiotemporal feature extraction for EEG seizure detection. IEEE Trans. Ind. Inf. 18, 5547–5557. doi: 10.1109/TII.2021.3133307

CrossRef Full Text | Google Scholar

Verma, R. K., Sivakkumar, M., Namdeo, V. (2022). “Robust image watermarking using LWT transform and stacking ensemble classifier,” in Soft Computing for Security Applications: Proceedings of ICSCS 2021. 621–634 (Singapore: Springer). doi: 10.1016/j.image.2020.116019

CrossRef Full Text | Google Scholar

Wang, G., Wang, J., Wang, J., Yu, H., Sui, Y. (2023). Study on prediction model of soil nutrient content based on optimized BP neural network model. Commun. Soil Sci. Plant Anal. 54, 463–471. doi: 10.1080/00103624.2022.2118291

CrossRef Full Text | Google Scholar

Xu, C., Yang, J., Zhang, T., Li, K., Zhang, K. (2023). Adaptive parameter selection variational mode decomposition based on a novel hybrid entropy and its applications in locomotive bearing diagnosis. Measurement 217, 113110. doi: 10.1016/j.measurement.2023.113110

CrossRef Full Text | Google Scholar

Zhou, X. W., Pan, J. R., Wu, H., Chen, H. Q., Yan, Z., Jin, B. H., et al. (2021). Discrimination of durian from different geographical origins based on mineral element fingerprint characteristics. Food Science 42, 255–262. doi: 10.3864/j.issn.0578-1752.2022.21.012

CrossRef Full Text | Google Scholar

Zhou, Y., Staver, A. C. (2019). Enhanced activity of soil nutrient-releasing enzymes after plant invasion: a meta-analysis. Ecology 100, e02830. doi: 10.1002/ecy.2830

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: durian precise fertilization, durian soil nutrient management, precise nutrient supply, durian planting, durian yield prediction

Citation: Tang R, Wei S, Jianxun T, Aridas NK and Talip MSA (2024) A method for durian precise fertilization based on improved radial basis neural network algorithm. Front. Plant Sci. 15:1387977. doi: 10.3389/fpls.2024.1387977

Received: 19 February 2024; Accepted: 08 May 2024;
Published: 05 June 2024.

Edited by:

Enrique Ostria-Gallardo, University of Concepcion, Chile

Reviewed by:

Yahui Guo, Central China Normal University, China
Evans Asenso, University of Ghana, Ghana

Copyright © 2024 Tang, Wei, Jianxun, Aridas and Talip. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Ruipeng Tang, 22057874@siswa.um.edu.my

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.