SlideShare a Scribd company logo
1 of 3
Download to read offline
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume 5 Issue 3, March-April 2021 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470
@ IJTSRD | Unique Paper ID – IJTSRD39891 | Volume – 5 | Issue – 3 | March-April 2021 Page 490
Cultivation of Crops using Machine
Learning and Deep Learning
Ms. A. Benazir Begum1, Ajith Manoj2, Nithya E2, Anamika S S2, Sneshna2
1Assistant Professor/CSE, 2BE Computer Science and Engineering,
1, 2Hindusthan Institute of Technology, Coimbatore, Tamil Nadu, India
ABSTRACT
To assist you with the entire farming operation, we use cutting-edge machine
learning and deep learning technologies. Make educated decisionsaboutyour
area's demographics, the factors that influence your crop, and how to keep
them safe for a super awesome good yield. With the rise ofbigdata technology
and high-performance computing, machine learning has opened up new
possibilities for data-intensive research in the multi-disciplinary agri-
technologies domain. (a)Plant diseaseforecast,(b)fertilizerrecommendation,
and (c) crop recommendation The papers presented have been filtered and
classified to show how machine learning technology can support agriculture.
Farm management systems are evolving into real-time artificial intelligence
powered programmes that provide rich suggestions and insights for farmer
decision support and actionthroughapplying machinelearningtosensordata.
KEYWORDS: Crop recommendation; Fertilizer recommendation; Plant disease
prediction; planning; precision agriculture
How to cite this paper: Ms. A. Benazir
Begum | Ajith Manoj | Nithya E | Anamika
S S | Sneshna "Cultivation of Crops using
Machine Learning and Deep Learning"
Published in
International Journal
of Trend in Scientific
Research and
Development(ijtsrd),
ISSN: 2456-6470,
Volume-5 | Issue-3,
April 2021, pp.490-
492, URL:
www.ijtsrd.com/papers/ijtsrd39891.pdf
Copyright © 2021 by author(s) and
International Journal ofTrendinScientific
Research and Development Journal. This
is an Open Access article distributed
under the terms of
the Creative
CommonsAttribution
License (CC BY 4.0)
(http://creativecommons.org/licenses/by/4.0)
I. INTRODUCTION
In this project, I present a website in which the following
applications are implemented; Crop recommendation,
Fertilizer recommendation and Plant disease prediction,
respectively. In the crop recommendation application, the
user can provide the soil data from their side and the
application will predict which crop should the usergrow.For
the fertilizer recommendation application,theusercaninput
the soil data and the type of crop they are growing, and the
application will predict what the soil lacks or has excess of
and will recommend improvements. For the last application,
that is the plant disease prediction application, the user can
input an image of a diseased plant leaf, and the application
will predict what disease it is and will also give a little
background about the disease and suggestions to cure it
Agriculture plays a critical role in the global economy.
Pressure on the agricultural system will increase with the
continuing expansion of the human population. Agri-
technology and precision farming, now also termed digital
agriculture, have arisen as new scientific fields that use data
intense approaches to drive agricultural productivity while
minimizing its environmental impact. The data generatedin
modern agricultural operations is provided by a variety of
different sensors that enable a better understanding of the
operational environment (an interaction of dynamic crop,
soil, and weather conditions) and the operation itself
(machinerydata),leadingtomoreaccurateandfasterdecision
making.
Machine learning (ML) has emerged together with big data
technologies and high-performance computingtocreatenew
opportunities to unravel, quantify, and understand data
intensiveprocesses inagriculturaloperationalenvironments
and Ease of Use
A. Machine Learning Terminology and Definitions
Typically,ML methodologies involves a learningprocesswith
the objective to learn from “experience” (training data) to
perform a task. Data in ML consists of a set of examples.
Usually, an individual example is described by a set of
attributes, also known as features or variables. A feature can
be nominal (enumeration), binary (i. e. , 0 or 1), ordinal (e.g.,
A+ or B−), or numeric (integer, real number, etc. ). The
performance of the ML model in a specific task is measured
by a performance metric that is improved with experience
over time. To calculate the performance of ML models and
algorithms, various statistical and mathematical models are
used. Aftertheendofthelearningprocess, the trained model
can be used to classify, predict, or cluster new examples
(testing data) using the experience obtained during the
training process.
B. Tasks of Learning
ML tasks are classified into two main categories, that is,
supervised and unsupervised learning, depending on the
learning signal of the learningsystem.Insupervisedlearning,
data are presented with example inputs and the
corresponding outputs, and the objective is to construct a
IJTSRD39891
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD39891 | Volume – 5 | Issue – 3 | March-April 2021 Page 491
general rule that maps inputs to outputs. In some cases,
inputs can be only partially available with some of the target
outputs missing or given only as feedback to the actions in a
dynamic environment (reinforcement learning). In the
supervised setting, the acquired expertise (trained model) is
used to predict the missing outputs (labels) for the test data.
In unsupervised learning, however, there is no distinction
between training and test sets withdatabeingunlabeled.The
learner processes input data with the goal of discovering
hidden patterns.
C. Analysis of Learning
Dimensionality reduction (DR) is an analysis that isexecuted
in both families of supervised and unsupervised learning
types, with the aim of providing a more compact, lower-
dimensional representationof a dataset to preserve as much
information as possible from the original data. It is usually
performed prior to applying a classification or regression
model inordertoavoidtheeffectsofdimensionality
II. REVIEW
The reviewed articles have been, on a first level, classified in
fourgenericcategories;namely, crop management, livestock
management, water management, and soilmanagement.The
applications of ML in the crop section were divided into sub-
categoriesincludingyieldprediction,diseasedetection,weed
detection crop quality, and species recognition. The
applications of ML in the livestock section were divided into
two sub-categories; animal welfareandlivestockproduction.
2.1. Crop Management
Enter the corresponding nutrient values of your soil,
state and city. Note that, the N-P-K (Nitrogen-
Phosphorous-Pottasium) values to be entered shouldbe
the ratio between them.
Note: When you enter the city name, make sure to enter
mostly common city names. Remote cities/towns may
not be available in the Weather API from where
humidity, temperature data is fetched.
Yield prediction, one of the most significant topics in
precision agriculture, is of high importance for yield
mapping, yield estimation, matchingofcropsupply with
demand, andcropmanagementto increase productivity.
Examples of ML applications include in those in the
works of an efficient, low-cost, and non-destructive
method that automatically counted coffee fruits on a
branch.
Themethod calculatesthecoffeefruitsinthreecategories:
harvestable, notharvestable,andfruitswithdisregarded
maturation stage.
In addition, the method estimated the weight and the
maturation percentage of the coffee fruits.
Theaimofthisworkwastoprovideinformationtocoffee
growers to optimise economic benefits and plan their
agricultural work. Avoid combining SI and CGS units,
such as current in amperes and magnetic field in
oersteds.
2.2. Fertilizer suggestion system
Enter the nutrient contents of your soil and the crop you
want to grow.
The algorithm will tell which nutrient the soil has excess
of or lacks. Accordingly, it will give suggestions for
buying fertilizers.
The accurate detection and classification of crop quality
characteristics can increase product price and reduce
waste.
The method was based on ML techniques applied on
chemical components of samples.
More specifically, the main goal was the classification of
the geographical origin of rice, for two different climate
regions in Brazil.
2.3. Disease Detection System
Upload an image of leaf of your plant.
The algorithm will tell the crop type and whether it is
diseased or healthy.
If it is diseased, it will tell you the cause of the disease
and suggest you how to prevent/cure the disease
accordingly.
Note that, for now it only supports following crops
III. Supported crops
Apple
Blueberry
Cherry
Corn
Grape
Pepper
Orange
Peach
Potato
Soybean
Strawberry
Tomato
Squash
Raspberry
A. Species Recognition
The last sub-category of crop category is the species
recognition. The main goal istheautomaticidentificationand
classification of plant species in order to avoid the use of
human experts, as well as to reduce the classification time. A
method for the identification and classification of three
legume species, namely,whitebeans, redbeans,andsoybean,
vialeafveinpatternshasbeenpresentedinVeinmorphology
carries accurate information about the properties of the leaf.
It is an ideal tool for plant identification in comparison with
color and shape.
IV. system architecture
1. Abbreviations for machine learning models.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD39891 | Volume – 5 | Issue – 3 | March-April 2021 Page 492
2. Abbreviations for machine learning algorithms
3. Presentation of machine learning (ML) models with
their total rate.
REFERENCE
[1] Mackowiak, S. D.; Zauber, H.; Bielow,C.;Thiel,D.;Kutz,
K.; Calviello, L.; Mastrobuoni, G.; Rajewsky,N.;Kempa,
S.; Selbach, M.; et al. Extensive identification and
analysis of conserved small ORFs in animals. Genome
Biol. 2015, 16, 179.
[2] Richardson, A.; Signor, B. M.; Lidbury,B. A.; Badrick,T.
Clinical chemistry in higher dimensions: Machine-
learning and enhanced prediction from routine
clinical chemistry data. Clin. Biochem. 2016,49,1213–
1220.
[3] Ahmad, U. Saeed, M. Fahad, A. Ullah, M. Habib-ur-
Rahman, A. Ahmad, J. Judge “Yield forecasting of
spring maize using remotesensingandcropmodeling
in Faisalabad-Punjab Pakistan” J. Indian Soc. Remote
Sens. , 46 (10) (2018), pp. 1701-1711, 10.
1007/s12524-018-0825-8
[4] S. H. Bhojani, N. Bhatt Wheat crop yield prediction
using new activation functions in neural network
Neural Comput. Appl. (2020), pp. 1-11
[5] S. Bargoti, J. P. Underwood Image segmentation for
fruit detection and yield estimation in apple orchards
J. Field Rob. , 34 (6) (2017), pp. 1039-060, 10.
1002/rob. 21699
[6] Modeling managed grassland biomass estimation by
using multitemporal remotesensingdata—a machine
learning approach IEEE J. Sel. Top. Appl. Earth Obs.
Remote Sens. , 10 (7) (2017), pp. 3254-3264,
[7] R. Beulah A survey on different data mining
techniques for crop yieldpredictionInt.J.Comput.Sci.
Eng. , 7 (1) (2019), pp. 738-744
[8] M. E. Holzman, F. Carmona, R. Rivas, and R. Niclòs,
‘‘Early assessment of crop yieldfromremotelysensed
water stress and solar radiation data, ’’ ISPRS J.
Photogramm. Remote Sens. , vol. 145, pp. 297–308,
Nov. 2018.
[9] Y. Cai, K. Guan, J. Peng, S. Wang, C. Seifert, B. Wardlow,
and Z. Li, ‘‘A high-performance and in-season
classification system of field-level crop types using
time-series Landsat data and a machine learning
approach, ’’ Remote Sens. Environ. , vol. 210, pp. 35–
47, Jun. 2018.

More Related Content

Similar to Cultivation of Crops using Machine Learning and Deep Learning

An Empirical Study on Mushroom Disease Diagnosis:A Data Mining Approach
An Empirical Study on Mushroom Disease Diagnosis:A Data Mining ApproachAn Empirical Study on Mushroom Disease Diagnosis:A Data Mining Approach
An Empirical Study on Mushroom Disease Diagnosis:A Data Mining ApproachIRJET Journal
 
Using AI to Recommend Pesticides for Effective Management of Multiple Plant D...
Using AI to Recommend Pesticides for Effective Management of Multiple Plant D...Using AI to Recommend Pesticides for Effective Management of Multiple Plant D...
Using AI to Recommend Pesticides for Effective Management of Multiple Plant D...IRJET Journal
 
Agro-Farm Care – Crop, Fertilizer & Disease Prediction (Web App)
Agro-Farm Care – Crop, Fertilizer & Disease Prediction (Web App)Agro-Farm Care – Crop, Fertilizer & Disease Prediction (Web App)
Agro-Farm Care – Crop, Fertilizer & Disease Prediction (Web App)IRJET Journal
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Scienceresearchinventy
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Scienceresearchinventy
 
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 ApproachIRJET Journal
 
IRJET - Paddy Crop Disease Detection using Deep Learning Technique by using D...
IRJET - Paddy Crop Disease Detection using Deep Learning Technique by using D...IRJET - Paddy Crop Disease Detection using Deep Learning Technique by using D...
IRJET - Paddy Crop Disease Detection using Deep Learning Technique by using D...IRJET Journal
 
Kissan Konnect – A Smart Farming App
Kissan Konnect – A Smart Farming AppKissan Konnect – A Smart Farming App
Kissan Konnect – A Smart Farming AppIRJET Journal
 
Tomato Disease Fusion and Classification using Deep Learning
Tomato Disease Fusion and Classification using Deep LearningTomato Disease Fusion and Classification using Deep Learning
Tomato Disease Fusion and Classification using Deep LearningIJCI JOURNAL
 
Plant Disease Detection and Severity Classification using Support Vector Mach...
Plant Disease Detection and Severity Classification using Support Vector Mach...Plant Disease Detection and Severity Classification using Support Vector Mach...
Plant Disease Detection and Severity Classification using Support Vector Mach...IRJET Journal
 
IRJET- Leaf Disease Detecting using CNN Technique
IRJET- Leaf Disease Detecting using CNN TechniqueIRJET- Leaf Disease Detecting using CNN Technique
IRJET- Leaf Disease Detecting using CNN TechniqueIRJET Journal
 
Presentation Template (IT Department).pptx
Presentation Template (IT Department).pptxPresentation Template (IT Department).pptx
Presentation Template (IT Department).pptxAmanSingh517128
 
Potato leaf disease detection using convolutional neural networks
Potato leaf disease detection using convolutional neural networksPotato leaf disease detection using convolutional neural networks
Potato leaf disease detection using convolutional neural networksIRJET Journal
 
Detection of Plant Diseases Using CNN Architectures
Detection of Plant Diseases Using CNN ArchitecturesDetection of Plant Diseases Using CNN Architectures
Detection of Plant Diseases Using CNN ArchitecturesIRJET Journal
 
PLANT LEAFLET MALADY REVELATION UTILIZING CNN ALONGSIDE FOG SYSTEM
PLANT LEAFLET MALADY REVELATION UTILIZING CNN ALONGSIDE FOG SYSTEMPLANT LEAFLET MALADY REVELATION UTILIZING CNN ALONGSIDE FOG SYSTEM
PLANT LEAFLET MALADY REVELATION UTILIZING CNN ALONGSIDE FOG SYSTEMIRJET Journal
 
IRJET - E-Learning Package for Grape & Disease Analysis
IRJET - E-Learning Package for Grape & Disease AnalysisIRJET - E-Learning Package for Grape & Disease Analysis
IRJET - E-Learning Package for Grape & Disease AnalysisIRJET Journal
 
Plant Disease Detection Technique Using Image Processing and machine Learning
Plant Disease Detection Technique Using Image Processing and machine LearningPlant Disease Detection Technique Using Image Processing and machine Learning
Plant Disease Detection Technique Using Image Processing and machine LearningJitendra111809
 
Crop Leaf Disease Diagnosis using Convolutional Neural Network
Crop Leaf Disease Diagnosis using Convolutional Neural NetworkCrop Leaf Disease Diagnosis using Convolutional Neural Network
Crop Leaf Disease Diagnosis using Convolutional Neural Networkijtsrd
 
IRJET- Greensworth: A Step Towards Smart Cultivation
IRJET- Greensworth: A Step Towards Smart CultivationIRJET- Greensworth: A Step Towards Smart Cultivation
IRJET- Greensworth: A Step Towards Smart CultivationIRJET Journal
 
An Innovative Approach for Tomato Leaf Disease Identification and its Benefic...
An Innovative Approach for Tomato Leaf Disease Identification and its Benefic...An Innovative Approach for Tomato Leaf Disease Identification and its Benefic...
An Innovative Approach for Tomato Leaf Disease Identification and its Benefic...IRJET Journal
 

Similar to Cultivation of Crops using Machine Learning and Deep Learning (20)

An Empirical Study on Mushroom Disease Diagnosis:A Data Mining Approach
An Empirical Study on Mushroom Disease Diagnosis:A Data Mining ApproachAn Empirical Study on Mushroom Disease Diagnosis:A Data Mining Approach
An Empirical Study on Mushroom Disease Diagnosis:A Data Mining Approach
 
Using AI to Recommend Pesticides for Effective Management of Multiple Plant D...
Using AI to Recommend Pesticides for Effective Management of Multiple Plant D...Using AI to Recommend Pesticides for Effective Management of Multiple Plant D...
Using AI to Recommend Pesticides for Effective Management of Multiple Plant D...
 
Agro-Farm Care – Crop, Fertilizer & Disease Prediction (Web App)
Agro-Farm Care – Crop, Fertilizer & Disease Prediction (Web App)Agro-Farm Care – Crop, Fertilizer & Disease Prediction (Web App)
Agro-Farm Care – Crop, Fertilizer & Disease Prediction (Web App)
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
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 - Paddy Crop Disease Detection using Deep Learning Technique by using D...
IRJET - Paddy Crop Disease Detection using Deep Learning Technique by using D...IRJET - Paddy Crop Disease Detection using Deep Learning Technique by using D...
IRJET - Paddy Crop Disease Detection using Deep Learning Technique by using D...
 
Kissan Konnect – A Smart Farming App
Kissan Konnect – A Smart Farming AppKissan Konnect – A Smart Farming App
Kissan Konnect – A Smart Farming App
 
Tomato Disease Fusion and Classification using Deep Learning
Tomato Disease Fusion and Classification using Deep LearningTomato Disease Fusion and Classification using Deep Learning
Tomato Disease Fusion and Classification using Deep Learning
 
Plant Disease Detection and Severity Classification using Support Vector Mach...
Plant Disease Detection and Severity Classification using Support Vector Mach...Plant Disease Detection and Severity Classification using Support Vector Mach...
Plant Disease Detection and Severity Classification using Support Vector Mach...
 
IRJET- Leaf Disease Detecting using CNN Technique
IRJET- Leaf Disease Detecting using CNN TechniqueIRJET- Leaf Disease Detecting using CNN Technique
IRJET- Leaf Disease Detecting using CNN Technique
 
Presentation Template (IT Department).pptx
Presentation Template (IT Department).pptxPresentation Template (IT Department).pptx
Presentation Template (IT Department).pptx
 
Potato leaf disease detection using convolutional neural networks
Potato leaf disease detection using convolutional neural networksPotato leaf disease detection using convolutional neural networks
Potato leaf disease detection using convolutional neural networks
 
Detection of Plant Diseases Using CNN Architectures
Detection of Plant Diseases Using CNN ArchitecturesDetection of Plant Diseases Using CNN Architectures
Detection of Plant Diseases Using CNN Architectures
 
PLANT LEAFLET MALADY REVELATION UTILIZING CNN ALONGSIDE FOG SYSTEM
PLANT LEAFLET MALADY REVELATION UTILIZING CNN ALONGSIDE FOG SYSTEMPLANT LEAFLET MALADY REVELATION UTILIZING CNN ALONGSIDE FOG SYSTEM
PLANT LEAFLET MALADY REVELATION UTILIZING CNN ALONGSIDE FOG SYSTEM
 
IRJET - E-Learning Package for Grape & Disease Analysis
IRJET - E-Learning Package for Grape & Disease AnalysisIRJET - E-Learning Package for Grape & Disease Analysis
IRJET - E-Learning Package for Grape & Disease Analysis
 
Plant Disease Detection Technique Using Image Processing and machine Learning
Plant Disease Detection Technique Using Image Processing and machine LearningPlant Disease Detection Technique Using Image Processing and machine Learning
Plant Disease Detection Technique Using Image Processing and machine Learning
 
Crop Leaf Disease Diagnosis using Convolutional Neural Network
Crop Leaf Disease Diagnosis using Convolutional Neural NetworkCrop Leaf Disease Diagnosis using Convolutional Neural Network
Crop Leaf Disease Diagnosis using Convolutional Neural Network
 
IRJET- Greensworth: A Step Towards Smart Cultivation
IRJET- Greensworth: A Step Towards Smart CultivationIRJET- Greensworth: A Step Towards Smart Cultivation
IRJET- Greensworth: A Step Towards Smart Cultivation
 
An Innovative Approach for Tomato Leaf Disease Identification and its Benefic...
An Innovative Approach for Tomato Leaf Disease Identification and its Benefic...An Innovative Approach for Tomato Leaf Disease Identification and its Benefic...
An Innovative Approach for Tomato Leaf Disease Identification and its Benefic...
 

More from YogeshIJTSRD

Cosmetic Science An Overview
Cosmetic Science An OverviewCosmetic Science An Overview
Cosmetic Science An OverviewYogeshIJTSRD
 
Standardization and Formulations of Calotropis Procera
Standardization and Formulations of Calotropis ProceraStandardization and Formulations of Calotropis Procera
Standardization and Formulations of Calotropis ProceraYogeshIJTSRD
 
Review of the Diagnosis and Treatment of Paralysis
Review of the Diagnosis and Treatment of ParalysisReview of the Diagnosis and Treatment of Paralysis
Review of the Diagnosis and Treatment of ParalysisYogeshIJTSRD
 
Comparative Analysis of Forced Draft Cooling Tower Using Two Design Methods A...
Comparative Analysis of Forced Draft Cooling Tower Using Two Design Methods A...Comparative Analysis of Forced Draft Cooling Tower Using Two Design Methods A...
Comparative Analysis of Forced Draft Cooling Tower Using Two Design Methods A...YogeshIJTSRD
 
Criminology Educators Triumphs and Struggles
Criminology Educators Triumphs and StrugglesCriminology Educators Triumphs and Struggles
Criminology Educators Triumphs and StrugglesYogeshIJTSRD
 
A Review Herbal Drugs Used in Skin Disorder
A Review Herbal Drugs Used in Skin DisorderA Review Herbal Drugs Used in Skin Disorder
A Review Herbal Drugs Used in Skin DisorderYogeshIJTSRD
 
Automatic Query Expansion Using Word Embedding Based on Fuzzy Graph Connectiv...
Automatic Query Expansion Using Word Embedding Based on Fuzzy Graph Connectiv...Automatic Query Expansion Using Word Embedding Based on Fuzzy Graph Connectiv...
Automatic Query Expansion Using Word Embedding Based on Fuzzy Graph Connectiv...YogeshIJTSRD
 
A New Proposal for Smartphone Based Drowsiness Detection and Warning System f...
A New Proposal for Smartphone Based Drowsiness Detection and Warning System f...A New Proposal for Smartphone Based Drowsiness Detection and Warning System f...
A New Proposal for Smartphone Based Drowsiness Detection and Warning System f...YogeshIJTSRD
 
Data Security by AES Advanced Encryption Standard
Data Security by AES Advanced Encryption StandardData Security by AES Advanced Encryption Standard
Data Security by AES Advanced Encryption StandardYogeshIJTSRD
 
Antimicrobial and Phytochemical Screening of Phyllantus Niruri
Antimicrobial and Phytochemical Screening of Phyllantus NiruriAntimicrobial and Phytochemical Screening of Phyllantus Niruri
Antimicrobial and Phytochemical Screening of Phyllantus NiruriYogeshIJTSRD
 
Heat Sink for Underground Pipe Line
Heat Sink for Underground Pipe LineHeat Sink for Underground Pipe Line
Heat Sink for Underground Pipe LineYogeshIJTSRD
 
Newly Proposed Multi Channel Fiber Optic Cable Core
Newly Proposed Multi Channel Fiber Optic Cable CoreNewly Proposed Multi Channel Fiber Optic Cable Core
Newly Proposed Multi Channel Fiber Optic Cable CoreYogeshIJTSRD
 
Security Sector Reform toward Professionalism of Military and Police
Security Sector Reform toward Professionalism of Military and PoliceSecurity Sector Reform toward Professionalism of Military and Police
Security Sector Reform toward Professionalism of Military and PoliceYogeshIJTSRD
 
Stress An Undetachable Condition of Life
Stress An Undetachable Condition of LifeStress An Undetachable Condition of Life
Stress An Undetachable Condition of LifeYogeshIJTSRD
 
Comparative Studies of Diabetes in Adult Nigerians Lipid Profile and Antioxid...
Comparative Studies of Diabetes in Adult Nigerians Lipid Profile and Antioxid...Comparative Studies of Diabetes in Adult Nigerians Lipid Profile and Antioxid...
Comparative Studies of Diabetes in Adult Nigerians Lipid Profile and Antioxid...YogeshIJTSRD
 
To Assess the Severity and Mortality among Covid 19 Patients after Having Vac...
To Assess the Severity and Mortality among Covid 19 Patients after Having Vac...To Assess the Severity and Mortality among Covid 19 Patients after Having Vac...
To Assess the Severity and Mortality among Covid 19 Patients after Having Vac...YogeshIJTSRD
 
Novel Drug Delivery System An Overview
Novel Drug Delivery System An OverviewNovel Drug Delivery System An Overview
Novel Drug Delivery System An OverviewYogeshIJTSRD
 
Security Issues Related to Biometrics
Security Issues Related to BiometricsSecurity Issues Related to Biometrics
Security Issues Related to BiometricsYogeshIJTSRD
 
Comparative Analysis of Different Numerical Methods for the Solution of Initi...
Comparative Analysis of Different Numerical Methods for the Solution of Initi...Comparative Analysis of Different Numerical Methods for the Solution of Initi...
Comparative Analysis of Different Numerical Methods for the Solution of Initi...YogeshIJTSRD
 
Evaluation of Different Paving Mixes Using Optimum Stabilizing Content
Evaluation of Different Paving Mixes Using Optimum Stabilizing ContentEvaluation of Different Paving Mixes Using Optimum Stabilizing Content
Evaluation of Different Paving Mixes Using Optimum Stabilizing ContentYogeshIJTSRD
 

More from YogeshIJTSRD (20)

Cosmetic Science An Overview
Cosmetic Science An OverviewCosmetic Science An Overview
Cosmetic Science An Overview
 
Standardization and Formulations of Calotropis Procera
Standardization and Formulations of Calotropis ProceraStandardization and Formulations of Calotropis Procera
Standardization and Formulations of Calotropis Procera
 
Review of the Diagnosis and Treatment of Paralysis
Review of the Diagnosis and Treatment of ParalysisReview of the Diagnosis and Treatment of Paralysis
Review of the Diagnosis and Treatment of Paralysis
 
Comparative Analysis of Forced Draft Cooling Tower Using Two Design Methods A...
Comparative Analysis of Forced Draft Cooling Tower Using Two Design Methods A...Comparative Analysis of Forced Draft Cooling Tower Using Two Design Methods A...
Comparative Analysis of Forced Draft Cooling Tower Using Two Design Methods A...
 
Criminology Educators Triumphs and Struggles
Criminology Educators Triumphs and StrugglesCriminology Educators Triumphs and Struggles
Criminology Educators Triumphs and Struggles
 
A Review Herbal Drugs Used in Skin Disorder
A Review Herbal Drugs Used in Skin DisorderA Review Herbal Drugs Used in Skin Disorder
A Review Herbal Drugs Used in Skin Disorder
 
Automatic Query Expansion Using Word Embedding Based on Fuzzy Graph Connectiv...
Automatic Query Expansion Using Word Embedding Based on Fuzzy Graph Connectiv...Automatic Query Expansion Using Word Embedding Based on Fuzzy Graph Connectiv...
Automatic Query Expansion Using Word Embedding Based on Fuzzy Graph Connectiv...
 
A New Proposal for Smartphone Based Drowsiness Detection and Warning System f...
A New Proposal for Smartphone Based Drowsiness Detection and Warning System f...A New Proposal for Smartphone Based Drowsiness Detection and Warning System f...
A New Proposal for Smartphone Based Drowsiness Detection and Warning System f...
 
Data Security by AES Advanced Encryption Standard
Data Security by AES Advanced Encryption StandardData Security by AES Advanced Encryption Standard
Data Security by AES Advanced Encryption Standard
 
Antimicrobial and Phytochemical Screening of Phyllantus Niruri
Antimicrobial and Phytochemical Screening of Phyllantus NiruriAntimicrobial and Phytochemical Screening of Phyllantus Niruri
Antimicrobial and Phytochemical Screening of Phyllantus Niruri
 
Heat Sink for Underground Pipe Line
Heat Sink for Underground Pipe LineHeat Sink for Underground Pipe Line
Heat Sink for Underground Pipe Line
 
Newly Proposed Multi Channel Fiber Optic Cable Core
Newly Proposed Multi Channel Fiber Optic Cable CoreNewly Proposed Multi Channel Fiber Optic Cable Core
Newly Proposed Multi Channel Fiber Optic Cable Core
 
Security Sector Reform toward Professionalism of Military and Police
Security Sector Reform toward Professionalism of Military and PoliceSecurity Sector Reform toward Professionalism of Military and Police
Security Sector Reform toward Professionalism of Military and Police
 
Stress An Undetachable Condition of Life
Stress An Undetachable Condition of LifeStress An Undetachable Condition of Life
Stress An Undetachable Condition of Life
 
Comparative Studies of Diabetes in Adult Nigerians Lipid Profile and Antioxid...
Comparative Studies of Diabetes in Adult Nigerians Lipid Profile and Antioxid...Comparative Studies of Diabetes in Adult Nigerians Lipid Profile and Antioxid...
Comparative Studies of Diabetes in Adult Nigerians Lipid Profile and Antioxid...
 
To Assess the Severity and Mortality among Covid 19 Patients after Having Vac...
To Assess the Severity and Mortality among Covid 19 Patients after Having Vac...To Assess the Severity and Mortality among Covid 19 Patients after Having Vac...
To Assess the Severity and Mortality among Covid 19 Patients after Having Vac...
 
Novel Drug Delivery System An Overview
Novel Drug Delivery System An OverviewNovel Drug Delivery System An Overview
Novel Drug Delivery System An Overview
 
Security Issues Related to Biometrics
Security Issues Related to BiometricsSecurity Issues Related to Biometrics
Security Issues Related to Biometrics
 
Comparative Analysis of Different Numerical Methods for the Solution of Initi...
Comparative Analysis of Different Numerical Methods for the Solution of Initi...Comparative Analysis of Different Numerical Methods for the Solution of Initi...
Comparative Analysis of Different Numerical Methods for the Solution of Initi...
 
Evaluation of Different Paving Mixes Using Optimum Stabilizing Content
Evaluation of Different Paving Mixes Using Optimum Stabilizing ContentEvaluation of Different Paving Mixes Using Optimum Stabilizing Content
Evaluation of Different Paving Mixes Using Optimum Stabilizing Content
 

Recently uploaded

Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptxPoojaSen20
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersChitralekhaTherkar
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 

Recently uploaded (20)

Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptx
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of Powders
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 

Cultivation of Crops using Machine Learning and Deep Learning

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume 5 Issue 3, March-April 2021 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470 @ IJTSRD | Unique Paper ID – IJTSRD39891 | Volume – 5 | Issue – 3 | March-April 2021 Page 490 Cultivation of Crops using Machine Learning and Deep Learning Ms. A. Benazir Begum1, Ajith Manoj2, Nithya E2, Anamika S S2, Sneshna2 1Assistant Professor/CSE, 2BE Computer Science and Engineering, 1, 2Hindusthan Institute of Technology, Coimbatore, Tamil Nadu, India ABSTRACT To assist you with the entire farming operation, we use cutting-edge machine learning and deep learning technologies. Make educated decisionsaboutyour area's demographics, the factors that influence your crop, and how to keep them safe for a super awesome good yield. With the rise ofbigdata technology and high-performance computing, machine learning has opened up new possibilities for data-intensive research in the multi-disciplinary agri- technologies domain. (a)Plant diseaseforecast,(b)fertilizerrecommendation, and (c) crop recommendation The papers presented have been filtered and classified to show how machine learning technology can support agriculture. Farm management systems are evolving into real-time artificial intelligence powered programmes that provide rich suggestions and insights for farmer decision support and actionthroughapplying machinelearningtosensordata. KEYWORDS: Crop recommendation; Fertilizer recommendation; Plant disease prediction; planning; precision agriculture How to cite this paper: Ms. A. Benazir Begum | Ajith Manoj | Nithya E | Anamika S S | Sneshna "Cultivation of Crops using Machine Learning and Deep Learning" Published in International Journal of Trend in Scientific Research and Development(ijtsrd), ISSN: 2456-6470, Volume-5 | Issue-3, April 2021, pp.490- 492, URL: www.ijtsrd.com/papers/ijtsrd39891.pdf Copyright © 2021 by author(s) and International Journal ofTrendinScientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative CommonsAttribution License (CC BY 4.0) (http://creativecommons.org/licenses/by/4.0) I. INTRODUCTION In this project, I present a website in which the following applications are implemented; Crop recommendation, Fertilizer recommendation and Plant disease prediction, respectively. In the crop recommendation application, the user can provide the soil data from their side and the application will predict which crop should the usergrow.For the fertilizer recommendation application,theusercaninput the soil data and the type of crop they are growing, and the application will predict what the soil lacks or has excess of and will recommend improvements. For the last application, that is the plant disease prediction application, the user can input an image of a diseased plant leaf, and the application will predict what disease it is and will also give a little background about the disease and suggestions to cure it Agriculture plays a critical role in the global economy. Pressure on the agricultural system will increase with the continuing expansion of the human population. Agri- technology and precision farming, now also termed digital agriculture, have arisen as new scientific fields that use data intense approaches to drive agricultural productivity while minimizing its environmental impact. The data generatedin modern agricultural operations is provided by a variety of different sensors that enable a better understanding of the operational environment (an interaction of dynamic crop, soil, and weather conditions) and the operation itself (machinerydata),leadingtomoreaccurateandfasterdecision making. Machine learning (ML) has emerged together with big data technologies and high-performance computingtocreatenew opportunities to unravel, quantify, and understand data intensiveprocesses inagriculturaloperationalenvironments and Ease of Use A. Machine Learning Terminology and Definitions Typically,ML methodologies involves a learningprocesswith the objective to learn from “experience” (training data) to perform a task. Data in ML consists of a set of examples. Usually, an individual example is described by a set of attributes, also known as features or variables. A feature can be nominal (enumeration), binary (i. e. , 0 or 1), ordinal (e.g., A+ or B−), or numeric (integer, real number, etc. ). The performance of the ML model in a specific task is measured by a performance metric that is improved with experience over time. To calculate the performance of ML models and algorithms, various statistical and mathematical models are used. Aftertheendofthelearningprocess, the trained model can be used to classify, predict, or cluster new examples (testing data) using the experience obtained during the training process. B. Tasks of Learning ML tasks are classified into two main categories, that is, supervised and unsupervised learning, depending on the learning signal of the learningsystem.Insupervisedlearning, data are presented with example inputs and the corresponding outputs, and the objective is to construct a IJTSRD39891
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD39891 | Volume – 5 | Issue – 3 | March-April 2021 Page 491 general rule that maps inputs to outputs. In some cases, inputs can be only partially available with some of the target outputs missing or given only as feedback to the actions in a dynamic environment (reinforcement learning). In the supervised setting, the acquired expertise (trained model) is used to predict the missing outputs (labels) for the test data. In unsupervised learning, however, there is no distinction between training and test sets withdatabeingunlabeled.The learner processes input data with the goal of discovering hidden patterns. C. Analysis of Learning Dimensionality reduction (DR) is an analysis that isexecuted in both families of supervised and unsupervised learning types, with the aim of providing a more compact, lower- dimensional representationof a dataset to preserve as much information as possible from the original data. It is usually performed prior to applying a classification or regression model inordertoavoidtheeffectsofdimensionality II. REVIEW The reviewed articles have been, on a first level, classified in fourgenericcategories;namely, crop management, livestock management, water management, and soilmanagement.The applications of ML in the crop section were divided into sub- categoriesincludingyieldprediction,diseasedetection,weed detection crop quality, and species recognition. The applications of ML in the livestock section were divided into two sub-categories; animal welfareandlivestockproduction. 2.1. Crop Management Enter the corresponding nutrient values of your soil, state and city. Note that, the N-P-K (Nitrogen- Phosphorous-Pottasium) values to be entered shouldbe the ratio between them. Note: When you enter the city name, make sure to enter mostly common city names. Remote cities/towns may not be available in the Weather API from where humidity, temperature data is fetched. Yield prediction, one of the most significant topics in precision agriculture, is of high importance for yield mapping, yield estimation, matchingofcropsupply with demand, andcropmanagementto increase productivity. Examples of ML applications include in those in the works of an efficient, low-cost, and non-destructive method that automatically counted coffee fruits on a branch. Themethod calculatesthecoffeefruitsinthreecategories: harvestable, notharvestable,andfruitswithdisregarded maturation stage. In addition, the method estimated the weight and the maturation percentage of the coffee fruits. Theaimofthisworkwastoprovideinformationtocoffee growers to optimise economic benefits and plan their agricultural work. Avoid combining SI and CGS units, such as current in amperes and magnetic field in oersteds. 2.2. Fertilizer suggestion system Enter the nutrient contents of your soil and the crop you want to grow. The algorithm will tell which nutrient the soil has excess of or lacks. Accordingly, it will give suggestions for buying fertilizers. The accurate detection and classification of crop quality characteristics can increase product price and reduce waste. The method was based on ML techniques applied on chemical components of samples. More specifically, the main goal was the classification of the geographical origin of rice, for two different climate regions in Brazil. 2.3. Disease Detection System Upload an image of leaf of your plant. The algorithm will tell the crop type and whether it is diseased or healthy. If it is diseased, it will tell you the cause of the disease and suggest you how to prevent/cure the disease accordingly. Note that, for now it only supports following crops III. Supported crops Apple Blueberry Cherry Corn Grape Pepper Orange Peach Potato Soybean Strawberry Tomato Squash Raspberry A. Species Recognition The last sub-category of crop category is the species recognition. The main goal istheautomaticidentificationand classification of plant species in order to avoid the use of human experts, as well as to reduce the classification time. A method for the identification and classification of three legume species, namely,whitebeans, redbeans,andsoybean, vialeafveinpatternshasbeenpresentedinVeinmorphology carries accurate information about the properties of the leaf. It is an ideal tool for plant identification in comparison with color and shape. IV. system architecture 1. Abbreviations for machine learning models.
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD39891 | Volume – 5 | Issue – 3 | March-April 2021 Page 492 2. Abbreviations for machine learning algorithms 3. Presentation of machine learning (ML) models with their total rate. REFERENCE [1] Mackowiak, S. D.; Zauber, H.; Bielow,C.;Thiel,D.;Kutz, K.; Calviello, L.; Mastrobuoni, G.; Rajewsky,N.;Kempa, S.; Selbach, M.; et al. Extensive identification and analysis of conserved small ORFs in animals. Genome Biol. 2015, 16, 179. [2] Richardson, A.; Signor, B. M.; Lidbury,B. A.; Badrick,T. Clinical chemistry in higher dimensions: Machine- learning and enhanced prediction from routine clinical chemistry data. Clin. Biochem. 2016,49,1213– 1220. [3] Ahmad, U. Saeed, M. Fahad, A. Ullah, M. Habib-ur- Rahman, A. Ahmad, J. Judge “Yield forecasting of spring maize using remotesensingandcropmodeling in Faisalabad-Punjab Pakistan” J. Indian Soc. Remote Sens. , 46 (10) (2018), pp. 1701-1711, 10. 1007/s12524-018-0825-8 [4] S. H. Bhojani, N. Bhatt Wheat crop yield prediction using new activation functions in neural network Neural Comput. Appl. (2020), pp. 1-11 [5] S. Bargoti, J. P. Underwood Image segmentation for fruit detection and yield estimation in apple orchards J. Field Rob. , 34 (6) (2017), pp. 1039-060, 10. 1002/rob. 21699 [6] Modeling managed grassland biomass estimation by using multitemporal remotesensingdata—a machine learning approach IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. , 10 (7) (2017), pp. 3254-3264, [7] R. Beulah A survey on different data mining techniques for crop yieldpredictionInt.J.Comput.Sci. Eng. , 7 (1) (2019), pp. 738-744 [8] M. E. Holzman, F. Carmona, R. Rivas, and R. Niclòs, ‘‘Early assessment of crop yieldfromremotelysensed water stress and solar radiation data, ’’ ISPRS J. Photogramm. Remote Sens. , vol. 145, pp. 297–308, Nov. 2018. [9] Y. Cai, K. Guan, J. Peng, S. Wang, C. Seifert, B. Wardlow, and Z. Li, ‘‘A high-performance and in-season classification system of field-level crop types using time-series Landsat data and a machine learning approach, ’’ Remote Sens. Environ. , vol. 210, pp. 35– 47, Jun. 2018.