SlideShare une entreprise Scribd logo
1  sur  3
Télécharger pour lire hors ligne
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4231
RICE YIELD PREDICTION USING DATA MINING TECHNIQUE
Nanjesh Gowda M P1, Chetan2, Ramya S 3
1, 2BE, Department of CSE, NIE Mysore, Karnataka, India
3Assistant Professor, Department of CSE, NIE Mysore, Karnataka, India
----------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - - Food is the basic need for all the human beings
in the world without food it is impossible to the human beings
to survive. Storing of crops also plays a major role for all the
countries especially for the developing one. In the previous
days farmers have to take the sample of soil from their region
then check the nutrient of the soil then only they can grow
crop. It is a time consuming process for the farmers and if the
weather changes there will be loss on that crop. To overcome
this problems in our paper we take the soil from the farmers
from their respective region and predict the amount of rice
can be grown in that region by considering the various
parameters such as pH, EC, N, P, K etc from this the farmercan
know how much of rice can be grown in his region. Here we
are considering a large number of dataset to predict the yield
of the rice. In this paper we are using various data mining
technique to predict the yield of the rice. By using the KNN
algorithm it gives the accurate result to the farmers.
Key Words: Data Mining, Yield Prediction, K- Nearest
Neighbour (KNN), Database.
1. INTRODUCTION
Karnataka is a state where most of the people in the
district their main occupation is agriculture. India is a
state where agriculture is the backbone of the country.
It is the major source of economy for their families.
India is a country which has many seasons. The proper
planning and proper sowing only give the expected
yield otherwise there is a loss to the farmers. The main
aspect of the governments of such countries is to fulfill
enough storing of crop for long term, mainley at a time
of natural disaster.Inthispaper,weattempttoforecast
yield of rice with astute analysis.
The Department of Agriculture has been created many
programmers to educate the farmers to grow proper
crop in proper time. The government has introduced
many classes to the farmers to transfer the latest
technical knowledge to farming, from this their yield
can also increased in production and productivity.
Since rice cannot be grown in all the regions of the
state, to grow the crop rice the region must support to
the climate, humidity, rainfall, soil features…If any of
the above is not support their will be loss to the
farmers. Hence taking necessary measures to gain
maximum yield of rice during the respective seasons
become the main priority of the farmers. Storing huge
amount of data has given us to find the patterns and
create models from this we can predict the yield of the
rice accurately in the future. The main objective of this
research is to predict the yield of the rice.
1.1 Prediction System
In our paper we focus on Data Mining technique to predict
Rice yield though different parameters. The rice prediction
is done by Data Mining using K-nearest neighbor (KNN)
algorithm. The algorithm considers the parameters such as
pH, EC, soil quality, Nitrogen, Potassium,Humidity,Rainfall…
1.2 K-nearest neighbor (KNN)
KNN is a simple algorithm that uses entire dataset during its
training phase whenever prediction is required for unseen
data. It searches through entire training dataset for k- most
similar instances and data with most similar instance are
returned.
1.2.1 Features of K-nearest neighbor’s
 KNN stores the whole coaching dataset that it uses
as its illustration.
 The prediction is fast in termsoftime bycalculating
the similarities between the input sample data and
each training data.
 It works on similarity measures.
