Questions
Questions
Technical Questions:
4. Why did you choose Machine Learning and Deep Learning for this project?
o These techniques analyze large datasets, predict outcomes, and recognize patterns that are hard
to detect manually.
5. Can you explain the role of Random Forest in crop recommendation?
o It predicts the best crops by analyzing historical data on soil, weather, and yields.
6. What is DeepFM, and why is it useful in this context?
o DeepFM captures both simple and complex interactions between features like soil and crop
yield, improving accuracy.
7. How does the CNN model detect diseases from crop images?
o CNNs recognize patterns in images to detect diseases by training on healthy and diseased crop
images.
8. What is the accuracy of your crop disease detection system? How can it be improved?
o The system has 98.4% accuracy, which can be improved by adding diverse datasets and
enhancing image preprocessing.
9. How does the system handle missing or incomplete data?
o It uses techniques like Random Forest and Factorization Machines, which work well with sparse
data.
15. How do you plan to improve or scale this system in the future?
o By adding more local datasets and expanding the system to handle multiple crops.
16. What challenges did you face during the development of this system?
o Challenges included obtaining accurate data and handling regional differences in farming
practices.
8. What type of user interface does the website have, and how easy is it for farmers to use?
o The website has a simple, intuitive interface designed for easy navigation, even for users with
minimal technical skills.
22. How can small-scale farmers benefit from this system, especially in low-resource settings?
Small-scale farmers can easily access the website from a basic device with an internet connection,
making it affordable and scalable.
Literature Survey Questions:
The future scope of the project includes expanding the system to handle more crops, fertilizers, and diseases by
integrating additional datasets and real-time data sources. It can also offer region-specific recommendations,
support multiple languages, and improve disease detection accuracy. Additionally, future integration with IoT
sensors and advanced AI models can enhance the system's performance and scalability.