SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1045
Survey on Crop Suggestion Using Weather Analysis
Piyush Pathak1, Rushikesh Phalke2, Parag Patil3, Pratik Prakash4,Shilpa Bhosale5
1,2,3,4B.E. Student, Dept. of Computer Engineering, Sinhgad College of Engineering, Vadgaon, Pune- 411041,
Maharashtra, India
5Professor, Dept. of Computer Engineering, Sinhgad College of Engineering, Vadgaon, Pune- 411041,
Maharashtra, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract – India is an agriculture-based country where large
proportion of people is engaged in agriculture sector. But
selection of an unsuitable crop is leading to decrease in crop
production and shortage of quality food. Therefore, Crop
Scarcity and degradation is becoming a major concern. And
all this scenario is also resulting into increasing farmer
suicides. To overcome this scenario, wearesuggestingamodel
which would help to predict the most suitable crop in the site
considering weather analysis andsoilparameters. Hereweare
going to use a fuzzy logic, Gradient Boosted Decision Tree
(GBDT) algorithm and R Neuralnet Package. The input
parameters for the system would be the meteorological data
and soil parameters.
Key Words: Fuzzy Logic, GBDT, R Neuralnet Package,
Meteorological data
1. INTRODUCTION
Agriculture sector plays major role in economic growth of
country. It is prominent income source for farmers and
workers related to it. Numerous manufacturing industries
are dependent on agriculture products for their raw
material. But poor crop yield and quality is becoming a
major concern. It is resulting into farmer suicides,
malnutrition, hiked prices of agriculture products and more.
To avoid this situation weather analysis and land analysis
must be done to enhance the agriculture system tominimize
the losses.
It is observed that many farmers are yielding the same crop
in their land for past years irrespective of its yield quality
and quantity. Whereas crop must be selected as per the
climatic condition, irrigation sources, land quality, etc. But
farmers are not getting the proper advice in crop choosing.
So here 2 approaches are consideredwhichwill suggestcrop
yield and crop type respectively consideringdifferentaspect
of input data.
Fig -1: Project Model
1.1 Crop Yield Suggestion
Crop yield suggestion can be done by undertaking
meteorological data along with the help of soil type of
particular district. Here yieldcomparisonwillbedonewithin
predicted yield of certain crops and past available data of
crops. Crop yield prediction can be done with the use of R
Neuralnet Package. So, with the help of function’s output,
decision can be taken to select a crop considering
productivity of a crop.
1.2 Crop Type Suggestion
Crop type suggestion can be done by undertaking
meteorological data. It is suggested to use fuzzy logic and
GBDT. In fuzzy logic system past meteorological data is
considered with which crops would be suggested for
particular district. Meteorological data will contain rainfall
and temperature data of respective district.
Along with the use fuzzy logic GBDT will be used in
further function. In implementation of GBDT instead of past
meteorological data, future meteorological data will be
considered. With the help of future data, wecanalsoensurea
survivability of suggested crops. And wise decision wouldbe
taken.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1046
Fig -2: Crop Suggestion Approach
2. LITERARURE SURVEY
Study of various machine learning algorithms is doneforthe
crop suggestion purpose. Also, study of existing techniques
and models is done for understanding the current situation.
Different types of agriculture parameters can be considered
for crop suggestion such as climatic condition,soil,irrigation
resources, cost, machinery etc. These parameters can be
used to train the model of respective algorithm to suggest a
particular crop in project site. Various algorithms are
separately used in different models for crop prediction. Out
of which fuzzy logic, GBDT, Random Forest algorithm, Feed
Back PropagationAlgorithm, etc.arewidelyimplemented for
their accuracy and ease of use.
Automation is rarely practiced in agriculture system
whereas it has wide scope in agriculture system considering
its efficiency. IOT can be practiced in farming to enhance the
crop yield and quality [1]. Sensors can beinstalledtoanalyse
the weather and soil situation. With the help of this data
farmer would be able to select a correct crop. Along with the
use of IOT, GBDT can be used to increase the accuracy [4].
GBDT is implemented to predict the yield rate. Soil
parameters and climatic conditions are considered for
system. With the help of predicted yield rate farmer can
choose a crop with maximum yield.
The most widely used technique for crop suggestion is fuzzy
logic. Out of 3 types of fuzzy models, Mamdanifuzzymodel is
proposed here [3]. Fuzzy model can be used in situation
where uncertainty is main concern. It gives output in
percentage with the help of which we can easily perform
comparison. Here past meteorological data is considered for
crop suggestion. Fuzzy model can also be used as hybrid
recommender using soil data, weather parameters and cost.
[5]. Here fuzzy model is further processed with ANN to get
the exact prediction which will satisfy all concernsrelated to
crop.
Environmental factors are the most impacting factors for
agriculture system. Crop selection and crop yield are
strongly related to it. To consider different environmental
factors, R Neuralnet Package and WEKA is used for crop
suggestion [2]. Here temperature and precipitation data is
used to train a model.
Table -1: Reference paper comparison table
Title of Paper Year Seed Idea
A comprehensive
review on automationin
agriculture using
artificial intelligence
2019 This paper talks about
use of different
automationpracticeslike
IOT, Machine learning
and Artificial Intelligence
in agriculture system
Crop Recommender
System for the Farmers
using Mamdani Fuzzy
Inference Model
2018 It recommends a prior
idea regarding a crop
which is suitable
according to the location
of the farmer based on
weather condition of the
previous months using
fuzzy logic.
Crop Recommendation
System to Maximize
Crop Yield using
Machine Learning
Technique
2017 Soil data would be
collected and Support
Vector Machine (SVM)
and ANN will be
implemented.
Crop Selection Method
Based on Various
Environmental Factors
Using Machine Learning
2017 Proposed method is used
to determine the
maximum yield by
summing up the analysis
of all the affecting
parameters using
feedback propagation
algorithm.
Crop Recommendation
System for Precision
Agriculture
2017 Model uses research data
of soil, crop and suggests
farmers the right crop
based on their site-
specific parameter by
implementing Random
Forest algorithm, Naïve
Bayes algorithm, and K
Nearest algorithm.
Crop Selection Method
to Maximize Crop Yield
Rate using Machine
Learning Technique
2015 Crop Selection Method is
used to solve crop
selection problem and
maximize net yield rate
of crop over season using
GBDT.
3. CONCLUSION
The proposed system gives a prior idea regarding the type,
sustainability and yield of a particular crop according to the
location of the farmer by using the past and future
meteorological data, crop yield data & soil parameters.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1047
REFERENCES
[1] Kirtan Jha , Aalap Doshi , Poojan Patel , Manan Shahd ,
” A comprehensive review on automation in agriculture
using artificial intelligence”, KEAI, 2019
[2] Nishit Jain, Amit Kumar, Sahil Garud, Vishal Pradhan,
Prajakta Kulkarni, “Crop Selection Method Based on
Various Environmental Factors Using Machine
Learning”,International ResearchJournal ofEngineering
and Technology (IRJET), 2017
[3] Madhusree Kuanr , Bikram Kesari Rath, Sachi Nandan
Mohanty, “Crop Recommender System for the Farmers
using Mamdani Fuzzy Inference Model ”, International
Journal of Engineering & Technology, 2018
[4] Rakesh Kumar, M. P. Singh, Prabhat Kumar, J. P. Singh,
“Crop Selection Method to Maximize Crop Yield using
Machine Learning Technique ”,International Conference
on Smart Technology and Management for Computing,
Communication, Controls, Energy and Materials
(ICSTM), 2015
[5] Aadithya U, Anushya S, Bala Lakshmi N , Rajeswari
Sridhar, “FUZZYLOGICBASEDHYBRIDRECOMMENDER
OF MAXIMUM YIELD CROP USINGSOIL,WEATHERAND
COST ”, ICTACT JOURNAL ON SOFT COMPUTING, 2016
[6] Pabitra Mitra, Abhijit Mukharjee, Aditi Chndra,
“ Machine Learning for Prediction of Crop Yield”, Case
Study Of IIT Kharagpur, 2017
[7] S.Pudumalar, E.Ramanuja,R.Harine Rajashree,C.Kavya,
“Crop Recommendation System for Precision
Agriculture”, Institute of Electrical and Electronics
Engineers, 2017

