<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Corn price forecasting model in Benin based on data analysis and machine learning methods in the context of climate change</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Miton Abel Konnon</string-name>
          <email>konnonabel@unistim.bj</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Norbert Souwouin</string-name>
          <email>norbert.souwouin@ifri.uac.bj</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Cofi Patrick Sotindjo Sabin Assogba</string-name>
          <email>sabinosarobase@gmail.com</email>
          <email>sotindjo.patrick@unstim.bj</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mario M. O. Ligan</string-name>
          <email>marioligan41@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>LETIA, EPAC, ENSET, National University of Sciences</institution>
          ,
          <addr-line>Technologies, Engineering and Mathematics (UNSTIM)</addr-line>
          ,
          <country>Republic of Benin</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Laboratory of Processes and Technological Innovations (LAPIT)</institution>
          ,
          <addr-line>UNSTIM</addr-line>
          ,
          <country>Republic of Benin</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Research Laboratory in Computer Science and Applications (LRSIA), University of Abomey-Calavi</institution>
          ,
          <country>Republic of Benin</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>The volatility of agricultural commodity prices presents major challenges for farmers, traders, and policymakers in developing economies in the context of climate change. This paper describes a comprehensive approach to corn price forecasting in Benin using Long Short-Term Memory (LSTM) neural networks enhanced with climatic variables. The impact of integrating meteorological data (temperature and precipitation), with historical price to improve prediction accuracy, was evaluated. The proposed methodology involves data preprocessing, feature engineering, and model comparison across multiple machine learning approaches including Linear Regression, Decision Trees, Random Forest, XGBoost, and LSTM. The results demonstrate that LSTM models incorporating climate data achieve superior performance with RMSE of 0.1749, MAE of 0.1561, and MAPE of 0.1055, significantly outperforming traditional methods. The web-based application provides real-time predictions and data visualization capabilities for agricultural stakeholders. This research contributes to enhancing food security and market stability in Africa through advanced predictive analytics.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Agricultural price forecasting</kwd>
        <kwd>LSTM neural networks</kwd>
        <kwd>Climate data integration</kwd>
        <kwd>Machine learning</kwd>
        <kwd>Food security</kwd>
        <kwd>Benin</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Prices of agricultural commodities, especially staple crops such as corn, are highly volatile, with direct
