Indian Journal of Animal Research

  • Chief EditorK.M.L. Pathak

  • Print ISSN 0367-6722

  • Online ISSN 0976-0555

  • NAAS Rating 6.50

  • SJR 0.263

  • Impact Factor 0.4 (2024)

Frequency :
Monthly (January, February, March, April, May, June, July, August, September, October, November and December)
Indexing Services :
Science Citation Index Expanded, BIOSIS Preview, ISI Citation Index, Biological Abstracts, Scopus, AGRICOLA, Google Scholar, CrossRef, CAB Abstracting Journals, Chemical Abstracts, Indian Science Abstracts, EBSCO Indexing Services, Index Copernicus

Estimation of Marketing Live Weight of Lambs by Different Machine Learning Algorithms

F. Karakus1,*
1Department of Animal Sciences, Faculty of Agriculture, Van Yüzüncü Yil University, 6508, Van, Türkiye.

Background: Further research is needed to estimate the marketable live weight of lambs with high accuracy and reliability while minimizing contact and measurement. This study aimed to estimate the 120th-day marketing weight of Morkaraman lambs by different machine learning algorithms, considering the variables of dam age, sex, birth type, birth weight, as well as 30th day, 60th day and 90th day live weights. 

Methods: Artificial neural networks (ANN), classification and regression trees (CART), support vector machines with radial basis function kernel (SVMR) and Random Forest (RF) algorithms for estimation of the marketing weight were performed for training (75%) and testing (25%) datasets. Models used in this study were compared based on mean absolute error (MAE), root mean squared error (RMSE) and mean absolute per cent error (MAPE) performance metrics. The most significant predictor of the marketing live weight in all models was the 90th day live weight, whereas the birth weight, birth type and dam age were the least important predictors. The correlation coefficients between live weight values estimated by the SVMR, CART, RF and ANN models and the actual marketing live weight were determined as 0.82, 0.82, 0.82 and 0.84, respectively.

Result: The best prediction for the marketing live weight of Morkaraman lambs in the 4th month was obtained from the ANN model. Using artificial neural networks to determine the marketing weight of lambs can save time and labor because of the reduced number of weighings. It may improve decisions made in flock management.

Live weight estimation is required to decide on herd management practices, such as growth monitoring, proper drug dosage, determination of daily feed amount and marketing time (Khan et al., 2014; Önk et al., 2018). The live weights of farm animals are currently determined by direct weighing techniques or indirect techniques based on correlations between live weight and body measurements. Although the scales used to measure the live weight of farm animals make accurate and sensitive measurements, problems arise due to the acquisition, intended function, size, repeated calibration and maintenance expenses associated with these devices. These issues limit the affordability and sustainability of these devices, especially for small and medium-sized farms (Wang et al., 2021). In addition, measurements made with these conventional weighing devices require intense labor and time, cause physical stress in animals and pose a risk of disease spread. With the spread of modern breeding, the need to replace these methods with more stress-free and contactless methods has emerged (Li et al., 2022).
        
Numerous studies have addressed the issue of multicollinearity and complex relationships among variables when using regression analyses, such as linear, multiple and ridge regression, to estimate the live weights of sheep based on biometric and morphometric measurements obtained at various growth periods (Tarig et al., 2012; Jahan et al., 2013; Khan et al., 2014). Since these traditional statistical methods are insufficient to explain complex relationships, various data mining algorithms have recently been used to predict animal live weight (Huma and Iqbal, 2019; Erdoğan Ataç et al., 2022). Data mining algorithms that create homogeneous sub-groups as soon as possible are unaffected by multicollinearity problems caused by the strong correlations between morphological features, outliers, and missing data (Ali et al., 2015).
        