More Related Content

What's hot

IRJET- Agricultural Crop Yield Prediction using Deep Learning Approach
IRJET-  	  Agricultural Crop Yield Prediction using Deep Learning ApproachIRJET-  	  Agricultural Crop Yield Prediction using Deep Learning Approach
IRJET- Agricultural Crop Yield Prediction using Deep Learning Approach
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- 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
 
An Efficient and Novel Crop Yield Prediction Method using Machine Learning Al...
An Efficient and Novel Crop Yield Prediction Method using Machine Learning Al...An Efficient and Novel Crop Yield Prediction Method using Machine Learning Al...
An Efficient and Novel Crop Yield Prediction Method using Machine Learning Al...
IIJSRJournal
 
IRJET- Crop Yield Prediction based on Climatic Parameters
IRJET- Crop Yield Prediction based on Climatic ParametersIRJET- Crop Yield Prediction based on Climatic Parameters
IRJET- Crop Yield Prediction based on Climatic Parameters
IRJET Journal
 
IRJET - Enlightening Farmers on Crop Yield
IRJET -  	  Enlightening Farmers on Crop YieldIRJET -  	  Enlightening Farmers on Crop Yield
IRJET - Enlightening Farmers on Crop Yield
IRJET Journal
 
IRJET- Survey of Crop Recommendation Systems
IRJET- Survey of Crop Recommendation SystemsIRJET- Survey of Crop Recommendation Systems
IRJET- Survey of Crop Recommendation Systems
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
 
