SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 11 | Nov 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 476
Survey of Crop Recommendation Systems
Deepti Dighe1, Harshada Joshi2, Aishwarya Katkar3, Sneha Patil4, Prof. Shrikant Kokate5
1,2,3,4Dept. Computer Engineering, Pimpri Chinchwad College of Engineering, Pune, Maharashtra, India
5Assistant Professor, Dept. Computer Engineering, Pimpri Chinchwad College of Engineering, Pune,
Maharashtra, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract – Considering a nation where agriculture is still a dominant occupation and traditional farmingmethodsarestill in
practice, thereby giving limited crop yields to the farmer which ultimately is less beneficial to the farmers compared to the
inputs given by them. Hence, in order to maximize the yields of crop for given input, we are showcasing different methods
which will be useful to develop a recommendation system for smart farming. ThealgorithmsreviewedinthispaperareCHAID,
KNN, K-means, Decision Tree, Neural Network, Naïve Bayes, C4.5, LAD, IBK and SVM algorithms. We have also considered a
paper which used Hadoop framework for the intensive calculations which are being performed. Use of techniques which use
ensemble model for smart recommendation generation are also considered which help to get better accuracy for the system.
Key Words: Precision Agriculture, agriculture, maximum crop yield, minimum investment, environmental factors, economic
factors, agricultural recommendation system.
1. Introduction
Diversity in India is unique which represents varietiesofphysical featuresandcultural features.Almostall familiesinIndia
are dependent on agriculture and professions related to agriculture. IoT is playing major role in agriculture which is helping
farmers from many problems and to focus on other related professions. Precision agriculture is the one of the best inventions.
It is educating farmers in many ways like predicting disease in advanced so that farmer can take actions and get prevented
from loss and recommending crop suitable for his field, weather information is also provided as well as it also provides
information about marketing and he can export his products and helping to maintain field.Sensorsandactuators automatehis
task such as irrigation and use of pesticides in proportionate. With all these techniques he is able to maximize profit and can
continuously monitor his field.
In India, precision agriculture is not much evaluated. Now a day we found that every day the environment is changing
continuously which is harmful to the crops and leading farmers towards debt and suicide. In many cases like this and with
growing population to maximize yield farmers are using more pesticides and fertilizers which are leading to thesoil infertility
as well as decreasing the holding capacity of soil and increasing toxicity of soil. Farming land is used by growing
industrialization, so again increasing rate of the soil pollution which affects the quality of plants. Various applications of
precision agriculture are: prediction of diseases, prediction of weather forecasting, classificationofsoil,monitoringcrop,yield
prediction, automatic irrigation system, etc.
2. Motivation
Agriculture is the important factor of economy in India. In recent years due to industrialization; excessive use of pesticides
the strength of soil is gettingaffected. Many ofthemethodsfollowedbyagriculturearenotsufficienttoincreasetheproductivity.
The common difficulty present among the Indian farmers is they don’t have any information regarding the right crop based on
their soil requirements so it affects the productivity.
Indian farmers face a lot of challenges in making decisions about which farmingtechniquetooptforandwhichcropshould
be selected for which climate. The common problem existingamongIndianfarmersthatthey don’tchoosepropercropssoasto
obtain max yield which are based on topographic features and financial aspects. Inagriculturesector,achievingmaxcropyield
at min cost is goal of production.
3. Literature Survey
Agricultural crop recommendation systems are available in the market which consider various parameters like weather at
the timethe crop is to be planted, soil type, topography of the region, temperatureand rainfallintheregion,marketpricesofthe
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 11 | Nov 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 477
crop, crop duration, etc. Research has been carried out in this field and the following papers have been referred forthe purpose
of research and study.
Prof. Rakesh Shirsathand other co-author in paper [1] proposed a systemwhichhelpstheuserstomakedecisionsregarding
the crop to be planted. The system used is a subscription-based system which would have personalized information of every
farmer registered. The system includes a module which maintains the information of the previous crops plantedcollectedfrom
various sources and shows a matching crop that can be planted. The whole process is done with the help of artificial neutral
networks. At the end a feedback system is provided so that the developer can make changes required if the farmer finds some
difficulty while using the system.
Big Data Analysis TechnologyApplication in Agricultural Intelligence Decision System paperauthorsJi-chunZhaoand Jian-
xin Guo in paper [2] considers knowledge database as big data and inferences from the data is drawn. It considers various
modules like users, knowledge engineer, domain expert, man-machine interface, inference engine and knowledge base. The
knowledge acquisition system obtains knowledge forthe decision system and establishes an effective knowledge base to solve
the problem. The paper uses various Hadoop modules for the purpose of feature extraction. It uses the unstructured data and
processes it using NoSQL, Hive, Mahout and uses HDFS to store the data. The data was just presented for wheat crop and other
crops were not considered.
RSF as mentioned in paper [3] is a recommendation system for famers which considers a location detection module, data
analysis and storage module, crop growing database, physiographic database. The similar location detection module identifies
the locations which are similar to the user’s locations and checks the similar crops that are planted in those locations.
Accordingly, using similaritymatrix, the recommendations forthe user is generated.LocationdetectionmoduleusestheGoogle
API services to get the current location of the user to identify the similar locations. But the system does not get user feedback to
improve the process.
The system in paper [4] suggested by authors S.Pudumalar and associated co-authors uses an ensemble technique called
Majority Voting Technique which combines the power of multiple models to achieve greater prediction accuracy. The methods
used are Random Trees, KNN, CHAID and Naïve Bayes for ensemble so that even if one method predicts incorrectly, the other
models are likely to make correct predictions and since the majority voting technique is used, the finalpredictioniscorrectone.
If-then rules are the main components which are used in the prediction process. The accuracy obtained is 88% using the
ensemble model.
Paper [5] is a review paper for studying various algorithms and their accuracy in the agricultural field proposed by Yogesh
Gandge and Sandhya. It was observed that Multiple Linear Regression gave an accuracy of 90-95% for rice yield. Decision tree
using ID3 algorithm was considered for soybean cropand the recommendations were generated. The third algorithmwasSVM
which was used on all the crops and the accuracy was good with computationally less requirements. Neural network was used
on corn data to achieve 95% of accuracy. Other algorithms were also used which are KNN, C4.5, K-means, J48, LAD Tree and
Naïve Bayes. The conclusion was that still improvement is needed for the algorithms to achieve better accuracy.
In Use of Data Mining in Crop Yield Prediction [6], paper [6], the dataset used was collected from Kaggle.comTheauthorhas
analysed the data using WEKA tool for algorithms which are LWL, J48, LAD Tree and IBK. The accuracy was measured using
specificity, sensitivity, accuracy, RMSE and mean absolute error. For each classifier, confusion matrix was used to get the
correctly identified instances. The observation was that better accuracy can be obtained if pruning is used.
Paper [7] presented by Rakesh Kumar, M.P. Singh, Prabhat Kumar and J.P. Singh proposed use of seven machine learning
techniques i.e. ANN, SVM, KNN, Decision Tree, Random Forest, GBDT and Regularized Gradient Forest for crop selection. The
system is designed to retrieve all the crops sowed and time of growing at a particular time of the year. Yield rate of each crop is
obtained and the crops giving higher yields are selected. The system also proposes a sequence of crops to be planted to get the
higher yields.
4. Comparative Study:
Table 1. Comparative Study
Sr.no Name of
researcher,Year
of Publication
Paper title Methodology Adopted / Modules
Used
Observations Noted
1 Prof. Rakesh
Shirsath, 2017
Agriculture decision
support system using
data mining
1.Subscription based system
2. ANN
1. Android app with a login
module
2. Previously planted crops
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 11 | Nov 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 478
3. Android application
4. Personalized content
known to system
3. User feedback mechanism
4. Maintenance of crop.
2 Ji-chun Zhao,
Jian-xin Guo,
2018
Big Data Analysis
Technology Application in
Agricultural Intelligence
Decision System
1.Inference engine
2.Domain expertise
3.Knowledge engineering
4.Knowledge acquisition module
5.Knowledge base for
recommendation system
1. Large database of crops
2. Processed using Hadoop
3. Professional knowledge
4. Past experiences
5. Feature selection using HDFS
6. Future Scope: Using Hadoop
with Artificial Neural Networks.
3 Miftahul Jannat
Mokarrama,
2017
RSF: A Recommendation
System for Farmers
1.Location Detection
2.Data analysis and storage
3.Similar location detection
4. Recommendation generation
module.
1. Physiographic, thermal, crop
growing period, crop
production rate
2. Seasonal crop database
2. Similar location detection
3. Generating the set of crops
4. Similarity between the crops
planted in a region
4 S.Pudumalar,
E.Ramanujam,
2016
Crop Recommendation
System for Precision
Agriculture
1. Random tree
2. CHAID
3. KNN
4. Naïve Bayes
5. WEKA tool
1. Pre-processing of data
2. Handling missing and out-of-
range values
3. Feature extraction
4. Ensemble model to get higher
accuracy
5. Rule generation
5 Yogesh Gandge,
Sandhya, 2017
A Study on Various Data
Mining Techniques for
Crop Yield Prediction
1. Attribute selection
2. Multiple Linear Regression
3. Decision Tree using ID3
4. SVM
5. Neural Networks
6. C4.5
8. K-means and KNN
1. Selection of agricultural field
2. Selection of crop previously
planted
3. Input from user
4. Preprocess
5. Attribute Selection
6. Classification algorithm on
data
7. Crop is recommended
6 Shruti Mishra
Priyanka
Paygude, 2018
Use of Data Mining in
Crop Yield Prediction
1. J48
2. LAD tree
3. LWL
4. IBK algorithm
1. WEKA tool
2. LAD tree showed the lowest
accuracy
3. Errors can be minimized by
pruning the tree
4. IBK was observed to achieve
higher accuracy
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 11 | Nov 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 479
5. Existing Systems:
Fig. 1. A recommendation system [1]
Fig. 1. Shows the interaction of user with the system. The user inputs are given through an app on an android phone which is
then sent to a web server through a wireless network on the user’s phone using HTTP and JSON formats. The required data is
then fetched from the database server and recommendations are generated. The androidapplicationhastwomodulesi.e.user
and admin who have permission for accessing the content accordingly. Considering various factors like ph level of soil, month
of cultivation, weather in the region, temperature, type of soil, etc. factors were considered to select maximum likely cropsfor
plantation. After the generation of the set of crops, the farmers are given information about the location to buy the seeds, how
to cultivate and maintenance of the crop. But the conclusion was that best matching crops needstobeidentifiedout ofthefinal
set of crops generated.
Fig. 2. Architecture of a recommendation system [3]
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 11 | Nov 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 480
As shown in fig. 2. Various modules have been included which help to recommend the best crops to be planted. Module
physiographic database has the information about various regions and its topology to consider the area and crop similarity,
thermal zone database which has information of temperature, crop growing periodto considerhowmuchtimethe cropwould
last in the field to manage the future crop recommendations and seasonal crop database to identifywhichcropgrowsinwhich
season. Then the crops matching all the criteria is identified and top-K crops are selected using similarcropdetectionmodule.
The authors have used a similarity matrix to calculate the accuracy of the system. The system requires to be upscaled for a
larger region.
Fig. 3. Use of ensemble techniques for crop recommendation [4]
The system shown in fig. 3. uses an ensemble model which gathers the prediction from every model mentioned i.e. CHAID,
Random Tree, KNN and Naive Bayes and uses a majority voting technique which will help to make accuratepredictionsevenif
one algorithm fails to make the correct prediction. Higher the competition, higher is the chance of getting a correct output [4].
Hence, choosing the models to be used for ensemble has to be done considering the accuracy and results obtained from the
models. If-then rules are generated by the CHAID and Random Forest models. They arefedtothe recommendation engineand
the best set of rules are given as recommendation.
6. Conclusion
From the study in this paper, we concluded that there is still a need of research in the agricultural field to get better accuracy.
Using ensemble methods is a good way to ensure better accuracy of the system. Also,ifwewanttoconsideronlyone algorithm
for the recommendation system then we can use SVM due to its simple computational requirements.
Future work in this field can be geospatial analysis combining and using all the seasonal, soil, weather, temperature,
topographical, crop production and economic condition of the farmerintoonesinglemodel toprovidea robustandcentralized
system for the user to access. Particularly, thestudyshowedthatforthepreviouslyproposed recommendationsystems,factors
such as user’s investment in farming, number of people for the maintenance and the stretch of land available for cultivation
were not considered. These parameters also play a major role in the profits of the farmer which is the basic reason why a
farmer would use a crop recommendation system.
7. References
[1] 2017 International Conference on I2C2, “Agriculture decision support system using data mining”, Prof. Rakesh Shirsath;
Neha Khadke; Divya More.
[2] 2018 the 3rd IEEE International Conference on Cloud Computing and Big Data Analysis, “Big Data Analysis Technology
Application in Agricultural Intelligence Decision System”, Ji-chun Zhao; Jian-xin Guo.
[3] 2017 IEEE Region 10 Humanitarian Technology Conference, “RSF: A Recommendation System for Farmers”, Miftahul
Jannat Mokarrama; Mohammad Shamsul Arefin.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 11 | Nov 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 481
[4] 2016 IEEE Eighth International Conference on Advanced Computing (ICoAC), “Crop Recommendation System for
Precision Agriculture”, S.Pudumalar*, E.Ramanujam*, R.Harine Rajashreeń, C.Kavyań, T.Kiruthikań, J.Nishań.
[5] 2017 International Conference on Electrical, Electronics, Communication, Computer and Optimization Techniques
(ICEECCOT), “A Study on Various Data Mining Techniques for Crop Yield Prediction”, Yogesh Gandge, Sandhya.
[6] Proceedings of the Second International Conference on InventiveSystemsandControl (ICISC2018),“UseofData Miningin
Crop Yield Prediction”, Shruti Mishra, Priyanka Paygude, Snehal Chaudhary, Sonali Idate.
[7] 2015 International Conference on Smart Technologies and ManagementforComputing,Communication, Controls, Energy
and Materials (ICSTM), Vel Tech Rangarajan Dr. Sagunthala R&DInstituteofScienceandTechnology,Chennai,T.N., India.6
- 8 May 2015. pp.138-145, “Crop Selection Method to Maximize Crop Yield Rate using Machine Learning Technique”,
Rakesh Kumar , M.P. Singh , Prabhat Kumar and J.P. Singh
[8] IEEE Sponsored 9th International Conference on Intelligent Systems and Control (ISCO) 2015, “XCYPF: A Flexible and
Extensible Framework for Agricultural Crop Yield Prediction”, Aakunuri Manjula, Dr.G .Narsimha

