Precision Agriculture

This essay has been submitted by a student. This is not an example of the work written by professional essay writers.

Subject:
Category:
Topic:
Page
2
Words:
956
Published:
11 January 2022

Remember! This is just a sample.

You can get your custom paper by one of our expert writers.

Get custom essay

72 writers online

Today vitality sources have turn out to be scarcer and so further valuable. In conjunction with the expansion during the last century, the necessity for finding new, further economical, and property methods of agricultural cultivation and food manufacturing has turn into further crucial. To facilitate this method, we are designing, constructing, and evaluating a system for exactness agriculture that gives farmers with helpful data regarding the crop prediction based on NPK values of soil, the water offer, and additionally, the final data of the diseases in a user_friendly, simply accessible manner.

Our system aims to create cultivation and irrigation extra economical as a outcome of the farmer is prepared to make higher informed choices and so save time and sources. The variety of location and environmental condition results upon agricultural cultivation, together with different environmental parameters over time makes the farmer’s call making technique extra refined and wishes further empirical data. Applying wi-fi sensing element networks for statement climate parameters and mixing this data with a user-customized service may modify farmers to make use of their knowledge in associate diploma economical manner in order to extract the only outcomes from their agricultural cultivation.

The system will scale supported each farmer’s demands and additionally the ensuing ensemble of collected data may characterize a priceless useful resource for future use, additionally to its use for real-time choice creating. The look of the precision agriculture system incorporates a model resolution concerning the sensing factor platform and a customizable service which may be used in numerousKeywords”K-Nearest-Neighbour, Farmland, NPK sensor.

Feeling Stressed About Your Essay?
Get professional help in 5 minutes
450+ writers and
researchers
9.5/10
Satisfaction Rate
Starting from 3
hours delivery
GET YOUR PAPER NOW

INTRODUCTION

As the world is trending into new technologies and implementations it’s a necessary goal to development up agriculture additionally. Several research has been wiped out the sector of agriculture. Most of comes signify using wi-fi sensor community gather information from completely totally different sensors deployed at diversified nodes and ship it by way of the wi-fi protocol. The collected knowledge provides knowledge concerning the numerous environmental elements such as NPK values of soil etc. Monitoring the environmental elements isn’t the entire answer to extend the yield of crops. There is vary of other factors that decrease productivity to a larger extent. In Republic of India around eightieth of individuals rely on farming. Sensible Agriculture is one among the solutions to the present draw back. To highlight options of this project includes NPK value of soil, water level, forecasting, canal dominant in each automatic affiliate degreed manual modes and each one these information is hold on and displayed in an exceedingly cell application. By dominant of those operations by a cellular that’s linked to the online and it’ll give greater performed by interfacing sensors, native area network, and so forth. consists of Machine Learning algorithm for crop prediction based mostly on NPK value.

PROPOSED SYSTEM

This project is implemented utilizing Arduino Micro-controller. Here we have a tendency for using Hardware like moisture sensor and Motor On and off switch. Here we’ve dynamically monitored agriculture parameters using IoT. The projected system consists of the Soil moisture sensor, Temperature sensor, fire detector, humidity sensor and NPK detector, Bluetooth module and Field telephone to store the information acquired from the farm. All the sensors are interfaced to Arduino. This system displays and records the values of temperature, soil moisture, Fire and moisturize level of the soil of the natural environment which are constantly updated so as to optimize them to realize most plant progress and prevention from illness. All this information is distributed via Bluetooth module to the sphere cell where we’ve designed android APP to monitor the parameters. This subject cell acts as a server. The user will continuously monitor and control the parameters as per his want. The Sensors are mounted on plywood where NPK detector is mounted contained in the soil and held beneath the bottom level. The NPK sensor will examine nitrogen, phosphorous and potassium quantity within the soil and based mostly on that the system can predict which crop is beneficial. The moisture system is held which is prepared to sense the moisture level and switch the motor on and off consequently. Firing device is used to sense the fire existence within the area if the hearth gets exist the buzzer will constantly make noisy. The disease prediction will be analyzed based mostly on evaluation of the parameters comes from the sensor consequently.