2. RELATED WORK
Analysis of soil behavior and prediction of crop yield using
data mining [1] in this paper the author has predicted the
yield of the crops by using the Naive Bayes method. Here he
takes the soil from the farmerscheck thesoil parameters and
weather conditions and predicted the yield of the crop. The
results of the crop are accurate. The problem of predicting
the crop yield is formalized as a classification rule, where
Naive Bayes and are used. Here the problem is it is suitable
for crop yield but not suitable for rice crop type. It takes
more time for prediction.
Navid Tanzeem Mahmood examines the nature, biology,
geography and the soil parameters to predict the yieldof the
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4232
crop. In this paper several crop related data are given to the
farmers to yield the maximum crop. Various methodologies
are used to predict the yield of the various crops. In this
paper data mining technique is used and linear regression is
used. The use of the parameters are also minimum in the
paper, the system predicts the output based on the
temperature, rainfall, humidity, on the paddy growth does
not support for the rice yield. The system uses the data
mining technique hence it requires large number of data set
[2]
Based on the above research papers, we are proposing a
system which predicts the yield of the rice based on the
given textual input by the staff. Themachine whichistrained
using KNN (K- Nearest Neighbors) gives the output to the
staff in the form of the tons and its related rice to be grown.
The KNN is an algorithm used in supervised learning which
stores all available data and classifies new data based on
similarity measures.
3. METHODOLOGY
K-nearest neighbor’s classifier (KNN)
K-Nearest neighbors (KNN)[3]is classificationalgorithm isa
type of instant based learningornongeneralizinglearning. It
does not attempt to construct a general internal problem but
it compares the new problem with the training data that is
stored in memory. The purpose ofthek-nearestneighbouris
to compares the data in the dataset and classifythenewdata
points based on the similarities measure. Figure below
shows nearest neighbours classification. KNN classification
has two stages
1) Find the k instances in the dataset that is closest to
instance S
2) These k number of instances then vote to determine the
class of instance S
The Accuracy of KNN classifier depends on distance and K
value. There are many ways of measuring the distance
between two instances they are cosine, Euclidian distance.
To evaluate the new unknown data, KNN computes its K
nearest neighbours.
Proposed Approach
Our proposed system aims to enhance the performance of
KNN classifier for rice yield predictions. Algorithm for our
proposed system is shown below
Step 1: Input: Previous year’s agriculture data which
includes temperature, rainfall, humidity and other
constraint..
Step 2: Output: Rice yield predicted
Step 3: Give the data set as input.
Step 4: perform KNN algorithm for input parameters.
Step 5: Euclidean distance between existing parametersand
newly entered is calculated.
Step 6: Based on similarity measures output is predicted.
4. FUTURE ENHANMENTS
The future enhancement of the project is to focus on not
only rice but also various crops like maize, ragi, wheat… .
Here we use KNNforprediction.OtheralgorithmslikeID3
or C4.5 or Naive Bayes Algorithms can also be used.
Future, we may add more parameters to the dataset
which makes it more approachable to the farmers.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4233
5. CONCLUSIONS
The study gives that the soil parameters and weather
plays an important role in predicting the rice yield.
From the dataset one can predict the yield but it is not
accurate all the time if the there is change in weather
there will be loss of yield. In this project we have use
Data Mining to help farmers to increase their yield. It
also provides the accurate prediction of the rice yield
by considering the various parameters this avoids the
loss of yield and economy to the farmers.
ACKNOWLEDGEMENT
The satisfaction that accompanies the successful
completion of the any task would be incomplete
without the mention of people who ceaseless co-
operation made it possible whose constant guidance
and encouragement crown all efforts. It gives us great
pleasure to thank our guide Ms. Ramya S for their
valuable suggestionandguidanceduringtheprocessof
the project and for having permitted us to workonthis
subject.
REFERENCES
[1] Monali Paul, Santosh K. Vishwakarma,“Analysisofsoil
behavior and prediction of crop yield using data mining
approach” IEEE 2015
[2] Navid Tanzeem Mahmood, Nazmul Hossain,“Applying
Data Mining Techniques to Predict Annual Yield of Major
Crops and Recommend Planting Different Crops in
Different Districts in Bangladesh” IEEE 2015.
[3] D Ramesh, B Vishnu Vardhan. “Data Mining
Techniques and Applications to Agricultural Yield Data”
International Journal of Advance Computer and
Communication Engineering Vol2, Issue9, September
2013.

Contenu connexe

Tendances

Operation of Sensor Nodes for Smart Farming and Data Networking using Wireles...
Operation of Sensor Nodes for Smart Farming and Data Networking using Wireles...Operation of Sensor Nodes for Smart Farming and Data Networking using Wireles...
Operation of Sensor Nodes for Smart Farming and Data Networking using Wireles...IRJET Journal
 
An automated low cost IoT based Fertilizer Intimation System forsmart agricul...
An automated low cost IoT based Fertilizer Intimation System forsmart agricul...An automated low cost IoT based Fertilizer Intimation System forsmart agricul...
An automated low cost IoT based Fertilizer Intimation System forsmart agricul...sakru naik
 
Precision Agriculture: a concise introduction
Precision Agriculture: a concise introduction Precision Agriculture: a concise introduction
Precision Agriculture: a concise introduction Joseph Dwumoh
 
Predicting crop yield and response to Nutrients from soil spectra at WCSS 201...
Predicting crop yield and response to Nutrients from soil spectra at WCSS 201...Predicting crop yield and response to Nutrients from soil spectra at WCSS 201...
Predicting crop yield and response to Nutrients from soil spectra at WCSS 201...CIAT
 