More Related Content

What's hot

CNN Machine learning DeepLearning
CNN Machine learning DeepLearningCNN Machine learning DeepLearning
CNN Machine learning DeepLearning
Abhishek Sharma
 
IRJET - Analysis of Crop Yield Prediction by using Machine Learning Algorithms
IRJET - Analysis of Crop Yield Prediction by using Machine Learning AlgorithmsIRJET - Analysis of Crop Yield Prediction by using Machine Learning Algorithms
IRJET - Analysis of Crop Yield Prediction by using Machine Learning Algorithms
IRJET Journal
 
Convolutional Neural Networks (CNN)
Convolutional Neural Networks (CNN)Convolutional Neural Networks (CNN)
Convolutional Neural Networks (CNN)
Gaurav Mittal
 
Object Recognition
Object RecognitionObject Recognition
Object Recognition
Eman Abed AlWahhab
 
AI in Agriculture ppt
AI in Agriculture pptAI in Agriculture ppt
AI in Agriculture ppt
RADO7900
 
Modern agriculture with Internet Of Things
Modern agriculture with Internet Of ThingsModern agriculture with Internet Of Things
Modern agriculture with Internet Of Things
MKMK40
 
Introduction to Machine Learning with SciKit-Learn
Introduction to Machine Learning with SciKit-LearnIntroduction to Machine Learning with SciKit-Learn
Introduction to Machine Learning with SciKit-Learn
Benjamin Bengfort
 
