Project Review II
Project Review II
Project Review II
REVIEW-II
Project Guide GROUP ID-35
Prof. Mayur Chavan Ambre Vikram
Upadhyay Ashutosh
Malu Anuj
Sarode Vivek
CONTENTS
• PROBLEM STATEMENT
• OBJECTIVES
• LITERATURE SURVEY
• SYSTEM ARCHITECTURE
• RELATED DIAGRAMS
• PROJECT MODULES
• IMPLEMENTATION
• PAPER PUBLICATION
• CONCLUSION
PROBLEM
STATEMENT
Design a system to estimate crop production for a region
based on Weather (Rainfall, Humidity) and previous
production data which provides following features:
AND
MOTIVATION
India ranks second worldwide in farm output.
Agriculture and allied sectors like forestry and
fisheries accounted for 13.7% of the GDP (gross
domestic product) in 2013, about 50% of the
workforce.
SURVEY
• Y. Chen and Y. Li "Entropy-Based Combining Prediction
of Grey Time Series and Its Application" suggested
entropy based combining prediction model for the unit
crop yield prediction.
The time series data sets obtained from Dehui city, Jilin
Province from 1990 to 2000 is given to the proposed
model and the output of corn prediction is validated
from the year 2001 to 2003.
REQUIREMENTS
SOFTWARE REQUIREMENTS
1.8 GHz or
1 CPU Speed 1.8 GHz faster multicore.
MODEL
Let S be the solution for the prediction model,
S = {s, e, X, Y, F, DD, NDD, Su, Fl }
where,
s = start state = Home screen displayed
e = end state =
X= Input Set
X= {DS, X1, X2, X3}
Where,
DS = Dataset = { Cinfo, Winfo }
Where,
Cinfo = {Cname, Cprod, Area, Temp, Humid, Rain}
Where,
Cname = name of the crop = [A-Z] [a-z0-9] *
Cprod = production of crop in tons € Z+
Area € Z+
Temp = Temperature in ℃ € Z
Humid = Humidity in % € Z+
Rain = Rainfall in mm € Z-Z-
X1 = Cname
X2 = Weather Conditions = Cinfo - Cname
X3 = {Cinfo, Cprod}
Y= Output Set
Y= {Y1, Y2, Y3}
Where,
Y1 = Cinfo - Cname
Y2 = Cname
Y3 = C`prod
Where,
C`prod = estimated production of crop in tons € Z+
F = set of functions
F = {FcropInfo, Fsearch, Fpredict}
Where,
FcropInfo = Information Retrieval Function
FcropInfo: X1 →Y1
DD = Deterministic data
DD = {DS}
NDD = Non-deterministic data
NDD = {Y}
Su = Success case = {Correct Output Displayed}
Fl = Failure case = {Output displayed is Incorrect}
SYSTEM
ARCHITECTURE
SDLC
(SOFTWARE
DEVELOPMENT
LIFE - CYCLE)
• To study the effect of weather on crop production.
DIAGRAMS
• TASK NETWORK
• TIMELINE CHART
• USE-CASE VIEW
• LEVEL 0 DATA FLOW DIAGRAM
• LEVEL 1 DATA FLOW DIAGRAM
• ACTIVITY DIAGRAM
• STATE DIAGRAM
• CLASS DIAGRAM
PROJECT
MODULES
• To study the effect of weather on crop production.
PUBLICATION
• To study the effect of weather on crop production.