Decision Support System for Farmer
Decision Support System for FarmerDecision Support System for Farmer
Decision Support System for Farmer
IRJET Journal
 
IRJET- Rice Yield Prediction using Data Mining Technique
IRJET-  	  Rice Yield Prediction using Data Mining TechniqueIRJET-  	  Rice Yield Prediction using Data Mining Technique
IRJET- Rice Yield Prediction using Data Mining Technique
IRJET Journal
 
IRJET- Agricultural Productivity System
IRJET- Agricultural Productivity SystemIRJET- Agricultural Productivity System
IRJET- Agricultural Productivity System
IRJET Journal
 
IRJET - Farm Field Monitoring Using IoT-A Survey Paper
IRJET - Farm Field Monitoring Using IoT-A Survey PaperIRJET - Farm Field Monitoring Using IoT-A Survey Paper
IRJET - Farm Field Monitoring Using IoT-A Survey Paper
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
 
IRJET - Smart Agriculture with IoT and Cloud Computing
IRJET - Smart Agriculture with IoT and Cloud ComputingIRJET - Smart Agriculture with IoT and Cloud Computing
IRJET - Smart Agriculture with IoT and Cloud Computing
IRJET Journal
 
Precision Farming Market to reach $10bn by 2024
Precision Farming Market to reach $10bn by 2024Precision Farming Market to reach $10bn by 2024
Precision Farming Market to reach $10bn by 2024
Prem Shinde
 
Jianqiang Ren_Simulation of regional winter wheat yield by EPIC model.ppt
Jianqiang Ren_Simulation of regional winter wheat yield by EPIC model.pptJianqiang Ren_Simulation of regional winter wheat yield by EPIC model.ppt
Jianqiang Ren_Simulation of regional winter wheat yield by EPIC model.pptgrssieee
 
Global precision agriculture market analysis & forecast (2014 2022)
Global precision agriculture market analysis & forecast (2014 2022)Global precision agriculture market analysis & forecast (2014 2022)
Global precision agriculture market analysis & forecast (2014 2022)
BIS Research
 