Facial Emotion Recognition using Convolution Neural Network
Facial Emotion Recognition using Convolution Neural NetworkFacial Emotion Recognition using Convolution Neural Network
Facial Emotion Recognition using Convolution Neural Network
YogeshIJTSRD
 
Aippt
AipptAippt
IOT in Agriculture slide.pptx
IOT in Agriculture slide.pptxIOT in Agriculture slide.pptx
IOT in Agriculture slide.pptx
DHANPDGHALE
 
Introduction to AI & ML
Introduction to AI & MLIntroduction to AI & ML
Introduction to AI & ML
Mandy Sidana
 
Introduction to ML (Machine Learning)
Introduction to ML (Machine Learning)Introduction to ML (Machine Learning)
Introduction to ML (Machine Learning)
SwatiTripathi44
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
Darshan Ambhaikar
 
Computer Vision
Computer VisionComputer Vision
Computer Vision
Ameer Mohamed Rajah
 
Computer Graphics
Computer GraphicsComputer Graphics
Computer Graphics
Deepak Kumar Mohapatra
 
Farmer Recommendation system
Farmer Recommendation systemFarmer Recommendation system
Farmer Recommendation system
Sandeep Wakchaure
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
mustafa aadel
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
Lior Rokach
 
Agricultural drone
Agricultural droneAgricultural drone
Agricultural drone
ashishya30
 
IoT in Agriculture
IoT in AgricultureIoT in Agriculture
IoT in Agriculture
Dishant James
 

What's hot (20)

CNN Machine learning DeepLearning
CNN Machine learning DeepLearningCNN Machine learning DeepLearning
CNN Machine learning DeepLearning
 
IRJET - Analysis of Crop Yield Prediction by using Machine Learning Algorithms
IRJET - Analysis of Crop Yield Prediction by using Machine Learning AlgorithmsIRJET - Analysis of Crop Yield Prediction by using Machine Learning Algorithms
IRJET - Analysis of Crop Yield Prediction by using Machine Learning Algorithms
 