Geospatial Tools for Targeting and Prioritisation in Agriculture
Geospatial Tools for Targeting and Prioritisation in AgricultureGeospatial Tools for Targeting and Prioritisation in Agriculture
Geospatial Tools for Targeting and Prioritisation in AgricultureLeo Kris Palao
 
Commercial & research landscape for smart irrigation systems
Commercial & research landscape for smart irrigation systemsCommercial & research landscape for smart irrigation systems
Commercial & research landscape for smart irrigation systemsMuhammad Yaseen Aftab
 
Credit Seminar:Adoption Of Precision Agriculture In Indian Scenario: It's Sco...
Credit Seminar:Adoption Of Precision Agriculture In Indian Scenario: It's Sco...Credit Seminar:Adoption Of Precision Agriculture In Indian Scenario: It's Sco...
Credit Seminar:Adoption Of Precision Agriculture In Indian Scenario: It's Sco...Sundeepreddyavula
 
IRJET- Soil Analysis and Crop Fertility Prediction
IRJET- Soil Analysis and Crop Fertility PredictionIRJET- Soil Analysis and Crop Fertility Prediction
IRJET- Soil Analysis and Crop Fertility PredictionIRJET Journal
 
Geospatial systems for advance tools in precision agriculture
Geospatial systems for advance tools in precision agricultureGeospatial systems for advance tools in precision agriculture
Geospatial systems for advance tools in precision agricultureMohammed Maina
 
IRJET- IoT based System to Carry Out the Soil Tests to Determine Various Para...
IRJET- IoT based System to Carry Out the Soil Tests to Determine Various Para...IRJET- IoT based System to Carry Out the Soil Tests to Determine Various Para...
IRJET- IoT based System to Carry Out the Soil Tests to Determine Various Para...IRJET Journal
 
Gnss Opportunities In Precision Agriculture
Gnss Opportunities In Precision AgricultureGnss Opportunities In Precision Agriculture
Gnss Opportunities In Precision AgricultureTamme van der Wal
 
AgriFab_CaseStudy_61715GG-FORMAT
AgriFab_CaseStudy_61715GG-FORMATAgriFab_CaseStudy_61715GG-FORMAT
AgriFab_CaseStudy_61715GG-FORMATGreg Gillespie
 
SENSOR BASED SMART IRRIGATION SYSTEM WITH MONITORING AND CONTROLLING USING IN...
SENSOR BASED SMART IRRIGATION SYSTEM WITH MONITORING AND CONTROLLING USING IN...SENSOR BASED SMART IRRIGATION SYSTEM WITH MONITORING AND CONTROLLING USING IN...
SENSOR BASED SMART IRRIGATION SYSTEM WITH MONITORING AND CONTROLLING USING IN...ijasa
 
PRECISION FARMING
PRECISION FARMINGPRECISION FARMING
PRECISION FARMINGakashatute
 

Tendances (20)

Operation of Sensor Nodes for Smart Farming and Data Networking using Wireles...
Operation of Sensor Nodes for Smart Farming and Data Networking using Wireles...Operation of Sensor Nodes for Smart Farming and Data Networking using Wireles...
Operation of Sensor Nodes for Smart Farming and Data Networking using Wireles...
 
An automated low cost IoT based Fertilizer Intimation System forsmart agricul...
An automated low cost IoT based Fertilizer Intimation System forsmart agricul...An automated low cost IoT based Fertilizer Intimation System forsmart agricul...
An automated low cost IoT based Fertilizer Intimation System forsmart agricul...
 
Precision Agriculture: a concise introduction
Precision Agriculture: a concise introduction Precision Agriculture: a concise introduction
Precision Agriculture: a concise introduction
 
Predicting crop yield and response to Nutrients from soil spectra at WCSS 201...
Predicting crop yield and response to Nutrients from soil spectra at WCSS 201...Predicting crop yield and response to Nutrients from soil spectra at WCSS 201...
Predicting crop yield and response to Nutrients from soil spectra at WCSS 201...
 
Precision farming
Precision farmingPrecision farming
Precision farming
 
Geospatial Tools for Targeting and Prioritisation in Agriculture
Geospatial Tools for Targeting and Prioritisation in AgricultureGeospatial Tools for Targeting and Prioritisation in Agriculture
Geospatial Tools for Targeting and Prioritisation in Agriculture
 
