<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>machine learning accuracy in climate events &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/machine-learning-accuracy-in-climate-events/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2026 11:49:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>machine learning accuracy in climate events &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>Deep learning model forecasts cold waves in Bangladesh but misses most extreme days</title>
		<link>https://scienmag.com/deep-learning-model-forecasts-cold-waves-in-bangladesh-but-misses-most-extreme-days/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 11:49:37 +0000</pubDate>
				<category><![CDATA[Climate]]></category>
		<category><![CDATA[advances in environmental machine learning models]]></category>
		<category><![CDATA[ARIMA]]></category>
		<category><![CDATA[Bangladesh]]></category>
		<category><![CDATA[climate extremes]]></category>
		<category><![CDATA[climate risks to agriculture and livestock]]></category>
		<category><![CDATA[cold wave]]></category>
		<category><![CDATA[cold wave health risks and mitigation strategies]]></category>
		<category><![CDATA[data interpolation methods for climate datasets]]></category>
		<category><![CDATA[Deep learning cold wave forecasting in Bangladesh]]></category>
		<category><![CDATA[early warning]]></category>
		<category><![CDATA[extreme weather prediction challenges]]></category>
		<category><![CDATA[hybrid models]]></category>
		<category><![CDATA[impact of cold waves on vulnerable populations]]></category>
		<category><![CDATA[limitations of AI in predicting extreme weather]]></category>
		<category><![CDATA[long-term temperature data analysis in South Asia]]></category>
		<category><![CDATA[LSTM]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[machine learning accuracy in climate events]]></category>
		<category><![CDATA[Mymensingh]]></category>
		<category><![CDATA[Public health]]></category>
		<category><![CDATA[regional climate variability and extreme event forecasting]]></category>
		<category><![CDATA[temperature forecasting]]></category>
		<category><![CDATA[temperature thresholds for cold wave definition]]></category>
		<category><![CDATA[time series]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=194002</guid>

					<description><![CDATA[A 38-year machine learning study in Mymensingh, Bangladesh, shows LSTM networks forecast daily minimum temperatures with high accuracy but detect only a fraction of actual cold wave days.]]></description>
										<content:encoded><![CDATA[<p>Cold waves are among the most dangerous yet least studied weather hazards in South Asia, and in the northern districts of Bangladesh they arrive each winter with lethal consequences. When minimum temperatures fall below 10 degrees Celsius, a threshold used by the Bangladesh Meteorological Department to define cold wave days, vulnerable populations face heightened risks of hypothermia and respiratory illness, while farmers watch crops and livestock suffer damage that can erase a season&#8217;s income. A new study published in BMC Environmental Science has now tested whether modern machine learning can forecast these events reliably, and the results offer both a promising advance and a sobering reality check for the field of extreme weather prediction.</p>
<p>The research, led by Sharmin Akther of Jahangirnagar University together with colleagues from the Bangladesh Meteorological Department, the University of Melbourne and other institutions, focused on Mymensingh district, located at 24.75 degrees north and 90.40 degrees east. The team assembled a remarkable 38-year record of daily minimum temperatures spanning 1985 to 2022, obtained from the Bangladesh Meteorological Department. Only 30 of the 13,787 daily records, a mere 0.22 percent of the dataset, contained missing values, and these were filled using time-based interpolation that respects the temporal relationship between adjacent observations. Statistical tests confirmed the series was stationary: the Augmented Dickey-Fuller test rejected a unit root with a statistic of minus 11.426, while the KPSS test failed to reject stationarity, giving the researchers a solid foundation for time series modeling.</p>
<p>The core of the study was a head-to-head comparison of forecasting approaches. On the statistical side, the team fitted an autoregressive integrated moving average model, selecting ARIMA(1,1,2) as optimal using the Akaike and Bayesian information criteria, and an exponential smoothing state space model, where the simplest ETS(A,N,N) configuration with additive errors, no trend and no seasonality achieved the lowest AIC. On the machine learning side, they trained support vector regression with a radial basis function kernel, random forest regression, and a long short-term memory neural network, the deep learning architecture specifically designed to capture long-range dependencies in sequential data through its gated memory cells. Each machine learning model was fed 30 days of lagged temperatures as input features, standardized with Z-score normalization, and tuned through five-fold time series cross-validation to prevent any leakage of future information.</p>
<p>The team also built six hybrid models that combined each machine learning predictor with a statistical correction of its residuals, following the classic hybridization strategy in which a neural network captures nonlinear patterns while ARIMA or ETS models any remaining linear structure. The final hybrid prediction was the sum of the machine learning forecast and the statistical model&#8217;s forecast of the residuals. This family of models, including LSTM+ARIMA, LSTM+ETS, SVR+ARIMA, SVR+ETS, RF+ARIMA and RF+ETS, was evaluated with the same rigorous out-of-sample protocol applied to the standalone models.</p>
<p>When the models were tested on data they had never seen, covering June 2011 through September 2022, the deep learning model emerged as the clear winner. The LSTM achieved a root mean square error of 1.395 degrees Celsius, a mean absolute error of 1.053 degrees, and a mean absolute scaled error of 0.906, meaning it beat a naive persistence forecast. Support vector regression came in a close second at 1.403 degrees RMSE, and random forest followed at 1.435 degrees. The statistical models, by contrast, performed poorly, with RMSE values around 6.7 to 6.8 degrees and MASE values above 4. The researchers attribute the LSTM&#8217;s success to three factors: daily minimum temperature exhibits stronger day-to-day persistence than mean or maximum temperature, the 38-year training record provides ample data for learning seasonal cycles, and the single-station design avoids errors from spatial heterogeneity.</p>
<p>Perhaps the most surprising finding concerned the hybrid models. Despite the theoretical appeal of combining statistical and machine learning methods, none of the six hybrids significantly improved on its standalone counterpart. The best hybrid, LSTM+ARIMA, achieved an RMSE of 1.397 degrees, essentially identical to the standalone LSTM&#8217;s 1.395 degrees. Diebold-Mariano tests, which formally compare predictive accuracy between competing forecasters, confirmed that only LSTM+ARIMA differed significantly from its base model, and in that case the standalone LSTM was actually better. The message is that when a deep learning model already captures the complex temporal structure of a temperature series, bolting on a statistical correction adds complexity without adding skill.</p>
<p>Accuracy in predicting temperature, however, is not the same as accuracy in detecting cold waves, and here the study delivers its most important caution. Treating cold wave detection as a binary classification problem with the 10 degree threshold, the LSTM showed excellent discriminative power, with a ROC-AUC of 0.975, meaning it ranks cold days above ordinary days with remarkable consistency. Yet its recall was only 0.215: the model correctly identified just 14 of the 65 actual cold wave days in the test period, missing 51 of them. Precision stood at 0.560, so when the model did flag a cold day it was right 56 percent of the time, and it raised only 11 false alarms. The overall accuracy of 0.985 is misleading because cold days make up only 1.6 percent of observations, a class imbalance that pushes models toward conservative behavior. Monthly analysis revealed the pattern in detail: the model detected 22 of 43 cold days in December, a 51 percent detection rate, but only 2 of 18 in November and 1 of 4 in January, suggesting systematic underestimation of early winter cold events.</p>
<p>Using the trained model, the researchers generated a daily minimum temperature forecast for 2027 with 80 and 95 percent prediction intervals constructed from the test RMSE. The projection captured the expected seasonal cycle, with summer values peaking around 24 to 25 degrees and winter minima between 22 and 23 degrees, and all forecasted temperatures remained above the cold wave threshold. But the authors are emphatic that this absence of forecasted cold waves must not be read as a prediction of no cold wave risk. A model that misses roughly 78 percent of historical cold days would likely miss actual cold waves in 2027 as well. The model was trained on data ending in 2011 and cannot account for climate regime shifts or changing winter patterns since then, and the winter prediction intervals, spanning roughly plus or minus 2 to 3 degrees, are wide enough that a downward fluctuation could still push temperatures below 10 degrees. The researchers stress that disaster management agencies, health authorities and local governments should continue normal winter preparedness measures from November through February regardless of this exploratory projection, and that operational decisions should rely on routine seasonal forecasts from national meteorological services.</p>
<p>The study&#8217;s implications reach beyond Bangladesh. The finding that deep learning substantially outperforms linear statistical models for daily temperature echoes results from across South Asia, including ARIMA-based temperature analysis in Karachi, Pakistan, and an STL-ARIMA-LSTM hybrid for heatwave forecasting in Rajshahi that achieved an RMSE of 1.18 degrees. The low recall for rare events is also not unique to this work; studies of heatwave and flood classification have reported similar struggles with imbalanced datasets, where high overall accuracy conceals poor detection of the very events that matter most. The authors recommend that future operational systems adjust the classification threshold to balance precision and recall, incorporate perceived temperature metrics such as the wind chill index, and integrate humidity, wind speed, cloud cover and large-scale climate indices like ENSO, all of which were absent from the current univariate framework.</p>
<p>The researchers outline a clear roadmap for strengthening the approach. Expanding the analysis to multiple stations across Bangladesh would test spatial transferability and reveal regional patterns in cold wave occurrence. Advanced techniques for handling class imbalance, including synthetic minority oversampling, focal loss and cost-sensitive learning, could raise recall at some cost to precision. Linking temperature forecasts to health outcome data such as cold-related mortality and hospitalization rates would allow health-relevant alert thresholds to be defined and would provide direct validation of the model&#8217;s usefulness as an early warning tool. Probabilistic methods such as quantile regression forests and Bayesian neural networks could extend forecast horizons while quantifying uncertainty more honestly. For now, the study positions the LSTM model as a powerful temperature forecasting instrument rather than a standalone cold wave alarm, a distinction that could shape how machine learning is deployed to protect vulnerable communities across the region.</p>
<p><strong>Subject of Research:</strong> Machine learning forecasting of daily minimum temperatures and cold wave events in Mymensingh district, Bangladesh</p>
<p><strong>Article Title:</strong> Forecasting cold wave in Bangladesh: a validated machine learning approach for early warning and vulnerability reduction</p>
<p><strong>Article References:</strong> Akther, S., Hussain Khan, M. M., Chowdhury, S., Das, A., Rahman, M., &amp; Rois, R. (2026). Forecasting cold wave in Bangladesh: a validated machine learning approach for early warning and vulnerability reduction. <em>BMC Environmental Science, 3</em>(1), Article 17. <a href="https://doi.org/10.1186/s44329-026-00058-6" rel="noopener noreferrer">https://doi.org/10.1186/s44329-026-00058-6</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1186/s44329-026-00058-6" rel="noopener noreferrer">10.1186/s44329-026-00058-6</a></p>
<p><strong>Keywords:</strong> cold wave, Bangladesh, LSTM, machine learning, temperature forecasting, early warning, Mymensingh, ARIMA, hybrid models, time series, climate extremes, public health</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">194002</post-id>	</item>
	</channel>
</rss>
