一种双向跨道RNN模型,用于对乳制品生产的时间序列预测
Vahid Naghashi1,2, Mounir Boukadoum1,2, Abdoulaye Banire Diallo3,4
1Department of Computer Science, Université du Québec à Montréal, 201 Avenue du Président-Kennedy, Montreal, QC, H2X 3Y7, Canada.
Scientific reports
|November 20, 2025
概括
准确的乳牛牛奶产量预测对于精确的畜牧管理至关重要. 一个新的双向门式反复单位 (GRU) 网络有效地模拟复杂的乳制品数据,优于现有方法.
科学领域:
- 农业科学 农业科学
- 数据科学数据科学数据科学
- 机器学习 机器学习
背景情况:
- 精确的畜牧管理需要准确的牛奶产量预测.
- 分析历史牛数据 (健康,牛奶质量,季节性) 是关键.
- 多变量时间序列预测模型与复杂的乳制品数据动态作斗争.
研究的目的:
- 开发一种先进的循环神经网络 (RNN),用于预测乳牛的牛奶产量.
- 为了有效地捕捉乳制品变量之间的时间依赖性和相互关系.
- 提高牛奶收入预测的准确性和效率.
主要方法:
- 提出了一个新的RNN架构,使用双向门式循环单位 (GRU).
- 沿着通道维度双向应用GRU,以实现高效的交互建模.
- 嵌入了前层,以隐式捕捉时间依赖.
主要成果:
- 在预测累计牛奶收入方面取得了优异或竞争性表现.
- 通过使用各种误差指标,在不同的哺乳期证明有效性.
- 与变压器和卷积模型相比,表现出较低的时间复杂性.
结论:
- 拟议的双向GRU模型为乳牛牛奶产量预测提供了有效的解决方案.
- 这种方法通过准确和高效的数据分析来提高精确的畜牧管理.
- 该模型为优化奶牛场运营和利能力提供了宝贵的工具.
相关概念视频
Time-Series Graph
5.0K
A time-series graph is a line graph with repeated measurements taken at successive intervals of time. It is also called a time series chart. To construct a time-series graph, one must look at both pieces of a paired data set. The horizontal axis is used to plot the time increments, and the vertical axis is used to plot the values of the variable that one is measuring. By using the axes in this way, each point on the graph will correspond to time and a measured quantity. The points on the graph...
5.0K
Prediction Intervals
3.1K
The interval estimate of any variable is known as the prediction interval. It helps decide if a point estimate is dependable.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
3.1K
Linear time-invariant Systems
850
A system is linear if it displays the characteristics of homogeneity and additivity, together termed the superposition property. This principle is fundamental in all linear systems. Linear time-invariant (LTI) systems include systems with linear elements and constant parameters.
The input-output behavior of an LTI system can be fully defined by its response to an impulsive excitation at its input. Once this impulse response is known, the system's reaction to any other input can be...
The input-output behavior of an LTI system can be fully defined by its response to an impulsive excitation at its input. Once this impulse response is known, the system's reaction to any other input can be...
850
Multi-input and Multi-variable systems
376
Cruise control systems in cars are designed as multi-input systems to maintain a driver's desired speed while compensating for external disturbances such as changes in terrain. The block diagram for a cruise control system typically includes two main inputs: the desired speed set by the driver and any external disturbances, such as the incline of the road. By adjusting the engine throttle, the system maintains the vehicle's speed as close to the desired value as possible.
In the absence of...
In the absence of...
376
Multicompartment Models: Overview
482
Multicompartment models are mathematical constructs that depict how drugs are distributed and eliminated within the body. They segment the body into several compartments, symbolizing various physiological or anatomical areas connected through drug transfer processes such as absorption, metabolism, distribution, and elimination.
These models offer a more comprehensive representation of drug behavior in the body than one-compartment models. They accommodate the complexity of drug distribution,...
These models offer a more comprehensive representation of drug behavior in the body than one-compartment models. They accommodate the complexity of drug distribution,...
482
Model Approaches for Pharmacokinetic Data: Distributed Parameter Models
226
Pharmacokinetic models are mathematical constructs that represent and predict the time course of drug concentrations in the body, providing meaningful pharmacokinetic parameters. These models are categorized into compartment, physiological, and distributed parameter models.
The distributed parameter models are specifically designed to account for variations and differences in some drug classes. This model is particularly useful for assessing regional concentrations of anticancer or...
The distributed parameter models are specifically designed to account for variations and differences in some drug classes. This model is particularly useful for assessing regional concentrations of anticancer or...
226