ADVANTAGES

It protects the crops by notifying the farmer regarding weather adjustments and the probabilities of disease assaults. The system can facilitate the farmer to get info on fire exist within the field. The system can predict the profitable crop based mostly on NPK Water Conservation “Weather predictions and soil moisture sensors enable for water use solely when needed. Remote Monitoring “Local and industrial farmers will monitor a quantity of fields in a quantity of areas across the globe from a web connection. selections are made in real-time and from anyplace.

ALGORITHM USED

A.DefinitionK nearest neighbors is simplest algorithm which shops all functonal knowledge points and classifies a brand new sample primarily based on a similarity measure (eg.Euclidean distance functions). Its a non-parametric algorithm used to foretell the classification of the new pattern level. Classification is done by a majority vote to its neighbors. The data is assigned to the category which has essentially the most closest neighbors. As you enhance the number of nearest neighbors, the value of k, accuracy would possibly increaseB.Algorithm steps Let m be the number of coaching information samples. Let p be an unknown level. 1. Store the training samples in an array of knowledge factors arr[], this implies every factor of this array represents a tuple (x, y). 2. for i=0 to m: Calculate Euclidean distance d(arr[i], p). 3. Make set S of K smallest distances obtained. Each of these distances correspond to an already categorised information point. Return the bulk label among S.C.Pseudo Code1. Load the training and test data 2. Choose the value of K 3. For each level in check information: – discover the Euclidean distance to all coaching information points – store the Euclidean distances in a list and type it – select the first k factors – assign a class to the check level primarily based on the overwhelming majority of courses present in the chosen points4. EndD.Mathematical Model S2={s, e, X, Y, F} Where,s = Initial State: Input information set without classificatione = End State: Classified datasetX = Input to the system. Here it is coaching and testing knowledge set in any suitable file format similar to XLS, CSV, ARFF, class attribute with the defined class Y = Output. Classified dataset as per outlined class F = Algorithm/Function used in this system. E. Algorithmic AnalysisWe have successfully completed the comparative analysis of varied algorithms and primarily based on that we have used the KNN(K-Nearest-Neighbors) algorithm for crop prediction using NPK values of soil. In Algorithmic Analysis we got KNN algorithm Accuracy as ninety one.8% i.e highest accuracy, So we have implemented a KNN algorithm in or project.

DATASET AND RESULTS

The dataset contains soil attributes together with macronutrients (N, P, K)A.datasetTable 1: Labelled Dataset(crop )Id Name nitrogen phosperous potassium1 Rice 10 20 02 Wheat 12 26 183 Maize 18 0 a hundred and forty four Sugarcane 20 10 55 Potato 8 18 266 Mustured a hundred 30 157 Jowar a hundred and twenty 60 08 Cotton 15 15 159 G-Hisrsutum 75 30 010 Groundnut 15 15 1511 Onion 15 15 1512 Banana 15 15 1513 Tomato 15 15 1514 Leafy Veg 15 15 1515 Redgram 4 2 1Table 2: Labelled Dataset(crop calendar)id crop season from to period1 Maize Kharif June(Beg) Dec(Beg) sowing2 Maize Rabi Jan(Beg) Jan (Beg) Harvesting three Wheat Rabi Oct (Beg) Dec (End) Sowing4 Wheat Rabi Feb (Beg) March(End) Harvesting5 Rice kharif May(Beg) Nov (Mid) Sowing 6 Rice Rabi Dec(Beg) Jan (Beg) Harvesting7 Redgram Kharif June(Beg) Dec(Beg) Sowing eight Redgram Kharif July(Beg) July (End) Sowing 9 Sugarcane Rabi Nov(Beg) Dec(End) Sowing 19 Sugarcane Rabi Oct(Beg) April(End) HarvestingB. Results We got the crop suitable for the soil depending on NPK values and crop calendar. The period can be related to it for sowing or harvesting of the crop. There are Various functionalities like the Fire sensor is alerted when fire is caught, Temperature and Humidity sensors for offering precautions and options for the diseases of various crops. VII. CONCLUSIONIn the suggest, a fully unique System Enabled: IoT based mostly mostly on Live observance Soil moisture has been deliberate utilizing Arduino. The sensors have high potency and accuracy in engaging the live knowledge of soil moisture. The system permits efficient soil, water, moisture, parameters have been observance and change utilizing IOT. This permits efficient crop prediction based mostly on NPK value, soil maintenance, and disease prevention mechanism. This overcomes the manual operations wanted to watch and preserve the agricultural farms. The system permits the farmer to go looking regarding the various maladies. Our goal is to develop a farmer-friendly agricultural system. Earlier, the farmer had to keep tons of vigil on his fields nevertheless with this project the time wasted in monitoring the fields has been lowered with the help of sensors and alert techniques which have been enforced therefore, the project has been created preserving both the farmer’s but as the setting in thoughts.