IRJET- SMART KRISHI- A Proposed System for Farmers
IRJET-  	  SMART KRISHI- A Proposed System for FarmersIRJET-  	  SMART KRISHI- A Proposed System for Farmers
IRJET- SMART KRISHI- A Proposed System for Farmers
IRJET Journal
 
Artificial Intelligence and IoT's
Artificial Intelligence and IoT'sArtificial Intelligence and IoT's
Artificial Intelligence and IoT's
Amruta Raut
 
Systems of IoT Systems for Smart Food and Farming
Systems of IoT Systems for Smart Food and FarmingSystems of IoT Systems for Smart Food and Farming
Systems of IoT Systems for Smart Food and Farming
Cor Verdouw
 

What's hot (20)

IRJET- Agricultural Crop Yield Prediction using Deep Learning Approach
IRJET-  	  Agricultural Crop Yield Prediction using Deep Learning ApproachIRJET-  	  Agricultural Crop Yield Prediction using Deep Learning Approach
IRJET- Agricultural Crop Yield Prediction using Deep Learning Approach
 
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- 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...
 
An Efficient and Novel Crop Yield Prediction Method using Machine Learning Al...
An Efficient and Novel Crop Yield Prediction Method using Machine Learning Al...An Efficient and Novel Crop Yield Prediction Method using Machine Learning Al...
An Efficient and Novel Crop Yield Prediction Method using Machine Learning Al...
 
IRJET- Crop Yield Prediction based on Climatic Parameters
IRJET- Crop Yield Prediction based on Climatic ParametersIRJET- Crop Yield Prediction based on Climatic Parameters
IRJET- Crop Yield Prediction based on Climatic Parameters
 
IRJET - Enlightening Farmers on Crop Yield
IRJET -  	  Enlightening Farmers on Crop YieldIRJET -  	  Enlightening Farmers on Crop Yield
IRJET - Enlightening Farmers on Crop Yield
 
IRJET- Survey of Crop Recommendation Systems
IRJET- Survey of Crop Recommendation SystemsIRJET- Survey of Crop Recommendation Systems
IRJET- Survey of Crop Recommendation Systems
 
IRJET- Crop Prediction and Disease Detection
IRJET-  	  Crop Prediction and Disease DetectionIRJET-  	  Crop Prediction and Disease Detection
IRJET- Crop Prediction and Disease Detection
 
Decision Support System for Farmer
Decision Support System for FarmerDecision Support System for Farmer
Decision Support System for Farmer
 
IRJET- Rice Yield Prediction using Data Mining Technique
IRJET-  	  Rice Yield Prediction using Data Mining TechniqueIRJET-  	  Rice Yield Prediction using Data Mining Technique
IRJET- Rice Yield Prediction using Data Mining Technique
 
IRJET- Agricultural Productivity System
IRJET- Agricultural Productivity SystemIRJET- Agricultural Productivity System
IRJET- Agricultural Productivity System
 
IRJET - Farm Field Monitoring Using IoT-A Survey Paper
IRJET - Farm Field Monitoring Using IoT-A Survey PaperIRJET - Farm Field Monitoring Using IoT-A Survey Paper
IRJET - Farm Field Monitoring Using IoT-A Survey Paper
 
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 - Smart Agriculture with IoT and Cloud Computing
IRJET - Smart Agriculture with IoT and Cloud ComputingIRJET - Smart Agriculture with IoT and Cloud Computing
IRJET - Smart Agriculture with IoT and Cloud Computing
 
Precision Farming Market to reach $10bn by 2024
Precision Farming Market to reach $10bn by 2024Precision Farming Market to reach $10bn by 2024
Precision Farming Market to reach $10bn by 2024
 
Jianqiang Ren_Simulation of regional winter wheat yield by EPIC model.ppt
Jianqiang Ren_Simulation of regional winter wheat yield by EPIC model.pptJianqiang Ren_Simulation of regional winter wheat yield by EPIC model.ppt
Jianqiang Ren_Simulation of regional winter wheat yield by EPIC model.ppt
 