Convolutional Neural Networks (CNN)
Convolutional Neural Networks (CNN)Convolutional Neural Networks (CNN)
Convolutional Neural Networks (CNN)
 
Object Recognition
Object RecognitionObject Recognition
Object Recognition
 
AI in Agriculture ppt
AI in Agriculture pptAI in Agriculture ppt
AI in Agriculture ppt
 
Modern agriculture with Internet Of Things
Modern agriculture with Internet Of ThingsModern agriculture with Internet Of Things
Modern agriculture with Internet Of Things
 
Introduction to Machine Learning with SciKit-Learn
Introduction to Machine Learning with SciKit-LearnIntroduction to Machine Learning with SciKit-Learn
Introduction to Machine Learning with SciKit-Learn
 
Facial Emotion Recognition using Convolution Neural Network
Facial Emotion Recognition using Convolution Neural NetworkFacial Emotion Recognition using Convolution Neural Network
Facial Emotion Recognition using Convolution Neural Network
 
Aippt
AipptAippt
Aippt
 
IOT in Agriculture slide.pptx
IOT in Agriculture slide.pptxIOT in Agriculture slide.pptx
IOT in Agriculture slide.pptx
 
Introduction to AI & ML
Introduction to AI & MLIntroduction to AI & ML
Introduction to AI & ML
 
Introduction to ML (Machine Learning)
Introduction to ML (Machine Learning)Introduction to ML (Machine Learning)
Introduction to ML (Machine Learning)
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Computer Vision
Computer VisionComputer Vision
Computer Vision
 
Computer Graphics
Computer GraphicsComputer Graphics
Computer Graphics
 
Farmer Recommendation system
Farmer Recommendation systemFarmer Recommendation system
Farmer Recommendation system
 
Artificial neural network
Artificial neural networkArtificial neural network
Artificial neural network
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
 
Agricultural drone
Agricultural droneAgricultural drone
Agricultural drone
 
IoT in Agriculture
IoT in AgricultureIoT in Agriculture
IoT in Agriculture
 

Similar to IRJET- Survey of Crop Recommendation Systems

Crop Recommendation System to Maximize Crop Yield using Machine Learning Tech...
Crop Recommendation System to Maximize Crop Yield using Machine Learning Tech...Crop Recommendation System to Maximize Crop Yield using Machine Learning Tech...
Crop Recommendation System to Maximize Crop Yield using Machine Learning Tech...
IRJET Journal
 
SOIL FERTILITY AND PLANT DISEASE ANALYZER
SOIL FERTILITY AND PLANT DISEASE ANALYZERSOIL FERTILITY AND PLANT DISEASE ANALYZER
SOIL FERTILITY AND PLANT DISEASE ANALYZER
IRJET Journal
 
M044066366
M044066366M044066366
M044066366
IJERA Editor
 
GrowFarm – Crop, Fertilizer and Disease Prediction usingMachine Learning
GrowFarm – Crop, Fertilizer and Disease Prediction usingMachine LearningGrowFarm – Crop, Fertilizer and Disease Prediction usingMachine Learning
GrowFarm – Crop, Fertilizer and Disease Prediction usingMachine Learning
IRJET Journal
 
A COMPREHENSIVE SURVEY ON AGRICULTURE ADVISORY SYSTEM
A COMPREHENSIVE SURVEY ON AGRICULTURE ADVISORY SYSTEMA COMPREHENSIVE SURVEY ON AGRICULTURE ADVISORY SYSTEM
A COMPREHENSIVE SURVEY ON AGRICULTURE ADVISORY SYSTEM
IRJET Journal
 
Crop Selection Method Based on Various Environmental Factors Using Machine Le...
Crop Selection Method Based on Various Environmental Factors Using Machine Le...Crop Selection Method Based on Various Environmental Factors Using Machine Le...
Crop Selection Method Based on Various Environmental Factors Using Machine Le...
IRJET Journal
 
IRJET- Analysis of Crop Yield Prediction using Data Mining Technique to Predi...
IRJET- Analysis of Crop Yield Prediction using Data Mining Technique to Predi...IRJET- Analysis of Crop Yield Prediction using Data Mining Technique to Predi...
IRJET- Analysis of Crop Yield Prediction using Data Mining Technique to Predi...
IRJET Journal
 
An Overview of Crop Yield Prediction using Machine Learning Approach
An Overview of Crop Yield Prediction using Machine Learning ApproachAn Overview of Crop Yield Prediction using Machine Learning Approach
An Overview of Crop Yield Prediction using Machine Learning Approach
IRJET Journal
 
Automated Machine Learning based Agricultural Suggestion System
Automated Machine Learning based Agricultural Suggestion SystemAutomated Machine Learning based Agricultural Suggestion System
Automated Machine Learning based Agricultural Suggestion System
IRJET Journal
 
IRJET- Crop Prediction and Disease Detection
IRJET-  	  Crop Prediction and Disease DetectionIRJET-  	  Crop Prediction and Disease Detection
IRJET- Crop Prediction and Disease Detection
IRJET Journal
 
IRJET- High Step-Up DC-DC Converter based on Voltage Multiplier Cell and Volt...
IRJET- High Step-Up DC-DC Converter based on Voltage Multiplier Cell and Volt...IRJET- High Step-Up DC-DC Converter based on Voltage Multiplier Cell and Volt...
IRJET- High Step-Up DC-DC Converter based on Voltage Multiplier Cell and Volt...
IRJET Journal
 
IRJET- A Review on Crop Field Monitoring and Disease Detection of Unhealthy P...
IRJET- A Review on Crop Field Monitoring and Disease Detection of Unhealthy P...IRJET- A Review on Crop Field Monitoring and Disease Detection of Unhealthy P...
IRJET- A Review on Crop Field Monitoring and Disease Detection of Unhealthy P...
IRJET Journal
 
IRJET- Agricultural Data Modeling and Yield Forecasting using Data Mining...
IRJET-  	  Agricultural Data Modeling and Yield Forecasting using Data Mining...IRJET-  	  Agricultural Data Modeling and Yield Forecasting using Data Mining...
IRJET- Agricultural Data Modeling and Yield Forecasting using Data Mining...
IRJET Journal
 