Commercial & research landscape for smart irrigation systems
Commercial & research landscape for smart irrigation systemsCommercial & research landscape for smart irrigation systems
Commercial & research landscape for smart irrigation systems
 
Credit Seminar:Adoption Of Precision Agriculture In Indian Scenario: It's Sco...
Credit Seminar:Adoption Of Precision Agriculture In Indian Scenario: It's Sco...Credit Seminar:Adoption Of Precision Agriculture In Indian Scenario: It's Sco...
Credit Seminar:Adoption Of Precision Agriculture In Indian Scenario: It's Sco...
 
IRJET- Soil Analysis and Crop Fertility Prediction
IRJET- Soil Analysis and Crop Fertility PredictionIRJET- Soil Analysis and Crop Fertility Prediction
IRJET- Soil Analysis and Crop Fertility Prediction
 
Geospatial systems for advance tools in precision agriculture
Geospatial systems for advance tools in precision agricultureGeospatial systems for advance tools in precision agriculture
Geospatial systems for advance tools in precision agriculture
 
Precision farming
Precision farmingPrecision farming
Precision farming
 
IRJET- IoT based System to Carry Out the Soil Tests to Determine Various Para...
IRJET- IoT based System to Carry Out the Soil Tests to Determine Various Para...IRJET- IoT based System to Carry Out the Soil Tests to Determine Various Para...
IRJET- IoT based System to Carry Out the Soil Tests to Determine Various Para...
 
20. Value of Digital Ag?
20. Value of Digital Ag?20. Value of Digital Ag?
20. Value of Digital Ag?
 
Gnss Opportunities In Precision Agriculture
Gnss Opportunities In Precision AgricultureGnss Opportunities In Precision Agriculture
Gnss Opportunities In Precision Agriculture
 
Precision Agriculture
Precision AgriculturePrecision Agriculture
Precision Agriculture
 
AgriFab_CaseStudy_61715GG-FORMAT
AgriFab_CaseStudy_61715GG-FORMATAgriFab_CaseStudy_61715GG-FORMAT
AgriFab_CaseStudy_61715GG-FORMAT
 
Agricultural greenhouse gas calculators overestimate fluxes in tropical farmi...
Agricultural greenhouse gas calculators overestimate fluxes in tropical farmi...Agricultural greenhouse gas calculators overestimate fluxes in tropical farmi...
Agricultural greenhouse gas calculators overestimate fluxes in tropical farmi...
 
What Is Precision Farming
What Is Precision FarmingWhat Is Precision Farming
What Is Precision Farming
 
SENSOR BASED SMART IRRIGATION SYSTEM WITH MONITORING AND CONTROLLING USING IN...
SENSOR BASED SMART IRRIGATION SYSTEM WITH MONITORING AND CONTROLLING USING IN...SENSOR BASED SMART IRRIGATION SYSTEM WITH MONITORING AND CONTROLLING USING IN...
SENSOR BASED SMART IRRIGATION SYSTEM WITH MONITORING AND CONTROLLING USING IN...
 
PRECISION FARMING
PRECISION FARMINGPRECISION FARMING
PRECISION FARMING
 

Similaire à IRJET- Rice Yield Prediction using Data Mining Technique

IMPLEMENTATION PAPER ON AGRICULTURE ADVISORY SYSTEM
IMPLEMENTATION PAPER ON AGRICULTURE ADVISORY SYSTEMIMPLEMENTATION PAPER ON AGRICULTURE ADVISORY SYSTEM
IMPLEMENTATION PAPER ON AGRICULTURE ADVISORY SYSTEMIRJET 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 SYSTEMIRJET Journal
 
Crop Recommendation System Using Machine Learning
Crop Recommendation System Using Machine LearningCrop Recommendation System Using Machine Learning
Crop Recommendation System Using Machine LearningIRJET 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 AnalysisIRJET Journal
 
BHARATH KISAN HELPLINE
BHARATH KISAN HELPLINEBHARATH KISAN HELPLINE
BHARATH KISAN HELPLINEIRJET Journal
 
Supervise Machine Learning Approach for Crop Yield Prediction in Agriculture ...
Supervise Machine Learning Approach for Crop Yield Prediction in Agriculture ...Supervise Machine Learning Approach for Crop Yield Prediction in Agriculture ...
Supervise Machine Learning Approach for Crop Yield Prediction in Agriculture ...IRJET Journal
 
