Utilizing MATLAB's built-in toolbox functions, this project implements trend prediction for temperature, precipitation, and atmospheric pressure across 12 months in Beijing during 2009, achieving favorable results. Key components include: BP neural network implementation (Bp.m), MATLAB program for BP neural network (bp_ds.xls), training set input (bp_nds.xls), training set output/target (bp_td.xls), test set input (bp_ntd.xls), test set output (BP_weather_prediction.doc), and related thesis documentation. The implementation leverages backpropagation algorithm for time-series forecasting with optimized hyperparameter configuration.
MATLAB
343 views
Tagged