Data driven algorithm selection to predict agriculture commodities price
Data driven algorithm selection to predict agriculture  commodities priceData driven algorithm selection to predict agriculture  commodities price
Data driven algorithm selection to predict agriculture commodities price
IJECEIAES
 
Crop Yield Prediction using Machine Learning
Crop Yield Prediction using Machine LearningCrop Yield Prediction using Machine Learning
Crop Yield Prediction using Machine Learning
IRJET Journal
 
IRJET- Smart Agriculture Assistant and Crop Price Pediction
IRJET-  	  Smart Agriculture Assistant and Crop Price PedictionIRJET-  	  Smart Agriculture Assistant and Crop Price Pediction
IRJET- Smart Agriculture Assistant and Crop Price Pediction
IRJET Journal
 
IMPLEMENTATION PAPER ON AGRICULTURE ADVISORY SYSTEM
IMPLEMENTATION PAPER ON AGRICULTURE ADVISORY SYSTEMIMPLEMENTATION PAPER ON AGRICULTURE ADVISORY SYSTEM
IMPLEMENTATION PAPER ON AGRICULTURE ADVISORY SYSTEM
IRJET Journal
 
Cultivation Process Facilitator for Selected Five Crops in Dry Zone Sri Lanka
Cultivation Process Facilitator for Selected Five Crops in Dry Zone Sri LankaCultivation Process Facilitator for Selected Five Crops in Dry Zone Sri Lanka
Cultivation Process Facilitator for Selected Five Crops in Dry Zone Sri Lanka
IRJET Journal
 
Smart Farming Using Machine Learning Algorithms
Smart Farming Using Machine Learning AlgorithmsSmart Farming Using Machine Learning Algorithms
Smart Farming Using Machine Learning Algorithms
IRJET Journal
 
IRJET- Survey on Crop Suggestion using Weather Analysis
IRJET- Survey on Crop Suggestion using Weather AnalysisIRJET- Survey on Crop Suggestion using Weather Analysis
IRJET- Survey on Crop Suggestion using Weather Analysis
IRJET Journal
 

Similar to IRJET- Survey of Crop Recommendation Systems (20)

Crop Recommendation System to Maximize Crop Yield using Machine Learning Tech...
Crop Recommendation System to Maximize Crop Yield using Machine Learning Tech...Crop Recommendation System to Maximize Crop Yield using Machine Learning Tech...
Crop Recommendation System to Maximize Crop Yield using Machine Learning Tech...
 
SOIL FERTILITY AND PLANT DISEASE ANALYZER
SOIL FERTILITY AND PLANT DISEASE ANALYZERSOIL FERTILITY AND PLANT DISEASE ANALYZER
SOIL FERTILITY AND PLANT DISEASE ANALYZER
 
M044066366
M044066366M044066366
M044066366
 
GrowFarm – Crop, Fertilizer and Disease Prediction usingMachine Learning
GrowFarm – Crop, Fertilizer and Disease Prediction usingMachine LearningGrowFarm – Crop, Fertilizer and Disease Prediction usingMachine Learning
GrowFarm – Crop, Fertilizer and Disease Prediction usingMachine Learning
 
A COMPREHENSIVE SURVEY ON AGRICULTURE ADVISORY SYSTEM
A COMPREHENSIVE SURVEY ON AGRICULTURE ADVISORY SYSTEMA COMPREHENSIVE SURVEY ON AGRICULTURE ADVISORY SYSTEM
A COMPREHENSIVE SURVEY ON AGRICULTURE ADVISORY SYSTEM
 
Crop Selection Method Based on Various Environmental Factors Using Machine Le...
Crop Selection Method Based on Various Environmental Factors Using Machine Le...Crop Selection Method Based on Various Environmental Factors Using Machine Le...
Crop Selection Method Based on Various Environmental Factors Using Machine Le...
 
IRJET- Analysis of Crop Yield Prediction using Data Mining Technique to Predi...
IRJET- Analysis of Crop Yield Prediction using Data Mining Technique to Predi...IRJET- Analysis of Crop Yield Prediction using Data Mining Technique to Predi...
IRJET- Analysis of Crop Yield Prediction using Data Mining Technique to Predi...
 
An Overview of Crop Yield Prediction using Machine Learning Approach
An Overview of Crop Yield Prediction using Machine Learning ApproachAn Overview of Crop Yield Prediction using Machine Learning Approach
An Overview of Crop Yield Prediction using Machine Learning Approach
 
Automated Machine Learning based Agricultural Suggestion System
Automated Machine Learning based Agricultural Suggestion SystemAutomated Machine Learning based Agricultural Suggestion System
Automated Machine Learning based Agricultural Suggestion System
 
IRJET- Crop Prediction and Disease Detection
IRJET-  	  Crop Prediction and Disease DetectionIRJET-  	  Crop Prediction and Disease Detection
IRJET- Crop Prediction and Disease Detection
 
IRJET- High Step-Up DC-DC Converter based on Voltage Multiplier Cell and Volt...
IRJET- High Step-Up DC-DC Converter based on Voltage Multiplier Cell and Volt...IRJET- High Step-Up DC-DC Converter based on Voltage Multiplier Cell and Volt...
IRJET- High Step-Up DC-DC Converter based on Voltage Multiplier Cell and Volt...
 
IRJET- A Review on Crop Field Monitoring and Disease Detection of Unhealthy P...
IRJET- A Review on Crop Field Monitoring and Disease Detection of Unhealthy P...IRJET- A Review on Crop Field Monitoring and Disease Detection of Unhealthy P...
IRJET- A Review on Crop Field Monitoring and Disease Detection of Unhealthy P...
 
IRJET- Agricultural Data Modeling and Yield Forecasting using Data Mining...
IRJET-  	  Agricultural Data Modeling and Yield Forecasting using Data Mining...IRJET-  	  Agricultural Data Modeling and Yield Forecasting using Data Mining...
IRJET- Agricultural Data Modeling and Yield Forecasting using Data Mining...
 