ACKNOWLEDGMENT

The authors wish to categorical and acknowledge honest because of Dr. J. S. Umale Sir and our seminar information Prof. S. R. Vispute Madam for assist and steerage for the useful ideas on totally different topics on a number of occasions.

Feeling Stressed About Your Essay?
Get professional help in 5 minutes
450+ writers and
researchers
9.5/10
Satisfaction Rate
Starting from 3
hours delivery
GET YOUR PAPER NOW

REFERENCES

  • J. Han and M. Kamber. Data Mining: Concepts and Techniques. Morgan Kaufmann, 3rd ed., 2011
  • G.Nasrin Fathima and R.Geetha, Agriculture Crop Pattern Using Data Mining Techniques., International Journal of Advanced Research in Computer Science and Software Engineering, 2014
  • S.Pudumalar , E.Ramanujam , R.Harine Rajashreen , C.Kavyan , T.Kiruthikan , J.Nishan , Crop Recommendation System for Precision Agriculture,IEEE Eighth International Conference on Advanced Computing (IcoAC) , 2016
  • Geraldin B. Dela Cruz, Bobby D. Gerardo, Bartolome T. Tanguilig , Agricultural Crops Classification Models Based on PCA-GA Implementation in Data Mining, International Journal of Modeling and Optimization, Vol. four, No. 5, October 2014
  • KM Archana Patel and Prateek Thakral , The Best Clustering Algorithms in Data Mining, International Conference on Communication and Signal Processing, April 6-8, 2016
  • M.C.S.Geetha , Implementation of Association Rule Mining for different soil varieties in Agriculture ,International Journal of Advanced Research in Computer and Communication EngineeringVol. 4, Issue four, April 2015
  • Ruowu Zhong and Huiping Wang, Research of Commonly Used Association Rules Mining Algorithm in Data Mining, International Conference on Internet Computing and Information Services,2011
  • Karan Kansara, Vishal Zaveri, Shreyans Shah, Sandip Delwadkar, Kaushal Jani , Sensor based Automated Irrigation System with IOT , International Journal of Computer Science and Information Technologies, Vol. 6(6) , 2015, 5331-5333.
  • Umid Kumar Dey, Abdullah Hasan Masud,Mohammed Nazim Uddin,Rice Yield Prediction Model Using Data Mining,International Conference on Electrical, Computer and Communication Engineering (ECCE), February 16-18, 2017.
  • P. Vinciya ,Dr. A. Valarmathi ,Agriculture Analysis for next Generation High Tech farming in Data Mining.,International Journal of advanced research in laptop science and software program engineering,2016.
  • Abishek.B ,R.Priyatharshini, Akash Eswar M,P.Deepika, Prediction of Effective Rainfall and Crop Water Needs using Data Mining Techniques,2017 IEEE International Conference on Technological Innovations in ICT For Agriculture and Rural Development(TIAR 2017).
  • Jessica Maikhanh Brown Clarksburg High School, Clarksburg Maryland, jessica, Predicting Math Test Scores Using K-Nearest Neighbor , IEEE Integrated STEM Conference (ISEC), 2017
  • S.Sivaranjani and Dr.S.Sivakumari , Crime Prediction and Forecasting in Tamilnadu using Clustering Approaches , International Conference on Emerging Technological Trends [ICETT] , 2016
  • Min Chen, Yixue Hao, Kai Hwang, Fellow, IEEE, Lu Wang, and Lin Wang , Disease Prediction by Machine Learning over Big Data from Healthcare Communities , Accepted in journal
  • S.Nagini and Dr. T. V. Rajini Kanth,Agriculture Yield Prediction Using Predictive Analytic Techniques, 2nd International Conference on Contemporary Computing and Informatics (ic3i),2016
  • Wu Fan 1 , Chen Chong 2 , Guo Xiaoling 2 , Yu Hua * and Wang Juyun 2 School of Science,Prediction of crop yield using big data,8th International Symposium on Computational Intelligence and Design,2015
  • R.Sujatha and Dr.P.Isakki, Devi Assistant Professor , A Study on Crop Yield Forecasting Using Classification Techniques
  • Vinit Sawant, S. R. Vispute, A Survey of Farmer’s need and Feedback Analysis System, IJIRCCE 2015,
  • Nikita Shahane, S. R. Vispute, Survey of Big Data Analysis Using Predictive Analytics Algorithms and Its Use Cases, IJICAR-2015
  • Sushma Rahul Vispute, S. Kanthekar, A.kadam, C.Kunte, P Kadam, Automatic Personalized Marathi Content Generation, IEEE International convention on CSCITA-2014.
  • Sushma R. Vispute, Shrikant Patil, Sagar Sangale, Akshay Padwal, Avinash Ukarde, Parallel Processing System for Marathi Content Generation, International Conference on Computing Communication Control and Automation,2015.
  • Aarti Kalekar, Prof. Sushma Vispute, Priti Kokane, Manali Kamble, Kajal Bokefode, Automated Generation and Analysis of Soil Health Card and Calculation of the Village Soil Fertility Index,International Journal of New Technologies in Science and Engineering Vol. three, Issue. 1, 2016.