Global precision agriculture market analysis & forecast (2014 2022)
Global precision agriculture market analysis & forecast (2014 2022)Global precision agriculture market analysis & forecast (2014 2022)
Global precision agriculture market analysis & forecast (2014 2022)
 
IRJET- SMART KRISHI- A Proposed System for Farmers
IRJET-  	  SMART KRISHI- A Proposed System for FarmersIRJET-  	  SMART KRISHI- A Proposed System for Farmers
IRJET- SMART KRISHI- A Proposed System for Farmers
 
Artificial Intelligence and IoT's
Artificial Intelligence and IoT'sArtificial Intelligence and IoT's
Artificial Intelligence and IoT's
 
Systems of IoT Systems for Smart Food and Farming
Systems of IoT Systems for Smart Food and FarmingSystems of IoT Systems for Smart Food and Farming
Systems of IoT Systems for Smart Food and Farming
 

Similar to IRJET- Survey on Crop Suggestion using Weather Analysis

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
 
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
 
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 Recommendation System Using Machine Learning
Crop Recommendation System Using Machine LearningCrop Recommendation System Using Machine Learning
Crop Recommendation System Using Machine Learning
IRJET Journal
 
Application Of Machine Learning in Modern Agriculture for Crop Yield Predicti...
Application Of Machine Learning in Modern Agriculture for Crop Yield Predicti...Application Of Machine Learning in Modern Agriculture for Crop Yield Predicti...
Application Of Machine Learning in Modern Agriculture for Crop Yield Predicti...
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
 
““Smart Crop Prediction System and Farm Monitoring System for Smart Farming””
““Smart Crop Prediction System and Farm Monitoring System for Smart Farming””““Smart Crop Prediction System and Farm Monitoring System for Smart Farming””
““Smart Crop Prediction System and Farm Monitoring System for Smart Farming””
IRJET Journal
 
Crop yield prediction.pdf
Crop yield prediction.pdfCrop yield prediction.pdf
Crop yield prediction.pdf
ssuserb22f5a
 
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
 
Selection of crop varieties and yield prediction based on phenotype applying ...
Selection of crop varieties and yield prediction based on phenotype applying ...Selection of crop varieties and yield prediction based on phenotype applying ...
Selection of crop varieties and yield prediction based on phenotype applying ...
IJECEIAES
 
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
 
Famer assistant and crop recommendation system
Famer assistant and crop recommendation systemFamer assistant and crop recommendation system
Famer assistant and crop recommendation system
IRJET Journal
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimization
IJECEIAES
 
A Review Paper on Optimize Yield Production Using Data from Sensors
A Review Paper on Optimize Yield Production Using Data from SensorsA Review Paper on Optimize Yield Production Using Data from Sensors
A Review Paper on Optimize Yield Production Using Data from Sensors
IRJET Journal
 
BHARATH KISAN HELPLINE
BHARATH KISAN HELPLINEBHARATH KISAN HELPLINE
BHARATH KISAN HELPLINE
IRJET Journal
 
Predicting yield of crop type and water requirement for a given plot of land...
Predicting yield of crop type and water requirement for a given  plot of land...Predicting yield of crop type and water requirement for a given  plot of land...
Predicting yield of crop type and water requirement for a given plot of land...
International Journal of Reconfigurable and Embedded Systems
 
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
 
Crop Prediction System using Machine Learning
Crop Prediction System using Machine LearningCrop Prediction System using Machine Learning
Crop Prediction System using Machine Learning
ijtsrd
 
Smart Irrigation System using Machine Learning and IoT
Smart Irrigation System using Machine Learning and IoTSmart Irrigation System using Machine Learning and IoT
Smart Irrigation System using Machine Learning and IoT
IRJET Journal
 
“Plant Disease Detection by Using Deep LearningAlgorithm with Product, Price ...
“Plant Disease Detection by Using Deep LearningAlgorithm with Product, Price ...“Plant Disease Detection by Using Deep LearningAlgorithm with Product, Price ...
“Plant Disease Detection by Using Deep LearningAlgorithm with Product, Price ...
IRJET Journal
 

