Plant Leaf Disease Detection Using Machine Learning
摘要
To enhance crop yield, it is important to identify and prevent crop diseases. This paper utilizes deep convolutional neural networks (CNNs) to detect and diagnose plant diseases from their leaves. Conventional CNN models typically need a substantial number of parameters and computationally expensive operations. Therefore, we employed transfer learning to replace the standard CNN with models such as VGG-16 and RESNET-34 using the PYTORCH framework. The trained model was tested using a dataset comprising 14 different plant species and 38 categorical classes, achieving an accuracy of 90.42%.