Cite this page

Precision Agriculture. (11 January 2022). Retrieved from https://studyscroll.com/precision-agriculture-essay

"Precision Agriculture" StudyScroll, 11 January 2022, https://studyscroll.com/precision-agriculture-essay

StudyScroll. (2022). Precision Agriculture [Online]. Available at: https://studyscroll.com/precision-agriculture-essay [Accessed: 1 June, 2023]

"Precision Agriculture" StudyScroll, Jan 11, 2022. Accessed Jun 1, 2023. https://studyscroll.com/precision-agriculture-essay

"Precision Agriculture" StudyScroll, Jan 11, 2022. https://studyscroll.com/precision-agriculture-essay

"Precision Agriculture" StudyScroll, 11-Jan-2022. [Online]. Available: https://studyscroll.com/precision-agriculture-essay. [Accessed: 1-Jun-2023]

StudyScroll. (2022). Precision Agriculture. [Online]. Available at: https://studyscroll.com/precision-agriculture-essay [Accessed: 1-Jun-2023]

Date

2011 - 1734

Beginning

The Industrial Revolution began in Great Britain in the mid-18th century. The Industrial Revolution was the transition to new manufacturing processes in the United Kingdom, Europe and the United States. The beginning of industrialization in the United States is started with the opening of a textile mill in Pawtucket, Rhode Island, in 1793 by Samuel Slater.

Don't use plagiarized sources. Get your custom essay..

get custom paper

We use cookies to personalyze your web-site experience. By continuing we’ll assume you board with our cookie policy.