Crop yield prediction.pdf
Crop yield prediction.pdfCrop yield prediction.pdf
Crop yield prediction.pdfssuserb22f5a
 
Crop yield prediction using ridge regression.pdf
Crop yield prediction using ridge regression.pdfCrop yield prediction using ridge regression.pdf
Crop yield prediction using ridge regression.pdfssuserb22f5a
 
Crop Yield Prediction using Machine Learning
Crop Yield Prediction using Machine LearningCrop Yield Prediction using Machine Learning
Crop Yield Prediction using Machine LearningIRJET 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- Crop Price Forecasting System using Supervised Machine Learning Al...
IRJET-  	  Crop Price Forecasting System using Supervised Machine Learning Al...IRJET-  	  Crop Price Forecasting System using Supervised Machine Learning Al...
IRJET- Crop Price Forecasting System using Supervised Machine Learning Al...IRJET Journal
 
Smart Farming Using Machine Learning Algorithms
Smart Farming Using Machine Learning AlgorithmsSmart Farming Using Machine Learning Algorithms
Smart Farming Using Machine Learning AlgorithmsIRJET Journal
 
IRJET - Agricultural Analysis using Data Mining Techniques
IRJET - Agricultural Analysis using Data Mining TechniquesIRJET - Agricultural Analysis using Data Mining Techniques
IRJET - Agricultural Analysis using Data Mining TechniquesIRJET 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
 
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
 
Analysis of crop yield prediction using data mining techniques
Analysis of crop yield prediction using data mining techniquesAnalysis of crop yield prediction using data mining techniques
Analysis of crop yield prediction using data mining techniqueseSAT Journals
 
Smart Agriculture And Farmer's Assistance System On Machine Learning
Smart Agriculture And Farmer's Assistance System On Machine LearningSmart Agriculture And Farmer's Assistance System On Machine Learning
Smart Agriculture And Farmer's Assistance System On Machine LearningIRJET Journal
 
IRJET- Smart Farming Crop Yield Prediction using Machine Learning
IRJET- Smart Farming Crop Yield Prediction using Machine LearningIRJET- Smart Farming Crop Yield Prediction using Machine Learning
IRJET- Smart Farming Crop Yield Prediction using Machine LearningIRJET Journal
 
IRJET-Precision Farming and Big Data
IRJET-Precision Farming and Big DataIRJET-Precision Farming and Big Data
IRJET-Precision Farming and Big DataIRJET Journal
 

Similaire à IRJET- Rice Yield Prediction using Data Mining Technique (20)

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
 
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
 
BHARATH KISAN HELPLINE
BHARATH KISAN HELPLINEBHARATH KISAN HELPLINE
BHARATH KISAN HELPLINE
 
Supervise Machine Learning Approach for Crop Yield Prediction in Agriculture ...
Supervise Machine Learning Approach for Crop Yield Prediction in Agriculture ...Supervise Machine Learning Approach for Crop Yield Prediction in Agriculture ...
Supervise Machine Learning Approach for Crop Yield Prediction in Agriculture ...
 
paper 2.pdf
paper 2.pdfpaper 2.pdf
paper 2.pdf
 
Crop yield prediction.pdf
Crop yield prediction.pdfCrop yield prediction.pdf
Crop yield prediction.pdf
 
Crop yield prediction using ridge regression.pdf
Crop yield prediction using ridge regression.pdfCrop yield prediction using ridge regression.pdf
Crop yield prediction using ridge regression.pdf
 
Crop Yield Prediction using Machine Learning
Crop Yield Prediction using Machine LearningCrop Yield Prediction using Machine Learning
Crop Yield Prediction using Machine Learning
 
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- Crop Price Forecasting System using Supervised Machine Learning Al...
IRJET-  	  Crop Price Forecasting System using Supervised Machine Learning Al...IRJET-  	  Crop Price Forecasting System using Supervised Machine Learning Al...
IRJET- Crop Price Forecasting System using Supervised Machine Learning Al...
 
Smart Farming Using Machine Learning Algorithms
Smart Farming Using Machine Learning AlgorithmsSmart Farming Using Machine Learning Algorithms
Smart Farming Using Machine Learning Algorithms
 
IRJET - Agricultural Analysis using Data Mining Techniques
IRJET - Agricultural Analysis using Data Mining TechniquesIRJET - Agricultural Analysis using Data Mining Techniques
IRJET - Agricultural Analysis using Data Mining Techniques
 
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- 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...
 
