A Novel Method to Predict Laying Rate Based on Multiple Environment Variables

Hang Yin,Chuanyun Liu,Yacui Gao,Wenting Fan,Bin Xiao,Liang Cao,Shahbaz Gul Hassan,Shuangyin Liu
DOI: https://doi.org/10.1109/access.2021.3105189
IF: 3.9
2021-01-01
IEEE Access
Abstract:Realizing an accurate laying rate prediction based on environmental factors plays a vital role in livestock and poultry breeding. In this paper, multiple environmental factors were considered to improve the accuracy of egg production rate prediction. A method was proposed by combining the Random Forest (RF) and Long Short-Term Memory (LSTM) to analyze the impact of the external environmental factors on the laying rate. Firstly, using RF, feature importance selection was implemented on environmental factors affecting laying rate. Secondly, the extreme Gradient Boosting (XGBoost) was introduced as a comparison to evaluate the accuracy and reliability of the RF feature importance selection. Finally, by discarding the features with low importance one by one, the multi-variable RF-LSTM laying rate prediction was conducted. Experiment results showed that the proposed RF-LSTM method significantly improved the prediction accuracy on laying rate.
computer science, information systems,telecommunications,engineering, electrical & electronic
What problem does this paper attempt to address?
### What problem does this paper attempt to solve? This paper aims to predict poultry egg production rates and improve prediction accuracy by combining Random Forest (RF) and Long Short-Term Memory (LSTM) networks. Specifically: 1. **Impact of Environmental Factors on Egg Production Rate**: - The paper considers various environmental factors (such as temperature, humidity, carbon dioxide, dust, light, etc.) to improve the accuracy of egg production predictions. - Random Forest is used for feature selection to identify the most important environmental variables. 2. **Model Methodology**: - A method combining Random Forest and LSTM (RF-LSTM) is proposed to predict egg production rates. - Random Forest is used for feature importance selection to remove unimportant environmental variables, reduce overfitting, and improve prediction accuracy. - LSTM is used for modeling and predicting time series data. 3. **Experimental Validation**: - The effectiveness and superiority of the proposed method are validated through experiments. - Experimental results show that the RF-LSTM model performs best in predicting egg production rates under multiple environmental factors, achieving a prediction accuracy of 98%. In summary, the main problem this paper addresses is how to accurately predict poultry egg production rates considering multiple environmental factors, and it proposes a new RF-LSTM combined prediction model to achieve this goal.