Machine learning is a discipline of artificial intelligence and computer science that focuses on using data and algorithms to emulate the learning process of humans (Khanikar et al., 2022; Priya Dutt et al., 2024). Various studies conducted on sheep have revealed that live weight (Huma and Iqbal, 2019; Çakmakçı, 2022; Coşkun et al., 2023; Tırınk et al., 2023a; Hamadani et al., 2024), fat tail weight (Norouzian and Alavijeh, 2016), metabolizable energy consumption (Suparwito et al., 2021), breeding value (Ghotbaldini et al., 2019), milk yield (İnce and Sofu, 2013; Angeles-Hernandez et al., 2022), carcass traits (Shahinfar et al., 2019) and adult wool growth and quality traits (Shahinfar and Khan, 2018) can be predicted by machine learning techniques. In addition, machine learning techniques have been successfully applied to classify lameness (Kaler et al., 2019), evaluate pain from facial expressions (McLennan and Mahmoud, 2019), identify factors affecting lamb survival (Odevci et al., 2021) and monitor animal health and welfare (AlZubi and Al-Zu’bi, 2023).
 
More information is needed to evaluate the performance of various machine learning algorithms for estimating marketing live weight in lambs. this study aimed to estimate the 120th-day marketing weight of morkaraman lambs with different machine learning algorithms, considering dam age, sex, birth type, birth weight and 30th day, 60th day and 90th day live weights.
The study was carried out in the farms of the Morkaraman sheep breeding sub-project, which was implemented in Ağrı province between the years 2022-2023. The animal material for this study consisted of 5835 Morkaraman lambs born in 2022. The study area, Ağrı province, is in the east of Türkiye and between 39°43'7"N latitude and 43°3'3"E longitude. the altitude of the province is 1640 m above sea level and the annual average rainfall is 521.8 mm.
        
Morkaraman sheep is one of the most important fat-tailed local sheep breeds in Türkiye. this breed, resistant to adverse environmental conditions, has high adaptability and is primarily bred for meat yield (şahin and Kopuzlu, 2022). In the enterprises where the study was conducted, lambs are housed with their mothers until weaning at an average of 90 days. During the pasture period, they are suckled with their mothers in the evenings. the lambs are grazed in the pasture between May and July and no additional feeding is done during this period. In late July-September, the lambs are fed with alfalfa hay and crushed barley until they are sold. In the lambing season, lambs were weighed within 12 to 24 hours of birth and ear-tagged for identification. Birth weight, sex, birth type and dam age of the lambs were recorded. To determine the marketing weight of the lambs, they were weighed at an average age of 90 and 120 days. The 30th and 60th day weights of the lambs were calculated by linear interpolation using the birth weight and 90th day live weight variables.
        
A statistical description of growth traits is given in Table 1. The categorical variables, such as sex with two categories (male:1 and female:0) and birth type with two categories (single:1 and twin: 2) were converted into a numerical format using dummy variables. One of the categories (female for sex and single for birth type) was excluded from the models to avoid multicollinearity.
 

Table 1: Statistical description for growth traits in Morkaraman lambs (kg).


        
The dataset was split into 75% training and 25% testing. The training data set (n= 4374) was used to create the model, while the unseen test data set (n= 1461) was used to qualify the performance of the models. The n-fold cross-validation, a method used to evaluate machine learning models, divides the data set into n-folds and in each iteration, one is used as the test set and the rest as the training set. Until the entire data set has been examined, these processes are repeated. Using this technique makes it possible to determine whether the predictions made by the models are unique to the given data set and to provide more trustworthy results (Barut and Altuntaş, 2023).
        
In this study, a 5-fold cross-validation resampling technique was repeated five times to improve the accuracy of the estimated generalization error. Performance metrics in machine learning regression models are used to compare the predictions of the trained model with the actual (observed) data from the testing data set (Plevris et al., 2022). Models used in this study were compared based on mean absolute error (MAE), root mean squared error (RMSE) and mean absolute percent error (MAPE) performance metrics (Çakmakçı, 2022; Coşkun et al., 2023).
        