consequences for food security, farmer incomes, and economic stability in developing countries. In
Benin, corn represents approximately 10% of the primary sector’s added value, with 80% of agricultural
producers engaged in its cultivation according to the National Agricultural Census [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. This
strategic importance makes accurate price forecasting crucial for efective agricultural planning and risk
management in the context of climate change.
      </p>
      <p>
        Current price dissemination systems in Benin, such as the harmonized Agricultural Market
Information System (SIM-A), rely on manual data collection and validation processes. These systems are
constrained by serious limitations including data validation delays, human errors and potential bias in
missing data approximations. Agricultural agents collect market prices across the country, followed
by a process of validation supervised by controllers. However, when data are biased or missing,
controllers must resort to approximations using historical prices or neighboring market data, introducing
systematic errors [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>
        Recent advances in machine learning, particularly deep learning architectures like "Long Short-Term
Memory (LSTM)" networks, ofer promising solutions for complex time-series forecasting tasks [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ].
These models excel at capturing long-term dependencies and non-linear patterns in sequential data,
making them well-suited for agricultural price prediction where multiple factors interact over time [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
      </p>
      <p>This research addresses the critical need for accurate corn price forecasting in Benin by developing
an LSTM-based prediction system that integrates historical price data with climatic variables. The
contributions of this paper include: (1) a comprehensive evaluation of machine learning approaches for
agricultural price forecasting, (2) demonstration of the signicfiant impact of climate data integration
on prediction accuracy, and (3) development of a user-friendly web application for real-time price
predictions.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>
        Agricultural price forecasting has evolved from traditional statistical methods to sophisticated machine
learning approaches. Traditional time-series models like ARIMA have been widely applied to agricultural
commodities [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], showing reasonable performance for stationary data but struggling with non-linear
patterns and multiple influencing factors.
      </p>
      <p>
        The superiority of neural networks over statistical approaches was illustrated in agricultural price
forcasting [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. Machine learning approaches have demonstrated superior performance in capturing
complex relationships in agricultural data. Paul et al. [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] compared various algorithms including
General Regression Neural Networks (GRNN), Support Vector Regression (SVR), Random Forest and
Gradient Boosting Machines for vegetable price prediction in India, finding that GRNN outperformed
traditional ARIMA models. Similarly, Alparslan and Uçar [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] evaluated LSTM, Random Forest, and
SVR for commodity price forecasting during the COVID-19 pandemic, demonstrating the superior
performance of LSTM for precious metal prediction.
      </p>
      <p>
        Recent studies have emphasized the importance of incorporating external factors, particularly climatic
variables, in agricultural forecasting models. Vogel et al. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] demonstrated that climate extremes account
for 20- 40% of the variance in yield anomalies globally, with temperature-related extremes showing
stronger associations than precipitation factors. This finding supports the integration of meteorological
data in price prediction models, as yield variations directly influence market prices. Gaur et al. [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] used
SHAP values to interpret model outputs, providing insight into the most influential factors that afect
corn prices. The price of corn and maximum temperature are among the main 3 influencing factors
identified in their work.
      </p>
      <p>
        Hybrid approaches combining decomposition techniques with machine learning models have shown
promising results. Jaiswal et al. [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] proposed STL-LSTM, combining Seasonal and Trend decomposition
using Loess (STL) with LSTM networks, achieving superior performance compared to individual models.
Similarly, Das et al. [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] demonstrated the efectiveness of Empirical Mode Decomposition (EMD)
combined with machine learning for the forecasting of agricultural commodities. Guo et al [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] used a
powerful model combining LSTM and ARIMA to demonstrate that prices at diferent times and locations
influence the current prices of corn in the Chinese market.
      </p>
      <p>
        For West African contexts specifically, there is limited research on advanced machine learning
applications for agricultural price forecasting. Mounirou and Lokonon [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] analyzed the climate factors
afecting the volatility of corn prices in Benin using ARCH-M models, finding significant impacts of the
temperature and precipitation patterns. However, their work focused on volatility analysis rather than
price prediction, leaving a gap that this research addresses.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Methodology</title>
      <sec id="sec-3-1">
        <title>3.1. Data Collection and Preprocessing</title>
        <p>The dataset includes historical corn prices and meteorological variables collected from multiple sources in
Benin between 2013 and 2023. Price data were obtained from the Ministry of Agriculture, Livestock and
Fisheries through the SIM-A system, covering 11 major markets in key production zones. Meteorological
data including minimum/maximum temperatures and precipitation was acquired from the National
Meteorological Agency (ANM) for six representative municipalities.</p>
        <p>Table 1 provides a comprehensive overview of the collected datasets, highlighting the scope and
coverage of data sources.</p>
        <p>The preprocessing pipeline involved several critical steps: data fusion using temporal and geographical
keys, outlier detection and removal, missing value imputation, and feature normalization using MinMax
scaling. A 12-month sliding window was created to capture seasonal patterns and established an
80-20 train-test split with training data covering January 2019 to June 2023, and test data from July to
December 2023.</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Feature Engineering</title>
        <p>Feature engineering focused on capturing temporal dependencies and seasonal patterns inherent in
agricultural data. A lag features was constructed incorporating previous 12 months of price data,
computed rolling statistics (mean, standard deviation, min, max) over various time windows, and
integrated meteorological variables with appropriate temporal alignment to account for crop growth
cycles.</p>
        <p>Climate variables were particularly important given their documented impact on agricultural
production. Monthly precipitation totals, minimum and maximum temperatures were included and features
such as temperature ranges and precipitation anomalies relative to historical averages were derived.</p>
      </sec>
      <sec id="sec-3-3">
        <title>3.3. Model Architecture</title>
        <p>
          "Long Short-Term Memory (LSTM)" networks represent a specialized variant of Recurrent Neural
Networks (RNNs) designed to address the vanishing gradient problem inherent in traditional RNNs.
While standard RNNs struggle to capture long-term dependencies in sequential data, LSTM networks
incorporate a sophisticated gating mechanism that allows selective information retention and forgetting
over extended time periods [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ].
        </p>
        <p>The core innovation of LSTM lies in its cell state architecture, which employs three distinct gates:
the forget gate determines which information to discard from previous states, the input gate controls
which new information to store in the cell state, and the output gate regulates which parts of the
cell state to output (Figure 1). This gating mechanism allows LSTM networks to maintain relevant
information across long sequences while discarding irrelevant data, rendering them particularly suitable
for time-series forecasting in the agricultural sector where seasonal patterns and long-term climate
trends significantly influence outcomes.</p>
        <p>The implementation, in this paper, employs a deep LSTM architecture composed of two sequential
LSTM layers with 2000 neurons each, designed to capture complex temporal dependencies in agricultural
price data. The first LSTM layer operates with return_sequences=True, enabling it to output full
sequences that serve as input to the second layer. This configuration allows the network to learn
hierarchical temporal representations, where the first layer captures short-term patterns and the second
layer models longer-term trends and seasonal cycles.</p>
        <p>To prevent overfitting, 20% dropout layers were incorporated after each LSTM layer, randomly setting
input units to zero during training to improve generalization. The final architecture ends with a dense
layer containing a single neuron that produces the price prediction output.</p>
        <p>The model compilation utilizes the Adam optimizer, known for its adaptive learning rate capabilities
and robust performance on time-series data. The Mean Absolute Error (MAE) was selected as the loss
function due to its interpretability in price forecasting contexts and reduced sensitivity to outliers
compared to Mean Squared Error. Training encompasses 100 epochs with a batch size of 72, incorporating
early stopping mechanisms to prevent overfitting and model checkpointing to preserve optimal weights
based on validation loss performance.</p>
      </sec>
      <sec id="sec-3-4">
        <title>3.4. Model Evaluation</title>
        <p>
          The performance of price forcasting algorithms is validated using several measures [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ]. In this work,
the model performance was assessed using three complementary metrics: The Root Mean Square
Error (RMSE) for overall prediction accuracy, the Mean Absolute Error (MAE) for interpretable error
magnitude, and the Mean Absolute Percentage Error (MAPE) for relative performance assessment
across diferent price levels.
        </p>
      </sec>
      <sec id="sec-3-5">
        <title>3.5. Comparative Analysis and Validation</title>
        <p>To validate the efectiveness of the developed LSTM model, a comparative analysis was performed
with established machine learning models: linear regression for basic linear relationships, decision
tree regressor for capturing nonlinear patterns, random forest for ensemble-based improvement, and
XGBoost for gradient boost performance. All models were trained on identical datasets and evaluated
using consistent metrics.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Results and Discussion</title>
      <sec id="sec-4-1">
        <title>4.1. Price volatility Analysis</title>
        <p>To understand price stability patterns and market risk dynamics, a comprehensive volatility analysis
using rolling window standard deviation calculations was implemented. The volatility measure   at
time  was computed using a 12-month rolling window as follows:
⎯
⎸ 1
  = ⎷⎸  − 1</p>
        <p>∑︁
=−+1
( − ¯ )2
where  represents the price at period , ¯  is the rolling mean price over the window, and  = 12 is
the window size. This approach captures the conditional volatility inherent in agricultural commodity
markets, where price variance changes over time due to seasonal factors, supply shocks, and external
market influences.</p>
        <p>The 12-month window was selected to capture full seasonal cycles while providing suficient temporal
resolution to identify volatility trends. This methodology allows for the detection of heteroskedasticity
patterns generally observed in agricultural price series, where periods of high volatility tend to cluster
together, particularly during transition seasons and market stress periods.</p>
        <p>Figure 2 illustrates the evolution of corn price volatility over the study period, revealing increasing
market instability from 2019 to 2022, potentially linked to climate variability and economic disruptions.
(1)</p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Impact of Climate Data Integration</title>
        <p>The experiments clearly demonstrate the significant impact of climate data integration on prediction
accuracy. LSTM models trained solely on historical price data showed degraded performance over
extended prediction horizons, with RMSE of 0.4250, MAE of 0.4657, and MAPE of 0.4156. Predictions
beyond 18 months became unreliable, often returning zero values. In contrast, LSTM models
incorporating meteorological variables achieved substantially improved performance with RMSE of 0.1749,
MAE of 0.1561, and MAPE of 0.1055. This represents approximately 59% improvement in RMSE and
66% improvement in MAE compared to price-only models. The enhanced model maintained stable
predictions during the test period, demonstrating the critical importance of climate data for agricultural
price forecasting (Figure 3).</p>
      </sec>
      <sec id="sec-4-3">
        <title>4.3. Comparative Model Performance</title>
        <p>The superior performance of LSTM with climate data validates the hypothesis that integrating
meteorological variables significantly enhances agricultural price prediction. XGBoost’s strong performance
(second-best) demonstrates the value of ensemble methods for this domain, while the poor performance
of LSTM without climate data highlights the importance of comprehensive feature engineering.</p>
      </sec>
      <sec id="sec-4-4">
        <title>4.4. Temporal Analysis</title>
        <p>Detailed analysis of prediction accuracy over time reveals interesting patterns. Short-term predictions
(1-3 months) show high accuracy across all models, with LSTM-climate achieving near-perfect alignment
with actual prices. Medium-term predictions (4-8 months) demonstrate the increasing advantage of
climate-enhanced models, while long-term predictions (9+ months) clearly separate LSTM-climate from
other approaches.</p>
        <p>The seasonal nature of corn production in Benin creates predictable price cycles that the
climateenhanced LSTM model captures efectively. Price peaks typically occur during lean seasons
(MaySeptember) when stocks are depleted, while harvest periods (October-January) show price reductions
due to increased supply.</p>
      </sec>
      <sec id="sec-4-5">
        <title>4.5. Importance of Climate Variables</title>
        <p>Analysis of the contributions of climate variables reveals precipitation as the most influential factor,
followed by minimum temperature and maximum temperature. This aligns with agronomic
understanding of corn production, where water availability during critical growth periods significantly impacts
yields and subsequent market prices.</p>
        <p>Temperature extremes also show substantial predictive power, consistent with research demonstrating
that temperatures below 18°C or excessive heat stress negatively afect maize development, leading to
reduced yields and increased prices.</p>
      </sec>
      <sec id="sec-4-6">
        <title>4.6. System Implementation</title>
        <p>A web-based application using Flask framework was developed to provide accessible price prediction
capabilities for agricultural stakeholders. The system includes user authentication, historical data
visualization with interactive charts, real-time price prediction with customizable parameters, and data
export functionality for further analysis (Figure 4).</p>
        <p>The application serves multiple user types including farmers planning cultivation decisions, traders
optimizing inventory management, policymakers responsible for agricultural interventions, and
researchers analyzing market dynamics. This implementation transforms the LSTM-based forecasting
model into an accessible tool for diferent agricultural stakeholders in Benin.</p>
        <p>The system architecture follows a Model-View-Controller (MVC) pattern, ensuring scalability and
maintainability. The backend integrates the trained LSTM model with a PostgreSQL database for
eficient data storage and retrieval, while the frontend provides an intuitive user interface designed for
users with diferent levels of technical expertise.</p>
        <p>Key system functionalities include: (1) secure user authentication with role-based access control, (2)
interactive historical data visualization featuring dynamic charts with filtering capabilities by date range,
market location, and price trends, (3) real-time price prediction with customizable parameters allowing
users to specify forecast horizons and incorporate diferent climate scenarios, (4) comprehensive data
export functionality supporting CSV and PDF formats for further analysis, and (5) responsive design
ensuring accessibility across desktop and mobile devices.</p>
        <p>The application serves multiple stakeholder categories with tailored functionalities. Farmers utilize
the platform for strategic cultivation planning, accessing price forecasts to determine optimal planting
schedules and crop allocation decisions. Agricultural traders leverage the system for inventory
optimization, using medium-term predictions to inform purchasing and storage strategies. Policymakers
employ the tool for developing targeted agricultural interventions, with aggregate market analysis
capabilities supporting food security planning. Researchers benefit from comprehensive data access
and visualization tools for conducting market dynamics studies.</p>
        <p>The system’s deployment architecture ensures high availability and performance, with load balancing
capabilities to handle concurrent user requests. Data security measures include encrypted
communications, regular backup procedures, and compliance with agricultural data protection standards. User
feedback mechanisms enable continuous improvement of both predictive models and interface usability.</p>
        <p>Performance monitoring indicates average response times of less than 2 seconds for prediction
requests, with 99.5% uptime since deployment. The application has successfully served over 500
registered users demonstrating its practical value for real-world agricultural decision-making.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Limitations and Future Work</title>
      <p>The performance of the developed LSTM model depends on data quality and completeness, requiring
consistent meteorological measurements and accurate price reporting. The proposed approach is
specifically calibrated for Benin’s agricultural context and may require adaptation for other regions or
crops.</p>
      <p>Furthermore, the proposed model does not incorporate economic factors such as international trade
policies, currency fluctuations, or market interventions that could significantly influence prices. Future
research should explore the integration of macroeconomic indicators and policy variables to enhance
the robustness of the model.</p>
      <p>The temporal scope of this study (2013-2023) may not capture all possible climate patterns or
extreme events. Expanding the dataset with longer historical periods and incorporating climate change
projections could improve long-term forecasting capabilities.</p>
      <p>Future work should also investigate ensemble approaches that combine multiple LSTM models trained
on diferent feature subsets, explore attention mechanisms to automatically identify the most relevant
temporal patterns and develop uncertainty quantification methods to provide confidence intervals with
predictions.</p>
    </sec>
    <sec id="sec-6">
      <title>6. Conclusion</title>
      <p>This research demonstrates the significant potential of LSTM neural networks enhanced with climate
data for agricultural price forecasting in developing economies. The comprehensive evaluation across
multiple machine learning approaches confirms that the integration of meteorological variables
substantially improves the accuracy of prediction. The proposed climate-enhanced LSTM model achieves
59% better performance than price-only models.</p>
      <p>The practical implications extend beyond academic interest. Accurate price forecasting can help
farmers make informed planting decisions, enable traders to optimize inventory strategies, and support
policymakers in developing efective agricultural interventions. The Web application provides accessible
tools for various stakeholders in Benin’s agricultural value chain.</p>
      <p>This research work contributes to the growing body of research on AI applications in agriculture,
specifically addressing the critical need for market intelligence in sub-Saharan Africa. By demonstrating
the importance of climate data integration and providing practical implementation guidance, this
research supports broader eforts to enhance food security and agricultural sustainability in the region.</p>
      <p>The methodology developed here provides a foundation for similar applications across West Africa
and other developing regions facing comparable agricultural challenges. As climate variability increases
due to global warming, sophisticated forecasting tools become increasingly essential for agricultural
resilience and economic stability.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgments</title>
      <p>The researchers would like to express their gratitude to the Ministry of Agriculture, Livestock and
Fisheries (MAEP) of Benin for providing access to agricultural market data, and the National
Meteorological Agency (ANM) for meteorological datasets. They also acknowledge the Research Laboratory
in Computer Science and Applications (LRSIA)of the University of Abomey-Calavi for computational
resources and research support.</p>
    </sec>
    <sec id="sec-8">
      <title>Declaration on Generative AI</title>
      <p>During the preparation of this work, the authors used Google Translate in order to translate some
sentences from French to English. After using this tool, the authors reviewed and edited the content as
needed and take full responsibility for the publication’s content.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Direction de la Statistique</surname>
          </string-name>
          <article-title>Agricole (DSA)</article-title>
          , Ministère de l'Agriculture.
          <article-title>Contribution de la valeur ajoutée des activités de production agricole au secteur primaire et au PIB au Bénin</article-title>
          .
          <source>Technical report</source>
          ,
          <year>2024</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Konnon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A S. A.</given-names>
            <surname>Tahirou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I. M.</given-names>
            <surname>Moumouni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.F. D.</given-names>
            <surname>Konnon</surname>
          </string-name>
          .
          <article-title>Agricultural Market Information Governance: A Capability-Oriented National Framework for Benin Republic</article-title>
          .
          <source>International Journal of Advanced Research</source>
          ,
          <volume>11</volume>
          (
          <issue>1</issue>
          ):
          <fpage>566</fpage>
          -
          <lpage>577</lpage>
          ,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>W.</given-names>
            <surname>Li</surname>
          </string-name>
          and
          <string-name>
            <given-names>K. L. E.</given-names>
            <surname>Law</surname>
          </string-name>
          .
          <article-title>Deep Learning Models for Time Series Forecasting: A Review</article-title>
          .
          <source>IEEE Access</source>
          ,
          <volume>12</volume>
          :
          <fpage>92306</fpage>
          -
          <lpage>92327</lpage>
          ,
          <year>2024</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. S.</given-names>
            <surname>Goh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K. L.</given-names>
            <surname>Sin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Kelly</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Chug</surname>
          </string-name>
          , and
          <string-name>
            <given-names>X. Y.</given-names>
            <surname>Liew</surname>
          </string-name>
          .
          <article-title>Automated agriculture commodity price prediction system with machine learning technique</article-title>
          .
          <source>Advances in Science Technology and Engineering Systems Journal</source>
          ,
          <volume>6</volume>
          :
          <fpage>376</fpage>
          -
          <lpage>384</lpage>
          ,
          <year>2021</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>A.</given-names>
            <surname>Darekar</surname>
          </string-name>
          and
          <string-name>
            <given-names>A. A.</given-names>
            <surname>Reddy</surname>
          </string-name>
          .
          <article-title>Price forecasting of maize in major states</article-title>
          .
          <source>Indian Journal of Agricultural Economics</source>
          ,
          <volume>6</volume>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Weng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Hua</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Kang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.Y.</given-names>
            <surname>Wang</surname>
          </string-name>
          .
          <article-title>Forecasting Horticultural Products Price Using ARIMA Model and Neural Network Based on a Large-Scale Data Set Collected by Web Crawler</article-title>
          .
          <source>IEEE Trans. Comput. Soc. Syst</source>
          ,
          <volume>6</volume>
          :
          <fpage>547</fpage>
          -
          <lpage>553</lpage>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>R. K.</given-names>
            <surname>Paul</surname>
          </string-name>
          , M. Yeasin,
          <string-name>
            <given-names>P.</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Kumar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Balasubramanian</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H. S.</given-names>
            <surname>Roy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. K.</given-names>
            <surname>Paul</surname>
          </string-name>
          , and
          <string-name>
            <given-names>A.</given-names>
            <surname>Gupta</surname>
          </string-name>
          .
          <article-title>Machine learning techniques for forecasting agricultural prices: A case of brinjal in odisha, india</article-title>
          .
          <source>PLOS ONE</source>
          ,
          <volume>17</volume>
          (
          <issue>7</issue>
          ):e0270553,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>S.</given-names>
            <surname>Alparslan</surname>
          </string-name>
          and
          <string-name>
            <given-names>T.</given-names>
            <surname>Uçar</surname>
          </string-name>
          .
          <article-title>Comparison of commodity prices by using machine learning models in the covid-19 era</article-title>
          .
          <source>Journal of Intelligent Systems</source>
          ,
          <volume>7</volume>
          (
          <issue>4</issue>
          ):
          <fpage>358</fpage>
          -
          <lpage>368</lpage>
          ,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>E.</given-names>
            <surname>Vogel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. G.</given-names>
            <surname>Donat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. V.</given-names>
            <surname>Alexander</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Meinshausen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D. K.</given-names>
            <surname>Ray</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Karoly</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Meinshausen</surname>
          </string-name>
          , and
          <string-name>
            <given-names>K.</given-names>
            <surname>Frieler</surname>
          </string-name>
          .
          <article-title>The efects of climate extremes on global agricultural yields</article-title>
          .
          <source>Environmental Research Letters</source>
          ,
          <volume>14</volume>
          (
          <issue>5</issue>
          ):
          <fpage>054010</fpage>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>S. N.</given-names>
            <surname>Gaur</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Mahajan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Sharma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Hussain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Kakani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Saxena</surname>
          </string-name>
          .
          <article-title>Precision Corn Price Prediction with Advanced ML Techniques</article-title>
          .
          <source>International Conference on Trends in Quantum Computing and Emerging Business Technologies</source>
          , Pune Lavasa Campus, India.,
          <source>Mar 22-23</source>
          ,
          <year>2024</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>R.</given-names>
            <surname>Jaiswal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. K.</given-names>
            <surname>Jha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Choudhary</surname>
          </string-name>
          , and
          <string-name>
            <given-names>R. R.</given-names>
            <surname>Kumar</surname>
          </string-name>
          .
          <article-title>STL decomposition based LSTM model for seasonal agricultural price forecasting</article-title>
          .
          <source>Agricultural Systems</source>
          ,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>P. Das</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          <article-title>Jha, and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Lama</surname>
          </string-name>
          .
          <article-title>Empirical mode decomposition based ensemble hybrid machine learning models for agricultural commodity price forecasting</article-title>
          .
          <source>Information Processing in Agriculture</source>
          ,
          <volume>21</volume>
          :
          <fpage>99</fpage>
          -
          <lpage>112</lpage>
          ,
          <year>2023</year>
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Guo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Tang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Tang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Tang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Feng</surname>
          </string-name>
          ,
          <string-name>
            <surname>F. Zhang.</surname>
          </string-name>
          <article-title>Agricultural Price Prediction Based on Combined Forecasting Model under Spatial-Temporal Influencing Factors</article-title>
          . Sustainability,
          <year>2022</year>
          ,
          <volume>14</volume>
          ,
          <fpage>10483</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>I.</given-names>
            <surname>Mounirou</surname>
          </string-name>
          and
          <string-name>
            <given-names>B. O. K.</given-names>
            <surname>Lokonon</surname>
          </string-name>
          .
          <article-title>Climate factors and maize price volatility in developing countries: Evidence from benin</article-title>
          .
          <source>Agricultural Economics</source>
          ,
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>S.</given-names>
            <surname>Hochreiter</surname>
          </string-name>
          and
          <string-name>
            <given-names>J.</given-names>
            <surname>Schmidhuber</surname>
          </string-name>
          .
          <article-title>Long short-term memory</article-title>
          .
          <source>Neural Computation</source>
          ,
          <volume>9</volume>
          (
          <issue>8</issue>
          ):
          <fpage>1735</fpage>
          -
          <lpage>1780</lpage>
          ,
          <year>1997</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>