Similar to IRJET- Survey on Crop Suggestion using Weather Analysis (20)

Crop Yield Prediction using Machine Learning
Crop Yield Prediction using Machine LearningCrop Yield Prediction using Machine Learning
Crop Yield Prediction using Machine Learning
 
IMPLEMENTATION PAPER ON AGRICULTURE ADVISORY SYSTEM
IMPLEMENTATION PAPER ON AGRICULTURE ADVISORY SYSTEMIMPLEMENTATION PAPER ON AGRICULTURE ADVISORY SYSTEM
IMPLEMENTATION PAPER ON AGRICULTURE ADVISORY SYSTEM
 
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 Recommendation System Using Machine Learning
Crop Recommendation System Using Machine LearningCrop Recommendation System Using Machine Learning
Crop Recommendation System Using Machine Learning
 
Application Of Machine Learning in Modern Agriculture for Crop Yield Predicti...
Application Of Machine Learning in Modern Agriculture for Crop Yield Predicti...Application Of Machine Learning in Modern Agriculture for Crop Yield Predicti...
Application Of Machine Learning in Modern Agriculture for Crop Yield Predicti...
 
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
 
““Smart Crop Prediction System and Farm Monitoring System for Smart Farming””
““Smart Crop Prediction System and Farm Monitoring System for Smart Farming””““Smart Crop Prediction System and Farm Monitoring System for Smart Farming””
““Smart Crop Prediction System and Farm Monitoring System for Smart Farming””
 
Crop yield prediction.pdf
Crop yield prediction.pdfCrop yield prediction.pdf
Crop yield prediction.pdf
 
Smart Farming Using Machine Learning Algorithms
Smart Farming Using Machine Learning AlgorithmsSmart Farming Using Machine Learning Algorithms
Smart Farming Using Machine Learning Algorithms
 
Selection of crop varieties and yield prediction based on phenotype applying ...
Selection of crop varieties and yield prediction based on phenotype applying ...Selection of crop varieties and yield prediction based on phenotype applying ...
Selection of crop varieties and yield prediction based on phenotype applying ...
 
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
 
Famer assistant and crop recommendation system
Famer assistant and crop recommendation systemFamer assistant and crop recommendation system
Famer assistant and crop recommendation system
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimization
 
A Review Paper on Optimize Yield Production Using Data from Sensors
A Review Paper on Optimize Yield Production Using Data from SensorsA Review Paper on Optimize Yield Production Using Data from Sensors
A Review Paper on Optimize Yield Production Using Data from Sensors
 
BHARATH KISAN HELPLINE
BHARATH KISAN HELPLINEBHARATH KISAN HELPLINE
BHARATH KISAN HELPLINE
 
Predicting yield of crop type and water requirement for a given plot of land...
Predicting yield of crop type and water requirement for a given  plot of land...Predicting yield of crop type and water requirement for a given  plot of land...
Predicting yield of crop type and water requirement for a given plot of land...
 
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
 
Crop Prediction System using Machine Learning
Crop Prediction System using Machine LearningCrop Prediction System using Machine Learning
Crop Prediction System using Machine Learning
 
Smart Irrigation System using Machine Learning and IoT
Smart Irrigation System using Machine Learning and IoTSmart Irrigation System using Machine Learning and IoT
Smart Irrigation System using Machine Learning and IoT
 
“Plant Disease Detection by Using Deep LearningAlgorithm with Product, Price ...
“Plant Disease Detection by Using Deep LearningAlgorithm with Product, Price ...“Plant Disease Detection by Using Deep LearningAlgorithm with Product, Price ...
“Plant Disease Detection by Using Deep LearningAlgorithm with Product, Price ...
 

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

Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
MuhammadTufail242431
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
Kamal Acharya
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 

Recently uploaded (20)

Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 