Random forest (RF), support vector machines with radial basis function kernel (SVMR), classification and regression trees (CART) and artificial neural networks (ANN) algorithms for estimation of the marketing weight were performed using the caret R package. The ggstatsplot R package compared the live weight means estimated by machine learning models. The R programming language (version 4.1.2) was used for all analyses (RCoreTeam, 2023).
A correlation matrix was created to describe the relationships between the traits. Regarding the correlation matrix of the training dataset (Fig 1), while the marketing live weight of lambs (D120) had the highest correlation (r=+0.79, P<0.05) with the 90th-day weaning weight, it showed very low and insignificant correlations with dam age and birth weight. At the same time, D120 showed significant correlations with D30 (r=+0.72, P<0.05) and D60 (r=+0.78, P<0.05) (Fig 1a). However, D30 and D60 predictors were excluded from the data set as they were highly correlated variables (Fig 1b).
 

Fig 1: Correlation matrix showing the correlation coefficients a) between the traits in the training dataset and b) between traits after removing the predictors with an absolute pairwise correlation of 0.75 or higher in the training dataset.


        
Correlation matrices and a boruta algorithm based on random forests identified the study’s most significant variables. This was done to avoid multicollinearity and reduce the variables needed for optimal forecasting performance. This approach reduces time and effort by allowing variable selection to determine important variables, removing unnecessary measurements (Çakmakçı, 2022). The Boruta method has been proven effective in determining the optimal subset of traits to build a high-accuracy prediction model (Cao, 2019). The findings of Wolc et al., (2011), who found that the correlation between live weights of sheep of various ages increased with increasing days of age, were consistent with the high correlations between live weights at 30, 60, 90 and 120 days of age determined in this study. On the other hand, in the study conducted by Tırınk et al., (2023b) on romane lambs, only relatively high correlations between weaning weight and suckling weight (0.79) and low-to-moderate correlations between final weight and birth weight, suckling weight and weaning weight (0.29, 0.42, 0.52, respectively) were determined.
        
The importance scores of the variables are given in Table 2. Initially, the data set was cleared of highly correlated predictors. The boruta algorithm was then used to apply variable selection processes to the remaining predictors. The ML models were trained by selecting important predictors. The result of boruta analysis showed that dam age, birth weight, 90-day weight, and birth type were the variables confirmed to be significant as final predictors. However, the predictor sex was excluded from the dataset because it was insignificant. Herd, sex, birth type, dam age, birth weight, live weight at 60 days and weaning weight (90 days) were used by ANN to predict marketing weight (120 days) of hair goat kids, but only herd, sex, birth type and dam age with significant effects (P<0.05) were included in the model (Erdoğan Ataç et al., 2022).
 

Table 2: Variable importance scores.


        
One of the most popular data resampling techniques to estimate the generalizability of a predictive model and to avoid overfitting is cross-validation (Berrar, 2019). Repeated (5 times) 5-fold cross-validation was used to evaluate the performance of each model in the study. The results of repeated 5 times 5-fold cross-validation resampling for datasets across models are given in Table 3. In various studies where the live weight of sheep was estimated with different machine learning algorithms, the best n value was obtained by the cross-validation method and the n value was selected as 5 (Sant’Ana et al., 2021; Coşkun et al., 2023) or 10 (Huma and Iqbal, 2019; Camacho-Perez et al., 2022; Hamadani and Ganai, 2023).
        
The CART model was the fastest, taking only 4.52064 seconds. The ANN algorithm processed the same dataset in 15.05579 minutes, while the RF algorithm took 8.421965 minutes and the SVMR algorithm only needed 5.769735 minutes of runtime. The ANN model was the most time-consuming but had the highest prediction accuracy using the test dataset. It outperformed all other models with the lowest RMSE and MAPE values. The MAE values for the ANN, CART, SVMR and RF datasets were 2.504, 2.567, 2.498 and 2.589, respectively. Training a machine learning model usually requires significant time and space (Yang and Shami, 2020). The runtime performance of the models in this study was like the study’s findings that applied the same models to a smaller dataset (Çakmakçı, 2022). Reporting that the models’ processing time was a factor to consider, Sant’Ana et al., (2021) found that the extreme gradient boost regressor (XGBR) was the fastest at 0.435 seconds, while the random forest regressor (RFR) was the most time-consuming at 5.950 s.
        
