Crop Recommendation System to Maximize Crop Yield using Machine Learning Technique
This document describes a crop recommendation system that uses machine learning techniques to maximize crop yields. The system collects soil data from testing labs and combines the data with crop information from experts. It then uses an ensemble model with majority voting to recommend crops for specific soil parameters. The ensemble uses support vector machine and artificial neural network learners to make recommendations with high accuracy. The goal is to help farmers choose crops best suited to their soil needs and increase productivity.
Discusses the importance of precision agriculture in India, highlighting the productivity issues and methods like Machine Learning for crop recommendation.Highlights prior research in precision agriculture, discussing various algorithms and models that enhance crop yield predictions.
Details dataset collection from soil testing labs, methodology using ensemble techniques, and machine learning approaches for crop prediction.Explains various ML algorithms (SVM, Naïve Bayes, MLP, Random Forest) used in crop recommendation, concluding with potential improvements and future work.