Data driven algorithm selection to predict agriculture commodities price
Data driven algorithm selection to predict agriculture  commodities priceData driven algorithm selection to predict agriculture  commodities price
Data driven algorithm selection to predict agriculture commodities price
 
Crop Yield Prediction using Machine Learning
Crop Yield Prediction using Machine LearningCrop Yield Prediction using Machine Learning
Crop Yield Prediction using Machine Learning
 
IRJET- Smart Agriculture Assistant and Crop Price Pediction
IRJET-  	  Smart Agriculture Assistant and Crop Price PedictionIRJET-  	  Smart Agriculture Assistant and Crop Price Pediction
IRJET- Smart Agriculture Assistant and Crop Price Pediction
 
IMPLEMENTATION PAPER ON AGRICULTURE ADVISORY SYSTEM
IMPLEMENTATION PAPER ON AGRICULTURE ADVISORY SYSTEMIMPLEMENTATION PAPER ON AGRICULTURE ADVISORY SYSTEM
IMPLEMENTATION PAPER ON AGRICULTURE ADVISORY SYSTEM
 
Cultivation Process Facilitator for Selected Five Crops in Dry Zone Sri Lanka
Cultivation Process Facilitator for Selected Five Crops in Dry Zone Sri LankaCultivation Process Facilitator for Selected Five Crops in Dry Zone Sri Lanka
Cultivation Process Facilitator for Selected Five Crops in Dry Zone Sri Lanka
 
Smart Farming Using Machine Learning Algorithms
Smart Farming Using Machine Learning AlgorithmsSmart Farming Using Machine Learning Algorithms
Smart Farming Using Machine Learning Algorithms
 
IRJET- Survey on Crop Suggestion using Weather Analysis
IRJET- Survey on Crop Suggestion using Weather AnalysisIRJET- Survey on Crop Suggestion using Weather Analysis
IRJET- Survey on Crop Suggestion using Weather Analysis
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
IRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
IRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
IRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
IRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
IRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
SUTEJAS
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
co23btech11018
 
Recycled Concrete Aggregate in Construction Part II
Recycled Concrete Aggregate in Construction Part IIRecycled Concrete Aggregate in Construction Part II
Recycled Concrete Aggregate in Construction Part II
Aditya Rajan Patra
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
Yasser Mahgoub
 
Engine Lubrication performance System.pdf
Engine Lubrication performance System.pdfEngine Lubrication performance System.pdf
Engine Lubrication performance System.pdf
mamamaam477
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
Engineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdfEngineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdf
abbyasa1014
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
mahammadsalmanmech
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
camseq
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
nooriasukmaningtyas
 
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEMTIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
HODECEDSIET
 
Textile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdfTextile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdf
NazakatAliKhoso2
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
IJNSA Journal
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
KrishnaveniKrishnara1
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 
CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
rpskprasana
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
zubairahmad848137
 
The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.
sachin chaurasia
 

Recently uploaded (20)

Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
 
Recycled Concrete Aggregate in Construction Part II
Recycled Concrete Aggregate in Construction Part IIRecycled Concrete Aggregate in Construction Part II
Recycled Concrete Aggregate in Construction Part II
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
 
Engine Lubrication performance System.pdf
Engine Lubrication performance System.pdfEngine Lubrication performance System.pdf
Engine Lubrication performance System.pdf
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
Engineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdfEngineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdf
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
 
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEMTIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
TIME DIVISION MULTIPLEXING TECHNIQUE FOR COMMUNICATION SYSTEM
 
Textile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdfTextile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdf
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 
CSM Cloud Service Management Presentarion
CSM Cloud Service Management PresentarionCSM Cloud Service Management Presentarion
CSM Cloud Service Management Presentarion
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
 
The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.
 