The cross-validation results were analyzed and after extracting all the metrics, the mean statistical value of each metric (MAE, RMSE, and MAPE) was calculated. Accuracy metrics are commonly used to assess machine learning predictions. The sensitivity of the seven accuracy measures was listed as MSE > SMAPE = MAPE > MAE > RMSE > R2 > R (Jierula et al., 2021). On the other hand, Camacho-Perez et al., (2022) reported that the expected errors in predictions and experimental measurements were errors of low magnitude and that RMSE was a suitable indicator to evaluate the algorithm’s performance. In this study, the ANN model with the lowest RMSE (3.181) and MAPE (0.076) values had the best predictive performance in terms of prediction accuracy on the test dataset (Table 3). The order of superiority of the algorithms in prediction accuracy was found as ANN > CART > SVMR > RF. Similarly, it was determined that marketing live weight of hair goat kids (Erdoğan Ataç et al., 2022) and the growth of baluchi lambs (Behzadi and Aslaminejad, 2010) could be predicted successfully by ANN. However, according to the goodness of fit criteria, CART was the best model in estimating the ideal final weight at 4 months of age in Romane male and female breeding lambs (Tırınk et al., 2023b). In contrast to the study findings, RF performed better in predicting the live weight of different sheep breeds, as it had the lowest values of the accuracy metrics (Huma and Iqbal, 2019, Sant’Ana et al., 2021; Çakmakçı, 2022).
 

Table 3: Results of the regression models on train and test datasets.


        
Fig 2 shows the variable importance scores based on permutation. Including the minimum possible number of predictors that give acceptable results can reduce the data acquisition cost or improve the software’s efficiency (Çakmakçı, 2022). According to the variable importance scores used to analyze the relative importance of the predictors, 90th day live weight was the most important predictor of marketing live weight in all models. However, birth weight, birth type (twin) and dam age were determined as predictors with low relative importance. The sensitivity analysis results for the support vector regression algorithm in the study by Tırınk et al., 2023b) showed that the most effective variable on final weight was the age of final weight, and the second variable was weaning weight. Sex, suckling weight, weaning age and birth weight were also found to be important while the age of suckling weight, birth type (2, 3 and 4) and the number of co-suckled lambs were the least effective variables. On the other hand, in studies in which live weight was estimated from morphological measurements, it was reported that the most important variables in predicting live weight were chest width, chest depth (Çakmakçı, 2022) and chest circumference (Tırınk et al., 2023a).
 

Fig 2: Variable importance scores for the predictors.


        
According to the correlation matrix (Fig 3a), the correlation coefficients between the values estimated by the SVMR, CART, RF and ANN models and the actual marketing live weight values were determined as 0.82 (P<0.05), 0.82 (P<0.05), 0.82 (P<0.05) and 0.84 (P<0.05), respectively. Based on the ANOVA results, there was a statistically significant difference between the marketing live weight values estimated by the RF and SVMR models (P<0.05) (Fig 3b). When the performance of each model as a weight predictor was analyzed, it was found that all models used in this study had similar prediction trends. Contrary to the study findings, there was no difference between the actual live weight values and the values predicted by machine learning models in Norduz sheep (Çakmakçı, 2022).
 

Fig 3: a) Correlation matrix showing the correlation coefficients between the actual and predicted marketing live weights with different machine learning models, b) Comparing the differences between the predicted marketing weights with different machine learning models.


        
In the study in which fat tail weight was estimated in sheep using ANN and MLR (multiple linear regression) models, the mean relative error between actual and model-predicted values was significantly (P<0.01) lower for ANN than for the MLR model and the ANN model gave a better estimation (Norouzian and Alavijeh, 2016). The mean error of the measured values compared to the actual value was reported to be less than 10% in the study, where the live weight of the sheep was estimated from biometric data (Camacho-Perez et al., 2022).
        
