<?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>biological response delays in dairy cows &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/biological-response-delays-in-dairy-cows/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Tue, 22 Sep 2026 17:51:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>biological response delays in dairy cows &#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>Hybrid AI Model Predicts Heat-Stressed Dairy Cows&#8217; Milk Yields With New Precision</title>
		<link>https://scienmag.com/hybrid-ai-model-predicts-heat-stressed-dairy-cows-milk-yields-with-new-precision/</link>
		
		<dc:creator><![CDATA[Alan Morgan]]></dc:creator>
		<pubDate>Tue, 22 Sep 2026 17:51:38 +0000</pubDate>
				<category><![CDATA[Agriculture]]></category>
		<category><![CDATA[advanced forecasting methods for milk yield]]></category>
		<category><![CDATA[biological response delays in dairy cows]]></category>
		<category><![CDATA[climate resilience in dairy industry]]></category>
		<category><![CDATA[climate variability]]></category>
		<category><![CDATA[climate-sensitive dairy production]]></category>
		<category><![CDATA[dairy farming]]></category>
		<category><![CDATA[heat stress]]></category>
		<category><![CDATA[heat stress delayed effects on milk output]]></category>
		<category><![CDATA[heat stress impact on milk yield]]></category>
		<category><![CDATA[Holstein Friesian]]></category>
		<category><![CDATA[hybrid AI modeling for dairy cows]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[machine learning for livestock productivity]]></category>
		<category><![CDATA[milk yield prediction]]></category>
		<category><![CDATA[modeling heat and humidity effects on dairy]]></category>
		<category><![CDATA[NARX]]></category>
		<category><![CDATA[NARX and XGBoost in agriculture]]></category>
		<category><![CDATA[precision dairy farming]]></category>
		<category><![CDATA[Precision Livestock Farming]]></category>
		<category><![CDATA[residual stacking AI models for milk prediction]]></category>
		<category><![CDATA[SHAP interpretability]]></category>
		<category><![CDATA[temperature-humidity index]]></category>
		<category><![CDATA[time-series forecasting]]></category>
		<category><![CDATA[XGBoost]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=207363</guid>

					<description><![CDATA[A hybrid NARX–XGBoost machine learning framework predicts daily milk yields in heat-stressed dairy cows with substantially higher accuracy than existing single-model approaches.]]></description>
										<content:encoded><![CDATA[<p>Milk is one of the most climate-sensitive commodities on Earth. Global production hovers between roughly 940 and 966 million tons a year, and even small dips ripple through prices, processing capacity, and food security. Now, researchers report that a carefully engineered hybrid artificial intelligence model can forecast how much milk an individual cow will produce on a given day — accounting for the lingering, delayed effects of heat and humidity — with markedly better accuracy than any single modeling approach previously applied to the same data.</p>
<p>The study, conducted by Arifa Sultana, Kaisa M. Linderborg, and Jukka Heikkonen and published in the Journal of Agriculture and Food Research, tackles a stubborn biological problem: heat stress does not hit dairy cows instantly. Reduced feed intake, hormonal shifts, and metabolic adjustments typically surface over several days, meaning simple correlations between a hot afternoon and a weaker milking session miss most of the damage. The team&#8217;s answer is a two-stage architecture that pairs a nonlinear autoregressive model with exogenous inputs (NARX) with XGBoost, a gradient-boosting algorithm, in a residual-stacking arrangement.</p>
<p>The framework works by dividing the forecasting problem in two. NARX, whose feedback structure explicitly models delayed physiological responses, captures the general lactation curve and the lagged influence of weather variables such as temperature, humidity, wind speed, and solar radiation. XGBoost then steps in to learn the residuals — the systematic errors the temporal model leaves behind — which often reflect abrupt climatic swings. The researchers chose NARX over ARIMA-type models because it avoids strict stationarity assumptions, and over long short-term memory (LSTM) networks because it does not demand massive training datasets.</p>
<p>The evidence comes from an open-access dataset collected at the Austral Agricultural Experimental Station near Valdivia in southern Chile, originally gathered by Arias and colleagues. It spans three summer seasons — 2012–2013, 2015–2016, and 2016–2017 — covering 330 Holstein Friesian cows on a 90-hectare farm, with daily milk records aligned to hourly weather-station readings of temperature, relative humidity, wind speed, and solar radiation. The team enriched the raw data with three-day lagged weather variables, rolling averages, and interaction terms such as temperature multiplied by days in milk, encoding the biological insight that early-lactation cows are more thermally vulnerable than cows late in their cycle.</p>
<p>Validation was deliberately stringent. Instead of random splits, the researchers used five-fold cross-validation grouped by cow identity, so no animal appeared in both training and test sets — a safeguard against the model simply memorizing individuals. They also ran temporal holdout tests, training on earlier seasons and forecasting entirely unseen future ones. The NARX–XGBoost hybrid achieved a coefficient of determination (R²) of 0.839 and a mean absolute percentage error of 8.86%, cutting root mean squared error by 24.1% compared with the strongest naive baseline, which simply predicted that each cow would produce the same volume as the previous day. Weather variables alone, by contrast, explained almost nothing (R² = 0.071), underscoring that a cow&#8217;s own production history is the backbone of any useful forecast.</p>
<p>Statistical testing reinforced the result. A Friedman test across all six hybrid configurations showed significant overall differences in cow-level error, and Holm-corrected pairwise Wilcoxon comparisons confirmed that NARX–XGBoost significantly outperformed every rival, including hybrids combining a linear mixed model with random forest, XGBoost, or LSTM, and NARX paired with a multilayer perceptron or LSTM. Interestingly, the LSTM variant underperformed because the lagged NARX inputs already supplied temporal memory, creating redundant internal representations and unstable training. Complete-season transfer tests proved remarkably consistent, with R² values of 0.7735 and 0.7743 for the 2015–2016 and 2016–2017 holdouts respectively.</p>
<p>Perhaps the most consequential finding came from the interpretability analysis. Using SHAP (Shapley Additive Explanations), the team examined which environmental drivers actually moved the model&#8217;s predictions. Relative humidity dominated, a logical outcome in southern Chile&#8217;s humid climate, where moisture-laden air cripples the evaporative cooling that cows depend on. Wind speed and ambient temperature contributed moderately, and the analysis revealed an interaction: temperature&#8217;s effect on predicted yield grew more pronounced at higher temperature–humidity index values, while stronger winds appeared to soften the negative impact of humid heat.</p>
<p>Notably, the composite thermal indices that anchored earlier descriptive work — the adjusted temperature–humidity index and the Comprehensive Climate Index — turned out to be partly redundant, because the hybrid model could learn climatic interactions directly from raw variables. The earlier study on this same dataset, which relied on those indices and simple regression, explained less than 5% of milk yield variability; the new framework captures more than sixteen times that share of variance by embracing nonlinearity, lagged effects, and cow-level dynamics. A three-dimensional response surface confirmed that heat stress suppresses yield most severely when cows are deep into lactation, quantifying a pattern the original Chilean study had described only qualitatively.</p>
<p>The researchers are careful about the limits. The dataset comes from a single farm, one weather station, and a temperate-humid climate; barn ventilation, shade, pasture exposure, and nighttime recovery were not captured, and heat stress was inferred rather than measured physiologically. Feed composition, health records, and genetics were also outside the model&#8217;s scope. External validation on independent herds — particularly in tropical production systems — remains a prerequisite before any operational rollout, and the error reductions reported here should not be read as demonstrated gains in farm productivity.</p>
<p>Still, the implications are significant. Because the pipeline runs on ordinary weather-station data and daily milking records rather than expensive high-resolution sensors, it could be adapted to small and mid-sized farms that lack the infrastructure for deep-learning approaches. The authors suggest that lightweight versions could eventually run on edge devices for real-time monitoring, and that future work may explore transformer-based or physics-informed architectures. If the model survives external testing, a predicted daily milk figure accurate to within roughly a liter and a half per cow could give farm managers the lead time they need to adjust feeding, cooling, and intervention schedules before heat stress silently erodes the bottom line.</p>
<p><strong>Subject of Research:</strong> Development and comparison of hybrid machine learning models for weather-influenced dairy milk yield prediction</p>
<p><strong>Article Title:</strong> A comparative study of hybrid models for weather-influenced dairy milk yield prediction</p>
<p><strong>Article References:</strong> Sultana, A., Linderborg, K. M., &amp; Heikkonen, J. (2026). A comparative study of hybrid models for weather-influenced dairy milk yield prediction. <em>Journal of Agriculture and Food Research, 31</em>, Article 103276. <a href="https://doi.org/10.1016/j.jafr.2026.103276" rel="noopener noreferrer">https://doi.org/10.1016/j.jafr.2026.103276</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1016/j.jafr.2026.103276" rel="noopener noreferrer">10.1016/j.jafr.2026.103276</a></p>
<p><strong>Keywords:</strong> dairy farming, milk yield prediction, heat stress, machine learning, NARX, XGBoost, SHAP interpretability, temperature-humidity index, time series forecasting, Holstein Friesian, climate variability, precision livestock farming</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">207363</post-id>	</item>
	</channel>
</rss>