Analysis of crop yield prediction using data mining techniques
Analysis of crop yield prediction using data mining techniquesAnalysis of crop yield prediction using data mining techniques
Analysis of crop yield prediction using data mining techniques
 
Smart Agriculture And Farmer's Assistance System On Machine Learning
Smart Agriculture And Farmer's Assistance System On Machine LearningSmart Agriculture And Farmer's Assistance System On Machine Learning
Smart Agriculture And Farmer's Assistance System On Machine Learning
 
IRJET- Smart Farming Crop Yield Prediction using Machine Learning
IRJET- Smart Farming Crop Yield Prediction using Machine LearningIRJET- Smart Farming Crop Yield Prediction using Machine Learning
IRJET- Smart Farming Crop Yield Prediction using Machine Learning
 
IRJET-Precision Farming and Big Data
IRJET-Precision Farming and Big DataIRJET-Precision Farming and Big Data
IRJET-Precision Farming and Big Data
 

Plus de 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 STRUCTUREIRJET 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 CharacteristicsIRJET 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 ADASIRJET 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 ProIRJET 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 SystemIRJET 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 bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET 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 DesignIRJET 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
 

Plus de 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...
 

Dernier

Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitterShivangiSharma879191
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catcherssdickerson1
 
An introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxAn introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxPurva Nikam
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction managementMariconPadriquez1
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 

Dernier (20)

Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
 
An introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxAn introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptx
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction management
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 