The optimal model identified in this study was artificial neural n etwork (ANN) with a 4-5-1 architecture, consisting of four input nodes corresponding to the predictor variables, a single hidden layer with five neurons and one output node. This configuration resulted in a total of 31 trainable parameters. The model employed a weight decay coefficient of 0.01 to mitigate overfitting.
In this study, goodness-of-fit criteria were used to select the best-fitting model. Study findings showed that machine learning algorithms can predict lambs’ marketing live weight based on explanatory variables. The ANN model obtained the best prediction for the marketing live weight of Morkaraman lambs in 4th month. Using artificial neural networks to determine the marketing weight of lambs can save time and labor because of the reduced number of weighings. It may improve decisions made in flock management.
I would like to thank the Republic of Türkiye Ministry of Agriculture and Forestry General Directorate of Agricultural Research and Policies for their support in the project. I would also like to thank Dr Cihan Çakmakçı for his contribution to machine learning algorithm performance evaluation in this study.
 
Disclaimers
 
The views and conclusions expressed in this article are solely those of the author and do not necessarily represent the views of their affiliated institutions. The author is responsible for the accuracy and completeness of the information provided, but do not accept any liability for any direct or indirect losses resulting from the use of this content.
 
Informed consent
 
All animal procedures for experiments were approved by Van Yüzüncü Yil University Ethical Committee on Animal Experimentation (reference no 2023/07-24).
The author declares that there are no conflicts of interest regarding the publication of this article. No funding or sponsorship influenced the design of the study, data collection, analysis, decision to publish, or preparation of the manuscript.

  1. Ali, M., Eyduran, E., Tariq, M.M., Tırınk, C., Abbas, F., Bajwa, M.A., Baloch, M.H., Nizamani, A.H., Waheed, A.,Awan, M.A., Shah, S.H., Ahmad, Z., Jan, S. (2015). Comparison of artificial neural network and decision tree algorithms used for predicting live weight at post weaning period from some biometrical characteristics in Harnai sheep. Pakistan Journal of Zoology. 47: 1579-1585.

  2. AlZubi, A.A., Al-Zu’bi, M. (2023). Application of artificial intelligence in monitoring of animal health and welfare. Indian Journal of Animal Research. 57(11): 1550-1555.

  3. Angeles Hernandez, J.C., Castro Espinoza, F.A., Peláez Acero, A., Salinas Martinez, J.A., Chay Canul, A.J., Vargas Bello Pérez, E. (2022). Estimation of milk yield based on udder measures of Pelibuey sheep using artificial neural networks. Scientific Reports. 12: 9009. 

  4. Barut, Z., Altuntaş, V. (2023). Comparison of performance of different n values with n-fold cross-validation in a graph-based learning model for IncRNA-disease prediction. Kýrklareli University Journal of Enginering Science. 9: 63-82.

  5. Behzadi, M.R.B., Aslaminejad, A.A. (2010). A comparison of neural network and nonlinear regression predictions of sheep growth. Journal of Animal and Veterinary Advances. 9: 2128-2131. 

  6. Berrar, D. (2019). Cross-validation. In: Encyclopedia of Bioinformatics and Computational Biology. Eds: Ranganathan, S., Gribskov, M., Schönbach, C., Vol.1, Elsevier, Amsterdam, pp. 542- 545. 

  7. Çakmakçı, C. (2022). Live weight prediction in Norduz sheep using machine learning algorithms. TURJAF. 10: 587-594.

  8. Camacho-Pérez, E., Chay-Canul, A.J.,Garcia-Guendulain, J.M., Rodríguez- Abreo, O. (2022). Towards the estimation of body weight in sheep using metaheuristic algorithms from biometric parameters in microsystems. Micromachines. 13: 1325. 

  9. Cao, Y. (2019). Modeling and predicting the variation of us highway construction cost. [Doctoral dissertation, Georgia Institute of Technology]. Atlanta, USA.

  10. Coşkun, G., Şahin, Ö., Altay, Y., Aytekin, İ. (2023). Final fattening live weight prediction in Anatolian Merinos lambs from some body characteristics at the initial of fattening by using some data mining algorithms. Black Sea Journal of Agriculture. 6: 47-53. 

  11. Erdoğan Ataç, F., Takma, Ç., Gevrekçi, Y., Öziş Altınçekiç, Ş. (2022). Prediction of marketing live weights in Hair goat kids using artificial neural network. Kafkas Üniversitesi Veteriner Fakültesi Dergisi. 28: 739-746. 

  12. Ghotbaldini, H., Mohammadreza, M., Nezamabadi-pour, H., Babenko, O.I., Bushtruk, M.V., Tkachenko, S.V. (2019). Predicting breeding value of body weight at 6-month age using artificial neural networks in Kermani sheep breed. Acta Scientiarum. Animal Sciences. 41: e45282. 

  13. Hamadani, A., Ganai, N.A. (2023). Artificial intelligence algorithm comparison and ranking for weight prediction in sheep. Scientific Reports. 13: 13242. 

  14. Hamadani, A., Ganai, N.A., Alam, S., Mudasir, S., Raja, T.A., Hussain, I., Ahmad, H.A. (2024). Artificial intelligence techniques for the prediction of body weights in sheep. Indian Journal of Animal Research. 58(5): 884-889.

  15. Huma, Z.E., Iqbal, F. (2019). Predicting the body weight of balochi sheep using a machine learning approach. Turkish Journal of Veterinary Animal Sciences. 43: 500-506.

  16. İnce, D., Sofu, A. (2013). Estimation of lactation milk yield of Awassi sheep with artificial neural network modeling. Small Ruminant Research. 113: 15-19. 

  17. Jahan, M., Tariq, M.M., Kakar, M.A., Eyduran, E., Waheed, A.(2013). Predicting body weight from body and testicular characteristics of Balochi male sheep in Pakistan using different statistical analyses. Journal of Animal and Plant Sciences. 23: 14-19.

  18. Jierula, A., Wang, S., Oh, T.M., Wang, P. (2021). Study on accuracy metrics for evaluating the predictions of damage locations in deep piles using artificial neural networks with acoustic emission data. Applied Sciences. 11: 2314.

  19. Kaler, J., Mitsch, J., Vázquez-Diosdado, J.A., Bollard, N., Dottorini, T., Ellis, K.A. (2019). Automated detection of lameness in sheep using machine learning approaches: Novel insights into behavioural differences among lame and non-lame sheep. Royal Society Open Science. 7: 190824. 

  20. Khan, M.A., Tariq, M.M., Eyduran, E., Tatliyer, A., Rafeeq, M., Abbas, F., Rashid, N., Awan, M.A., Javed, K. (2014). Estimating body weight from several body measurements in Harnai sheep without multicollinearity problem. Journal of Animal and Plant Sciences. 24: 120-126. 

  21. Khanikar, D., Phookan, A., Gogoi, A. (2022). Artificial neural networks- an introduction and application in animal breeding and production: A review. Agricultural Reviews. doi: 10.18805/ ag.R-2421.

  22. Li, G., Liu, X., Ma, Y., Wang, B., Zheng, L., Wang, M. (2022). Body size measurement and live body weight estimation for pigs based on back surface point clouds. Biosystems Engineering. 218: 10-22. 

  23. McLennan, K., Mahmoud, M. (2019). Development of an automated pain facial expression detection system for sheep (Ovis aries). Animals. 9: 196. 

  24. Norouzian, M.A., Alavijeh, M.V. (2016). Comparison of artificial neural network and multiple regression analysis for prediction of fat tail weight of sheep. Iranian Journal of Applied Animal Science. 6895-6900.

  25. Odevci, B.B., Emsen, E., Aydin, M.N. (2021). Machine learning algorithms for lamb survival. Computers and Electronics in Agriculture. 82: 105995. 

  26. Önk, K., Sarı, M., Gürcan, İ.S. (2018). Estimation of live weights at the beginning and the end of grazing season in Tuj lambs via scores of factor analysis. Ankara Üniversitesi Veteriner Fakültesi Dergisi. 65: 261-266. 

  27. Plevris, V., Solorzano, G., Bakas, N.P., Seghier, M.A.E.B. (2022). Investigation of performance metrics in regression analysis  and machine learning-based prediction models. In: 8th European Congress on Computational Methods in Applied Sciences and Engineering ECCOMAS Congress, Oslo, Norway, pp. 1-25. 

  28. Priya Dutt, T., Singh, M., Gaur, G.K., Sahu, V. (2024). ‘Artificial Intelligence’ as an intelligent tool for the future animal production and better management: A review. Agricultural Reviews. 45(2): 229-238.

  29. RCoreTeam. (2023). https://www.R-project.org/ [accessed  July 2023]. 

  30. Sahin, M.S., Kopuzlu, S. (2022). Determination of some growth traits in Morkaraman lambs. Journal of Animal Science and Products. 5: 24-39. 

  31. Sant’Ana, D.A., Pache, M.C.B., Martins, J., Soares, W.P., de Melo, S.L.N., Garcia, V., Weber, V.A.D.M., Heimbach, N.D.S., Mateus, R.G., Pistori, H. (2021). Weighing live sheep using computer vision techniques and regression machine learning. Machine Learning with Applications. 5: 100076. 

  32. Shahinfar, S., Kahn, l. (2018). Machine learning approaches for early prediction of adult wool growth and quality in Australian Merino sheep. Computers and Electronics in Agriculture. 148: 72-81. 

  33. Shahinfar, S., Kelman, K., Kahn, L. (2019). Prediction of sheep carcass traits from early-life records using machine learning.Computers and Electronics in Agriculture. 156: 159-177. 

  34. Suparwito, H., Thomas, D.T., Wong, K.W., Xie, H., Rai, S. (2021). The use of animal sensor data for predicting sheep metabolisable energy intake using machine learning. Information Processing in Agriculture. 8: 494-504. 

  35. Tariq, M.M., Eyduran, E., Bajwa, M.A., Waheed, A., Iqbal, F., Javed, Y. (2012). Prediction of body weight from testicular and morphological characteristics in indigenous Mengali sheep of Pakistan: Using factor analysis scores in multiple linear regression analysis. International Journal of Agriculture and Biology. 14: 590-594.

  36. Tırınk, C., Önder, H., Francois, D., Marcon, D., Şen, U., Shaikenova, K., Omarova, K., Tyasi, T.L. (2023b). Comparison of the data mining and machine learning algorithms for predicting the final body weight for Romane sheep breed. PLoS ONE. 18: e0289348. 

  37. Tırınk, C., Piwczynski, D., Kolenda, M., Önder, H. (2023a). Estimation of body weight based on biometric measurements by using random forest regression, support vector regression and CART algorithms. Animals. 13: 798. 

  38. Wang, Z., Shadpour, S., Chan, E., Rotondo, V., Wood, K.M., Tulpan, D. (2021). Asas-Nanp symposium: applications of machine learning for livestock body weight prediction from digital images. Journal of Animal Science. 99: 1-15. 

  39. Wolc, A., Barczak, E., Wójtowski, J., Slósarz, P., Szwaczkowski, T. (2011). Genetic parameters of body weight in sheep estimated via random regression and multi-trait animal models. Small Ruminant Research. 100: 15-18. 

  40. Yang, L., Shami, A. (2020). On hyperparameter optimization of machine learning algorithms: theory and practice. Neurocomputing. 415: 295-316.

Editorial Board

View all (0)