Improved Yield Prediction of Winter Wheat Using a Novel Two-Dimensional Deep Regression Neural Network Trained via

Giorgio Morales1, John W Sheppard1, Paul B Hegedus2

  • 1Gianforte School of Computing, Montana State University, Bozeman, MT 59717, USA.

Summary

Convolutional Neural Networks (CNNs) improve crop yield prediction by analyzing spatial field data. A novel CNN, Hyper3DNetReg, accurately estimates winter wheat yields using early-season remote sensing data.

Related Concept Videos

Multiple Regression01:25

Multiple Regression

Multiple regression assesses a linear relationship between one response or dependent variable and two or more independent variables. It has many practical applications.
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
3.1K
Residuals and Least-Squares Property01:11

Residuals and Least-Squares Property

The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
7.8K