IRJET- Survey on Crop Suggestion using Weather Analysis

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1045 Survey on Crop Suggestion Using Weather Analysis Piyush Pathak1, Rushikesh Phalke2, Parag Patil3, Pratik Prakash4,Shilpa Bhosale5 1,2,3,4B.E. Student, Dept. of Computer Engineering, Sinhgad College of Engineering, Vadgaon, Pune- 411041, Maharashtra, India 5Professor, Dept. of Computer Engineering, Sinhgad College of Engineering, Vadgaon, Pune- 411041, Maharashtra, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract – India is an agriculture-based country where large proportion of people is engaged in agriculture sector. But selection of an unsuitable crop is leading to decrease in crop production and shortage of quality food. Therefore, Crop Scarcity and degradation is becoming a major concern. And all this scenario is also resulting into increasing farmer suicides. To overcome this scenario, wearesuggestingamodel which would help to predict the most suitable crop in the site considering weather analysis andsoilparameters. Hereweare going to use a fuzzy logic, Gradient Boosted Decision Tree (GBDT) algorithm and R Neuralnet Package. The input parameters for the system would be the meteorological data and soil parameters. Key Words: Fuzzy Logic, GBDT, R Neuralnet Package, Meteorological data 1. INTRODUCTION Agriculture sector plays major role in economic growth of country. It is prominent income source for farmers and workers related to it. Numerous manufacturing industries are dependent on agriculture products for their raw material. But poor crop yield and quality is becoming a major concern. It is resulting into farmer suicides, malnutrition, hiked prices of agriculture products and more. To avoid this situation weather analysis and land analysis must be done to enhance the agriculture system tominimize the losses. It is observed that many farmers are yielding the same crop in their land for past years irrespective of its yield quality and quantity. Whereas crop must be selected as per the climatic condition, irrigation sources, land quality, etc. But farmers are not getting the proper advice in crop choosing. So here 2 approaches are consideredwhichwill suggestcrop yield and crop type respectively consideringdifferentaspect of input data. Fig -1: Project Model 1.1 Crop Yield Suggestion Crop yield suggestion can be done by undertaking meteorological data along with the help of soil type of particular district. Here yieldcomparisonwillbedonewithin predicted yield of certain crops and past available data of crops. Crop yield prediction can be done with the use of R Neuralnet Package. So, with the help of function’s output, decision can be taken to select a crop considering productivity of a crop. 1.2 Crop Type Suggestion Crop type suggestion can be done by undertaking meteorological data. It is suggested to use fuzzy logic and GBDT. In fuzzy logic system past meteorological data is considered with which crops would be suggested for particular district. Meteorological data will contain rainfall and temperature data of respective district. Along with the use fuzzy logic GBDT will be used in further function. In implementation of GBDT instead of past meteorological data, future meteorological data will be considered. With the help of future data, wecanalsoensurea survivability of suggested crops. And wise decision wouldbe taken.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1046 Fig -2: Crop Suggestion Approach 2. LITERARURE SURVEY Study of various machine learning algorithms is doneforthe crop suggestion purpose. Also, study of existing techniques and models is done for understanding the current situation. Different types of agriculture parameters can be considered for crop suggestion such as climatic condition,soil,irrigation resources, cost, machinery etc. These parameters can be used to train the model of respective algorithm to suggest a particular crop in project site. Various algorithms are separately used in different models for crop prediction. Out of which fuzzy logic, GBDT, Random Forest algorithm, Feed Back PropagationAlgorithm, etc.arewidelyimplemented for their accuracy and ease of use. Automation is rarely practiced in agriculture system whereas it has wide scope in agriculture system considering its efficiency. IOT can be practiced in farming to enhance the crop yield and quality [1]. Sensors can beinstalledtoanalyse the weather and soil situation. With the help of this data farmer would be able to select a correct crop. Along with the use of IOT, GBDT can be used to increase the accuracy [4]. GBDT is implemented to predict the yield rate. Soil parameters and climatic conditions are considered for system. With the help of predicted yield rate farmer can choose a crop with maximum yield. The most widely used technique for crop suggestion is fuzzy logic. Out of 3 types of fuzzy models, Mamdanifuzzymodel is proposed here [3]. Fuzzy model can be used in situation where uncertainty is main concern. It gives output in percentage with the help of which we can easily perform comparison. Here past meteorological data is considered for crop suggestion. Fuzzy model can also be used as hybrid recommender using soil data, weather parameters and cost. [5]. Here fuzzy model is further processed with ANN to get the exact prediction which will satisfy all concernsrelated to crop. Environmental factors are the most impacting factors for agriculture system. Crop selection and crop yield are strongly related to it. To consider different environmental factors, R Neuralnet Package and WEKA is used for crop suggestion [2]. Here temperature and precipitation data is used to train a model. Table -1: Reference paper comparison table Title of Paper Year Seed Idea A comprehensive review on automationin agriculture using artificial intelligence 2019 This paper talks about use of different automationpracticeslike IOT, Machine learning and Artificial Intelligence in agriculture system Crop Recommender System for the Farmers using Mamdani Fuzzy Inference Model 2018 It recommends a prior idea regarding a crop which is suitable according to the location of the farmer based on weather condition of the previous months using fuzzy logic. Crop Recommendation System to Maximize Crop Yield using Machine Learning Technique 2017 Soil data would be collected and Support Vector Machine (SVM) and ANN will be implemented. Crop Selection Method Based on Various Environmental Factors Using Machine Learning 2017 Proposed method is used to determine the maximum yield by summing up the analysis of all the affecting parameters using feedback propagation algorithm. Crop Recommendation System for Precision Agriculture 2017 Model uses research data of soil, crop and suggests farmers the right crop based on their site- specific parameter by implementing Random Forest algorithm, Naïve Bayes algorithm, and K Nearest algorithm. Crop Selection Method to Maximize Crop Yield Rate using Machine Learning Technique 2015 Crop Selection Method is used to solve crop selection problem and maximize net yield rate of crop over season using GBDT. 3. CONCLUSION The proposed system gives a prior idea regarding the type, sustainability and yield of a particular crop according to the location of the farmer by using the past and future meteorological data, crop yield data & soil parameters.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1047 REFERENCES [1] Kirtan Jha , Aalap Doshi , Poojan Patel , Manan Shahd , ” A comprehensive review on automation in agriculture using artificial intelligence”, KEAI, 2019 [2] Nishit Jain, Amit Kumar, Sahil Garud, Vishal Pradhan, Prajakta Kulkarni, “Crop Selection Method Based on Various Environmental Factors Using Machine Learning”,International ResearchJournal ofEngineering and Technology (IRJET), 2017 [3] Madhusree Kuanr , Bikram Kesari Rath, Sachi Nandan Mohanty, “Crop Recommender System for the Farmers using Mamdani Fuzzy Inference Model ”, International Journal of Engineering & Technology, 2018 [4] Rakesh Kumar, M. P. Singh, Prabhat Kumar, J. P. Singh, “Crop Selection Method to Maximize Crop Yield using Machine Learning Technique ”,International Conference on Smart Technology and Management for Computing, Communication, Controls, Energy and Materials (ICSTM), 2015 [5] Aadithya U, Anushya S, Bala Lakshmi N , Rajeswari Sridhar, “FUZZYLOGICBASEDHYBRIDRECOMMENDER OF MAXIMUM YIELD CROP USINGSOIL,WEATHERAND COST ”, ICTACT JOURNAL ON SOFT COMPUTING, 2016 [6] Pabitra Mitra, Abhijit Mukharjee, Aditi Chndra, “ Machine Learning for Prediction of Crop Yield”, Case Study Of IIT Kharagpur, 2017 [7] S.Pudumalar, E.Ramanuja,R.Harine Rajashree,C.Kavya, “Crop Recommendation System for Precision Agriculture”, Institute of Electrical and Electronics Engineers, 2017