IRJET- Rice Yield Prediction using Data Mining Technique

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4231 RICE YIELD PREDICTION USING DATA MINING TECHNIQUE Nanjesh Gowda M P1, Chetan2, Ramya S 3 1, 2BE, Department of CSE, NIE Mysore, Karnataka, India 3Assistant Professor, Department of CSE, NIE Mysore, Karnataka, India ----------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - - Food is the basic need for all the human beings in the world without food it is impossible to the human beings to survive. Storing of crops also plays a major role for all the countries especially for the developing one. In the previous days farmers have to take the sample of soil from their region then check the nutrient of the soil then only they can grow crop. It is a time consuming process for the farmers and if the weather changes there will be loss on that crop. To overcome this problems in our paper we take the soil from the farmers from their respective region and predict the amount of rice can be grown in that region by considering the various parameters such as pH, EC, N, P, K etc from this the farmercan know how much of rice can be grown in his region. Here we are considering a large number of dataset to predict the yield of the rice. In this paper we are using various data mining technique to predict the yield of the rice. By using the KNN algorithm it gives the accurate result to the farmers. Key Words: Data Mining, Yield Prediction, K- Nearest Neighbour (KNN), Database. 1. INTRODUCTION Karnataka is a state where most of the people in the district their main occupation is agriculture. India is a state where agriculture is the backbone of the country. It is the major source of economy for their families. India is a country which has many seasons. The proper planning and proper sowing only give the expected yield otherwise there is a loss to the farmers. The main aspect of the governments of such countries is to fulfill enough storing of crop for long term, mainley at a time of natural disaster.Inthispaper,weattempttoforecast yield of rice with astute analysis. The Department of Agriculture has been created many programmers to educate the farmers to grow proper crop in proper time. The government has introduced many classes to the farmers to transfer the latest technical knowledge to farming, from this their yield can also increased in production and productivity. Since rice cannot be grown in all the regions of the state, to grow the crop rice the region must support to the climate, humidity, rainfall, soil features…If any of the above is not support their will be loss to the farmers. Hence taking necessary measures to gain maximum yield of rice during the respective seasons become the main priority of the farmers. Storing huge amount of data has given us to find the patterns and create models from this we can predict the yield of the rice accurately in the future. The main objective of this research is to predict the yield of the rice. 1.1 Prediction System In our paper we focus on Data Mining technique to predict Rice yield though different parameters. The rice prediction is done by Data Mining using K-nearest neighbor (KNN) algorithm. The algorithm considers the parameters such as pH, EC, soil quality, Nitrogen, Potassium,Humidity,Rainfall… 1.2 K-nearest neighbor (KNN) KNN is a simple algorithm that uses entire dataset during its training phase whenever prediction is required for unseen data. It searches through entire training dataset for k- most similar instances and data with most similar instance are returned. 1.2.1 Features of K-nearest neighbor’s  KNN stores the whole coaching dataset that it uses as its illustration.  The prediction is fast in termsoftime bycalculating the similarities between the input sample data and each training data.  It works on similarity measures. 2. RELATED WORK Analysis of soil behavior and prediction of crop yield using data mining [1] in this paper the author has predicted the yield of the crops by using the Naive Bayes method. Here he takes the soil from the farmerscheck thesoil parameters and weather conditions and predicted the yield of the crop. The results of the crop are accurate. The problem of predicting the crop yield is formalized as a classification rule, where Naive Bayes and are used. Here the problem is it is suitable for crop yield but not suitable for rice crop type. It takes more time for prediction. Navid Tanzeem Mahmood examines the nature, biology, geography and the soil parameters to predict the yieldof the
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4232 crop. In this paper several crop related data are given to the farmers to yield the maximum crop. Various methodologies are used to predict the yield of the various crops. In this paper data mining technique is used and linear regression is used. The use of the parameters are also minimum in the paper, the system predicts the output based on the temperature, rainfall, humidity, on the paddy growth does not support for the rice yield. The system uses the data mining technique hence it requires large number of data set [2] Based on the above research papers, we are proposing a system which predicts the yield of the rice based on the given textual input by the staff. Themachine whichistrained using KNN (K- Nearest Neighbors) gives the output to the staff in the form of the tons and its related rice to be grown. The KNN is an algorithm used in supervised learning which stores all available data and classifies new data based on similarity measures. 3. METHODOLOGY K-nearest neighbor’s classifier (KNN) K-Nearest neighbors (KNN)[3]is classificationalgorithm isa type of instant based learningornongeneralizinglearning. It does not attempt to construct a general internal problem but it compares the new problem with the training data that is stored in memory. The purpose ofthek-nearestneighbouris to compares the data in the dataset and classifythenewdata points based on the similarities measure. Figure below shows nearest neighbours classification. KNN classification has two stages 1) Find the k instances in the dataset that is closest to instance S 2) These k number of instances then vote to determine the class of instance S The Accuracy of KNN classifier depends on distance and K value. There are many ways of measuring the distance between two instances they are cosine, Euclidian distance. To evaluate the new unknown data, KNN computes its K nearest neighbours. Proposed Approach Our proposed system aims to enhance the performance of KNN classifier for rice yield predictions. Algorithm for our proposed system is shown below Step 1: Input: Previous year’s agriculture data which includes temperature, rainfall, humidity and other constraint.. Step 2: Output: Rice yield predicted Step 3: Give the data set as input. Step 4: perform KNN algorithm for input parameters. Step 5: Euclidean distance between existing parametersand newly entered is calculated. Step 6: Based on similarity measures output is predicted. 4. FUTURE ENHANMENTS The future enhancement of the project is to focus on not only rice but also various crops like maize, ragi, wheat… . Here we use KNNforprediction.OtheralgorithmslikeID3 or C4.5 or Naive Bayes Algorithms can also be used. Future, we may add more parameters to the dataset which makes it more approachable to the farmers.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4233 5. CONCLUSIONS The study gives that the soil parameters and weather plays an important role in predicting the rice yield. From the dataset one can predict the yield but it is not accurate all the time if the there is change in weather there will be loss of yield. In this project we have use Data Mining to help farmers to increase their yield. It also provides the accurate prediction of the rice yield by considering the various parameters this avoids the loss of yield and economy to the farmers. ACKNOWLEDGEMENT The satisfaction that accompanies the successful completion of the any task would be incomplete without the mention of people who ceaseless co- operation made it possible whose constant guidance and encouragement crown all efforts. It gives us great pleasure to thank our guide Ms. Ramya S for their valuable suggestionandguidanceduringtheprocessof the project and for having permitted us to workonthis subject. REFERENCES [1] Monali Paul, Santosh K. Vishwakarma,“Analysisofsoil behavior and prediction of crop yield using data mining approach” IEEE 2015 [2] Navid Tanzeem Mahmood, Nazmul Hossain,“Applying Data Mining Techniques to Predict Annual Yield of Major Crops and Recommend Planting Different Crops in Different Districts in Bangladesh” IEEE 2015. [3] D Ramesh, B Vishnu Vardhan. “Data Mining Techniques and Applications to Agricultural Yield Data” International Journal of Advance Computer and Communication Engineering Vol2, Issue9, September 2013.