IRJET- Survey of Crop Recommendation Systems

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 11 | Nov 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 476 Survey of Crop Recommendation Systems Deepti Dighe1, Harshada Joshi2, Aishwarya Katkar3, Sneha Patil4, Prof. Shrikant Kokate5 1,2,3,4Dept. Computer Engineering, Pimpri Chinchwad College of Engineering, Pune, Maharashtra, India 5Assistant Professor, Dept. Computer Engineering, Pimpri Chinchwad College of Engineering, Pune, Maharashtra, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract – Considering a nation where agriculture is still a dominant occupation and traditional farmingmethodsarestill in practice, thereby giving limited crop yields to the farmer which ultimately is less beneficial to the farmers compared to the inputs given by them. Hence, in order to maximize the yields of crop for given input, we are showcasing different methods which will be useful to develop a recommendation system for smart farming. ThealgorithmsreviewedinthispaperareCHAID, KNN, K-means, Decision Tree, Neural Network, Naïve Bayes, C4.5, LAD, IBK and SVM algorithms. We have also considered a paper which used Hadoop framework for the intensive calculations which are being performed. Use of techniques which use ensemble model for smart recommendation generation are also considered which help to get better accuracy for the system. Key Words: Precision Agriculture, agriculture, maximum crop yield, minimum investment, environmental factors, economic factors, agricultural recommendation system. 1. Introduction Diversity in India is unique which represents varietiesofphysical featuresandcultural features.Almostall familiesinIndia are dependent on agriculture and professions related to agriculture. IoT is playing major role in agriculture which is helping farmers from many problems and to focus on other related professions. Precision agriculture is the one of the best inventions. It is educating farmers in many ways like predicting disease in advanced so that farmer can take actions and get prevented from loss and recommending crop suitable for his field, weather information is also provided as well as it also provides information about marketing and he can export his products and helping to maintain field.Sensorsandactuators automatehis task such as irrigation and use of pesticides in proportionate. With all these techniques he is able to maximize profit and can continuously monitor his field. In India, precision agriculture is not much evaluated. Now a day we found that every day the environment is changing continuously which is harmful to the crops and leading farmers towards debt and suicide. In many cases like this and with growing population to maximize yield farmers are using more pesticides and fertilizers which are leading to thesoil infertility as well as decreasing the holding capacity of soil and increasing toxicity of soil. Farming land is used by growing industrialization, so again increasing rate of the soil pollution which affects the quality of plants. Various applications of precision agriculture are: prediction of diseases, prediction of weather forecasting, classificationofsoil,monitoringcrop,yield prediction, automatic irrigation system, etc. 2. Motivation Agriculture is the important factor of economy in India. In recent years due to industrialization; excessive use of pesticides the strength of soil is gettingaffected. Many ofthemethodsfollowedbyagriculturearenotsufficienttoincreasetheproductivity. The common difficulty present among the Indian farmers is they don’t have any information regarding the right crop based on their soil requirements so it affects the productivity. Indian farmers face a lot of challenges in making decisions about which farmingtechniquetooptforandwhichcropshould be selected for which climate. The common problem existingamongIndianfarmersthatthey don’tchoosepropercropssoasto obtain max yield which are based on topographic features and financial aspects. Inagriculturesector,achievingmaxcropyield at min cost is goal of production. 3. Literature Survey Agricultural crop recommendation systems are available in the market which consider various parameters like weather at the timethe crop is to be planted, soil type, topography of the region, temperatureand rainfallintheregion,marketpricesofthe
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 11 | Nov 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 477 crop, crop duration, etc. Research has been carried out in this field and the following papers have been referred forthe purpose of research and study. Prof. Rakesh Shirsathand other co-author in paper [1] proposed a systemwhichhelpstheuserstomakedecisionsregarding the crop to be planted. The system used is a subscription-based system which would have personalized information of every farmer registered. The system includes a module which maintains the information of the previous crops plantedcollectedfrom various sources and shows a matching crop that can be planted. The whole process is done with the help of artificial neutral networks. At the end a feedback system is provided so that the developer can make changes required if the farmer finds some difficulty while using the system. Big Data Analysis TechnologyApplication in Agricultural Intelligence Decision System paperauthorsJi-chunZhaoand Jian- xin Guo in paper [2] considers knowledge database as big data and inferences from the data is drawn. It considers various modules like users, knowledge engineer, domain expert, man-machine interface, inference engine and knowledge base. The knowledge acquisition system obtains knowledge forthe decision system and establishes an effective knowledge base to solve the problem. The paper uses various Hadoop modules for the purpose of feature extraction. It uses the unstructured data and processes it using NoSQL, Hive, Mahout and uses HDFS to store the data. The data was just presented for wheat crop and other crops were not considered. RSF as mentioned in paper [3] is a recommendation system for famers which considers a location detection module, data analysis and storage module, crop growing database, physiographic database. The similar location detection module identifies the locations which are similar to the user’s locations and checks the similar crops that are planted in those locations. Accordingly, using similaritymatrix, the recommendations forthe user is generated.LocationdetectionmoduleusestheGoogle API services to get the current location of the user to identify the similar locations. But the system does not get user feedback to improve the process. The system in paper [4] suggested by authors S.Pudumalar and associated co-authors uses an ensemble technique called Majority Voting Technique which combines the power of multiple models to achieve greater prediction accuracy. The methods used are Random Trees, KNN, CHAID and Naïve Bayes for ensemble so that even if one method predicts incorrectly, the other models are likely to make correct predictions and since the majority voting technique is used, the finalpredictioniscorrectone. If-then rules are the main components which are used in the prediction process. The accuracy obtained is 88% using the ensemble model. Paper [5] is a review paper for studying various algorithms and their accuracy in the agricultural field proposed by Yogesh Gandge and Sandhya. It was observed that Multiple Linear Regression gave an accuracy of 90-95% for rice yield. Decision tree using ID3 algorithm was considered for soybean cropand the recommendations were generated. The third algorithmwasSVM which was used on all the crops and the accuracy was good with computationally less requirements. Neural network was used on corn data to achieve 95% of accuracy. Other algorithms were also used which are KNN, C4.5, K-means, J48, LAD Tree and Naïve Bayes. The conclusion was that still improvement is needed for the algorithms to achieve better accuracy. In Use of Data Mining in Crop Yield Prediction [6], paper [6], the dataset used was collected from Kaggle.comTheauthorhas analysed the data using WEKA tool for algorithms which are LWL, J48, LAD Tree and IBK. The accuracy was measured using specificity, sensitivity, accuracy, RMSE and mean absolute error. For each classifier, confusion matrix was used to get the correctly identified instances. The observation was that better accuracy can be obtained if pruning is used. Paper [7] presented by Rakesh Kumar, M.P. Singh, Prabhat Kumar and J.P. Singh proposed use of seven machine learning techniques i.e. ANN, SVM, KNN, Decision Tree, Random Forest, GBDT and Regularized Gradient Forest for crop selection. The system is designed to retrieve all the crops sowed and time of growing at a particular time of the year. Yield rate of each crop is obtained and the crops giving higher yields are selected. The system also proposes a sequence of crops to be planted to get the higher yields. 4. Comparative Study: Table 1. Comparative Study Sr.no Name of researcher,Year of Publication Paper title Methodology Adopted / Modules Used Observations Noted 1 Prof. Rakesh Shirsath, 2017 Agriculture decision support system using data mining 1.Subscription based system 2. ANN 1. Android app with a login module 2. Previously planted crops
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 11 | Nov 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 478 3. Android application 4. Personalized content known to system 3. User feedback mechanism 4. Maintenance of crop. 2 Ji-chun Zhao, Jian-xin Guo, 2018 Big Data Analysis Technology Application in Agricultural Intelligence Decision System 1.Inference engine 2.Domain expertise 3.Knowledge engineering 4.Knowledge acquisition module 5.Knowledge base for recommendation system 1. Large database of crops 2. Processed using Hadoop 3. Professional knowledge 4. Past experiences 5. Feature selection using HDFS 6. Future Scope: Using Hadoop with Artificial Neural Networks. 3 Miftahul Jannat Mokarrama, 2017 RSF: A Recommendation System for Farmers 1.Location Detection 2.Data analysis and storage 3.Similar location detection 4. Recommendation generation module. 1. Physiographic, thermal, crop growing period, crop production rate 2. Seasonal crop database 2. Similar location detection 3. Generating the set of crops 4. Similarity between the crops planted in a region 4 S.Pudumalar, E.Ramanujam, 2016 Crop Recommendation System for Precision Agriculture 1. Random tree 2. CHAID 3. KNN 4. Naïve Bayes 5. WEKA tool 1. Pre-processing of data 2. Handling missing and out-of- range values 3. Feature extraction 4. Ensemble model to get higher accuracy 5. Rule generation 5 Yogesh Gandge, Sandhya, 2017 A Study on Various Data Mining Techniques for Crop Yield Prediction 1. Attribute selection 2. Multiple Linear Regression 3. Decision Tree using ID3 4. SVM 5. Neural Networks 6. C4.5 8. K-means and KNN 1. Selection of agricultural field 2. Selection of crop previously planted 3. Input from user 4. Preprocess 5. Attribute Selection 6. Classification algorithm on data 7. Crop is recommended 6 Shruti Mishra Priyanka Paygude, 2018 Use of Data Mining in Crop Yield Prediction 1. J48 2. LAD tree 3. LWL 4. IBK algorithm 1. WEKA tool 2. LAD tree showed the lowest accuracy 3. Errors can be minimized by pruning the tree 4. IBK was observed to achieve higher accuracy
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 11 | Nov 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 479 5. Existing Systems: Fig. 1. A recommendation system [1] Fig. 1. Shows the interaction of user with the system. The user inputs are given through an app on an android phone which is then sent to a web server through a wireless network on the user’s phone using HTTP and JSON formats. The required data is then fetched from the database server and recommendations are generated. The androidapplicationhastwomodulesi.e.user and admin who have permission for accessing the content accordingly. Considering various factors like ph level of soil, month of cultivation, weather in the region, temperature, type of soil, etc. factors were considered to select maximum likely cropsfor plantation. After the generation of the set of crops, the farmers are given information about the location to buy the seeds, how to cultivate and maintenance of the crop. But the conclusion was that best matching crops needstobeidentifiedout ofthefinal set of crops generated. Fig. 2. Architecture of a recommendation system [3]
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 11 | Nov 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 480 As shown in fig. 2. Various modules have been included which help to recommend the best crops to be planted. Module physiographic database has the information about various regions and its topology to consider the area and crop similarity, thermal zone database which has information of temperature, crop growing periodto considerhowmuchtimethe cropwould last in the field to manage the future crop recommendations and seasonal crop database to identifywhichcropgrowsinwhich season. Then the crops matching all the criteria is identified and top-K crops are selected using similarcropdetectionmodule. The authors have used a similarity matrix to calculate the accuracy of the system. The system requires to be upscaled for a larger region. Fig. 3. Use of ensemble techniques for crop recommendation [4] The system shown in fig. 3. uses an ensemble model which gathers the prediction from every model mentioned i.e. CHAID, Random Tree, KNN and Naive Bayes and uses a majority voting technique which will help to make accuratepredictionsevenif one algorithm fails to make the correct prediction. Higher the competition, higher is the chance of getting a correct output [4]. Hence, choosing the models to be used for ensemble has to be done considering the accuracy and results obtained from the models. If-then rules are generated by the CHAID and Random Forest models. They arefedtothe recommendation engineand the best set of rules are given as recommendation. 6. Conclusion From the study in this paper, we concluded that there is still a need of research in the agricultural field to get better accuracy. Using ensemble methods is a good way to ensure better accuracy of the system. Also,ifwewanttoconsideronlyone algorithm for the recommendation system then we can use SVM due to its simple computational requirements. Future work in this field can be geospatial analysis combining and using all the seasonal, soil, weather, temperature, topographical, crop production and economic condition of the farmerintoonesinglemodel toprovidea robustandcentralized system for the user to access. Particularly, thestudyshowedthatforthepreviouslyproposed recommendationsystems,factors such as user’s investment in farming, number of people for the maintenance and the stretch of land available for cultivation were not considered. These parameters also play a major role in the profits of the farmer which is the basic reason why a farmer would use a crop recommendation system. 7. References [1] 2017 International Conference on I2C2, “Agriculture decision support system using data mining”, Prof. Rakesh Shirsath; Neha Khadke; Divya More. [2] 2018 the 3rd IEEE International Conference on Cloud Computing and Big Data Analysis, “Big Data Analysis Technology Application in Agricultural Intelligence Decision System”, Ji-chun Zhao; Jian-xin Guo. [3] 2017 IEEE Region 10 Humanitarian Technology Conference, “RSF: A Recommendation System for Farmers”, Miftahul Jannat Mokarrama; Mohammad Shamsul Arefin.
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 11 | Nov 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 481 [4] 2016 IEEE Eighth International Conference on Advanced Computing (ICoAC), “Crop Recommendation System for Precision Agriculture”, S.Pudumalar*, E.Ramanujam*, R.Harine Rajashreeń, C.Kavyań, T.Kiruthikań, J.Nishań. [5] 2017 International Conference on Electrical, Electronics, Communication, Computer and Optimization Techniques (ICEECCOT), “A Study on Various Data Mining Techniques for Crop Yield Prediction”, Yogesh Gandge, Sandhya. [6] Proceedings of the Second International Conference on InventiveSystemsandControl (ICISC2018),“UseofData Miningin Crop Yield Prediction”, Shruti Mishra, Priyanka Paygude, Snehal Chaudhary, Sonali Idate. [7] 2015 International Conference on Smart Technologies and ManagementforComputing,Communication, Controls, Energy and Materials (ICSTM), Vel Tech Rangarajan Dr. Sagunthala R&DInstituteofScienceandTechnology,Chennai,T.N., India.6 - 8 May 2015. pp.138-145, “Crop Selection Method to Maximize Crop Yield Rate using Machine Learning Technique”, Rakesh Kumar , M.P. Singh , Prabhat Kumar and J.P. Singh [8] IEEE Sponsored 9th International Conference on Intelligent Systems and Control (ISCO) 2015, “XCYPF: A Flexible and Extensible Framework for Agricultural Crop Yield Prediction”, Aakunuri Manjula, Dr.G .Narsimha