SlideShare a Scribd company logo
1 of 51
1
Predictive analytics
Few Case Studies
Dr. Rajesh Kulkarni
rajeshkulkarni@sigce.edu.in
SIGCE, Navi Mumbai
Some Housekeeping before we start…
•Let’s mute our microphones
•Please post your questions on the chat window
•We will try to answer few of them in the time
period…
• .. Rest LBRCE team will get back to you
through mail
3
4
www.menti.com
Go to menti.com and enter the code on the
top bar of the screen to vote
Anatomy of Analytics
•Analytics 1.0—the era of “business
intelligence.”
DWH and BI
•Analytics 2.0—the era of big data
linkedin data products, Hadoop, nosql, cloud,
machine learning methods
•Analytics 3.0—the era of data-enriched
offerings
intelligent offerings, IOT, Big data, analytics
Intelligent Offerings
• intelligent- fleet management, vehicle-
charging infrastructures, energy management,
security video analysis
•asset and operations optimization services
•GE- Predix (a platform for building “industrial
internet” applications) and Predictivity (a series
of 24 asset or operations optimization
applications that run on the Predix platform
across industries).
intelligent offerings
• UPS- ORION (On-Road Integrated
Optimization and Navigation)
•Google, Amazon, and others have prospered
not by giving customers information but by
giving them shortcuts to decisions and actions
Analytics
• Exploratory Data Analytics
•Confirmatory data Analytics
•Qualitative Data Analytics
•Predictive Data Analytics
Predictive Analytics
• a way to predict the future using data from the
past
•statistical techniques from data mining,
predictive modelling, and machine learning
•global market projected to reach approximately
$10.95 billion by 2022
•Rapidminer, weka, R
Predictive Analytics- Why?
10
11
12
Take a look at these pics…
Take a look at these pics…
Nashik farm- Field visits
15
National Agripreneur Award
16
Ignisnova Robotics- Problem Statement
•Farmers- Challenges
•Right Price at right time- desired
•Have to sell to local traders
•Corporates- buy from big traders
•Yield and other farming activities- uncertain
•Analytics could help bring certainty
17
Agriforetell- Suite
•Collect data- satellite, drone, field visits
•Analyze trend on ground
•Crop health monitoring
•Crop Performance- Accurate harvesting
•Yield Prediction- Yield statistics- solves price
fluctuation
18
Agriforetell- Suite
•Drone based precision agriculture- Pesticides,
irrigation
•Forecasting of disease-
- no lead time
- symptoms are not visible
- Crop damage 35% to 40%
•Suite tells 7 days before disease
•Prediction ( disease + weather + Satellite
Data): prepare farmers to take prior measures
19
Agriforetell- Suite- Predictive Analytics
•At least 500 research papers+ 2000 acres farm
field visits+ Pitching
•Drone + High Precision camera + Satellite data
+ ML ( ANN + Statistics)
•Paid satellite Data sources- frequency/price
•Free satellite data sources – processing
charges
•Resolution- 5 cm to 500 meters
20
Agriforetell- Suite- Predictive Analytics
21
• technologies - AI, big data, remote sensing
• software - tensorflow, big data frameworks
• data visualization software's, python programming
language
• tools - hardware for data collection (drones, custom
camera, sensors)
• High end GPUs for training of algorithms
Agriforetell- Suite- Complete Digitized Ecosystem
22
Predictive Analytics- Few Case Studies
•Rainfall Prediction- weather prediction, water
resources planning, nature hazards prediction
•Machine Learning Algorithms/ WEKA
•Evolutionary Algorithms- discrete/continuous
variables/ categorical data
Case Study 1: Rainfall Prediction
•A SVR-ANN Combined Model Based on
Ensemble EMD for Rainfall Prediction
• Conventional Rainfall Prediction
Techniques: Numerical Prediction
Model, Bayesian
• Recent Rainfall Prediction Techniques:
Machine Learning, GA, SA, CPSO
• Rainfall Prediction Techniques being discussed
today: SVR, ANN, EEMD
Design/ Experimental Work
25Constraint Based Mining
Design/ Experimental Work: EMD Algorithm
26Constraint Based Mining
Design/ Experimental Work: BP-ANN
27Constraint Based Mining
E-SVR-ANN Algorithm
Input: data: the rainfall time series; noise: the added white noise; n: the number of
IMFs; iter: the iteration, iter [50, 200] ; x: the input vector; yt: the observerd data; y:
the predicted data.
Output: O: the predicted result.
Procedure:
IMFs <- eemd(data, noise, iter);
for i=1; i<=n do
lag <- Pacf(IMF i );
IMF i <- Normalization(IMF i );
If IMF 1
[yt , x] <- SVR_format(IMF 1 );
SVR_ parameters <- SVR_gridresearch( yt,x); //finding the values of cost
(c), variable gamma (g), and the error tolerance
Model 1 <- SVR_train(yt,x);
y <- SVR_predict(x, Model 1 );
Else
[train_label, train_data] <- ANN_format(IMF 1 ); //using lag
ANN_ parameters <- ANN_traverse( yt , x);
Model i <- ANN_train(yt , x);
y <- ANN_predict( Model i );
End if
O <- Summation of y
Case Study 2: Machine Learning
•ML- 3 types- Supervised, Unsupervised,
Reinforcement
• Supervised- Class variable, prediction
• Prediction- number/regression,
string/classification
•Rows and columns- instances
Case Study 2: Machine Learning
•ML- 3 types- Supervised, Unsupervised,
Reinforcement
• Supervised- Class variable, prediction
• Prediction- number/regression,
string/classification
• Rainfall Prediction Techniques being
discussed today: SVR, ANN, EEMD
WEKA- Library of Machine Learning Algorithms
31
WEKA…
•Explorer/ Knowledgeflow/ Work- Mining Algo
• WEKA extension- .arff, can open .csv
files
• WEKA-src: source code in JAVA-
projects
• 3 types of iris flowers/ 4 attributes + class
and distinguish which type of flower it is
WEKA…
•Classification should be the last item in the
data set
• Sepal length and width cannot be
used to distinguish iris flower
• Petal length and width can be used to
distinguish and useful for algorithm
• Algorithms- identify useful attributes: why?
Confusion/redundant attributes
Datasets
34
35
WEKA…
•Dataset has 150 rows, algorithm trains for
those and model is built
• Preprocessing- called as filters in
WEKA
• Class value is unknown/ ML algorithm
should identify that
• Structure of model dpends on algorithm
WEKA...
37
38
39
40
41
42
43
44
45
46
47
48
WEKA… can you
6/24/2020 IP Adventure LLP 50
Thank you for your
attention
References
• https://hbr.org/2013/12/analytics-30
• https://emerj.com/ai-sector-overviews/predictive-analytics-5-examples-of-industry-
applications/
• Yu Xiang, Ling Gou, Lihua He, Shoulu Xia, Wenyong Wang, “A SVR–ANN combined model based
on ensemble EMD for rainfall prediction”,Applied Soft Computing,
51

More Related Content

Similar to Predictive Analytics

iCT Padova 2019 - RX Solutions
iCT Padova 2019 - RX SolutionsiCT Padova 2019 - RX Solutions
iCT Padova 2019 - RX SolutionsRoberto Alberio
 
Connecting Neptune Flow Meters to SCADA, Telemetry, and Building Automation S...
Connecting Neptune Flow Meters to SCADA, Telemetry, and Building Automation S...Connecting Neptune Flow Meters to SCADA, Telemetry, and Building Automation S...
Connecting Neptune Flow Meters to SCADA, Telemetry, and Building Automation S...SCADAmetrics
 
Application and Challenges of Streaming Analytics and Machine Learning on Mu...
 Application and Challenges of Streaming Analytics and Machine Learning on Mu... Application and Challenges of Streaming Analytics and Machine Learning on Mu...
Application and Challenges of Streaming Analytics and Machine Learning on Mu...Databricks
 
230208 MLOps Getting from Good to Great.pptx
230208 MLOps Getting from Good to Great.pptx230208 MLOps Getting from Good to Great.pptx
230208 MLOps Getting from Good to Great.pptxArthur240715
 
20181128 satellogic @ barcelona ai
20181128 satellogic @ barcelona ai20181128 satellogic @ barcelona ai
20181128 satellogic @ barcelona aiAlbert Pujol Torras
 
AI for Software Engineering
AI for Software EngineeringAI for Software Engineering
AI for Software EngineeringMiroslaw Staron
 
CMU Lecture on Hadoop Performance
CMU Lecture on Hadoop PerformanceCMU Lecture on Hadoop Performance
CMU Lecture on Hadoop PerformanceMapR Technologies
 
Use Machine Learning to Get the Most out of Your Big Data Clusters
Use Machine Learning to Get the Most out of Your Big Data ClustersUse Machine Learning to Get the Most out of Your Big Data Clusters
Use Machine Learning to Get the Most out of Your Big Data ClustersDatabricks
 
IoT Tech Expo 2023_Micha vor dem Berge presentation
IoT Tech Expo 2023_Micha vor dem Berge presentationIoT Tech Expo 2023_Micha vor dem Berge presentation
IoT Tech Expo 2023_Micha vor dem Berge presentationVEDLIoT Project
 
Boston Hug by Ted Dunning 2012
Boston Hug by Ted Dunning 2012Boston Hug by Ted Dunning 2012
Boston Hug by Ted Dunning 2012MapR Technologies
 
Yole Intel RealSense 3D camera module and STM IR laser 2015 teardown reverse ...
Yole Intel RealSense 3D camera module and STM IR laser 2015 teardown reverse ...Yole Intel RealSense 3D camera module and STM IR laser 2015 teardown reverse ...
Yole Intel RealSense 3D camera module and STM IR laser 2015 teardown reverse ...Yole Developpement
 
Apache Spark for Cyber Security in an Enterprise Company
Apache Spark for Cyber Security in an Enterprise CompanyApache Spark for Cyber Security in an Enterprise Company
Apache Spark for Cyber Security in an Enterprise CompanyDatabricks
 
Automated Testing of Autonomous Driving Assistance Systems
Automated Testing of Autonomous Driving Assistance SystemsAutomated Testing of Autonomous Driving Assistance Systems
Automated Testing of Autonomous Driving Assistance SystemsLionel Briand
 
2014_Pantec_Metrology_BU_PPT_revVERJA
2014_Pantec_Metrology_BU_PPT_revVERJA2014_Pantec_Metrology_BU_PPT_revVERJA
2014_Pantec_Metrology_BU_PPT_revVERJAJavier O. Vera
 
Monte Carlo Simulations in Product Development Applications
Monte Carlo Simulations in Product Development ApplicationsMonte Carlo Simulations in Product Development Applications
Monte Carlo Simulations in Product Development ApplicationsSociety of Women Engineers
 
Designing data pipelines for analytics and machine learning in industrial set...
Designing data pipelines for analytics and machine learning in industrial set...Designing data pipelines for analytics and machine learning in industrial set...
Designing data pipelines for analytics and machine learning in industrial set...DataWorks Summit
 

Similar to Predictive Analytics (20)

iCT Padova 2019 - RX Solutions
iCT Padova 2019 - RX SolutionsiCT Padova 2019 - RX Solutions
iCT Padova 2019 - RX Solutions
 
LEGaTO: Use cases
LEGaTO: Use casesLEGaTO: Use cases
LEGaTO: Use cases
 
Connecting Neptune Flow Meters to SCADA, Telemetry, and Building Automation S...
Connecting Neptune Flow Meters to SCADA, Telemetry, and Building Automation S...Connecting Neptune Flow Meters to SCADA, Telemetry, and Building Automation S...
Connecting Neptune Flow Meters to SCADA, Telemetry, and Building Automation S...
 
Application and Challenges of Streaming Analytics and Machine Learning on Mu...
 Application and Challenges of Streaming Analytics and Machine Learning on Mu... Application and Challenges of Streaming Analytics and Machine Learning on Mu...
Application and Challenges of Streaming Analytics and Machine Learning on Mu...
 
New directions for mahout
New directions for mahoutNew directions for mahout
New directions for mahout
 
230208 MLOps Getting from Good to Great.pptx
230208 MLOps Getting from Good to Great.pptx230208 MLOps Getting from Good to Great.pptx
230208 MLOps Getting from Good to Great.pptx
 
20181128 satellogic @ barcelona ai
20181128 satellogic @ barcelona ai20181128 satellogic @ barcelona ai
20181128 satellogic @ barcelona ai
 
AI for Software Engineering
AI for Software EngineeringAI for Software Engineering
AI for Software Engineering
 
CMU Lecture on Hadoop Performance
CMU Lecture on Hadoop PerformanceCMU Lecture on Hadoop Performance
CMU Lecture on Hadoop Performance
 
Use Machine Learning to Get the Most out of Your Big Data Clusters
Use Machine Learning to Get the Most out of Your Big Data ClustersUse Machine Learning to Get the Most out of Your Big Data Clusters
Use Machine Learning to Get the Most out of Your Big Data Clusters
 
IoT Tech Expo 2023_Micha vor dem Berge presentation
IoT Tech Expo 2023_Micha vor dem Berge presentationIoT Tech Expo 2023_Micha vor dem Berge presentation
IoT Tech Expo 2023_Micha vor dem Berge presentation
 
Boston Hug by Ted Dunning 2012
Boston Hug by Ted Dunning 2012Boston Hug by Ted Dunning 2012
Boston Hug by Ted Dunning 2012
 
Managing Vendor Issues on AMI Design
Managing Vendor Issues on AMI DesignManaging Vendor Issues on AMI Design
Managing Vendor Issues on AMI Design
 
Applications of hybrid systems
Applications of hybrid systemsApplications of hybrid systems
Applications of hybrid systems
 
Yole Intel RealSense 3D camera module and STM IR laser 2015 teardown reverse ...
Yole Intel RealSense 3D camera module and STM IR laser 2015 teardown reverse ...Yole Intel RealSense 3D camera module and STM IR laser 2015 teardown reverse ...
Yole Intel RealSense 3D camera module and STM IR laser 2015 teardown reverse ...
 
Apache Spark for Cyber Security in an Enterprise Company
Apache Spark for Cyber Security in an Enterprise CompanyApache Spark for Cyber Security in an Enterprise Company
Apache Spark for Cyber Security in an Enterprise Company
 
Automated Testing of Autonomous Driving Assistance Systems
Automated Testing of Autonomous Driving Assistance SystemsAutomated Testing of Autonomous Driving Assistance Systems
Automated Testing of Autonomous Driving Assistance Systems
 
2014_Pantec_Metrology_BU_PPT_revVERJA
2014_Pantec_Metrology_BU_PPT_revVERJA2014_Pantec_Metrology_BU_PPT_revVERJA
2014_Pantec_Metrology_BU_PPT_revVERJA
 
Monte Carlo Simulations in Product Development Applications
Monte Carlo Simulations in Product Development ApplicationsMonte Carlo Simulations in Product Development Applications
Monte Carlo Simulations in Product Development Applications
 
Designing data pipelines for analytics and machine learning in industrial set...
Designing data pipelines for analytics and machine learning in industrial set...Designing data pipelines for analytics and machine learning in industrial set...
Designing data pipelines for analytics and machine learning in industrial set...
 

More from rkpv2002

ipr and patents
ipr and patentsipr and patents
ipr and patentsrkpv2002
 
IPR and Patent Prosecution
IPR and Patent ProsecutionIPR and Patent Prosecution
IPR and Patent Prosecutionrkpv2002
 
Design Thinking
Design ThinkingDesign Thinking
Design Thinkingrkpv2002
 
Entrepreneurship and Startup
Entrepreneurship and StartupEntrepreneurship and Startup
Entrepreneurship and Startuprkpv2002
 
Ipr in cyberspace
Ipr in  cyberspaceIpr in  cyberspace
Ipr in cyberspacerkpv2002
 
Blockchain In Business
Blockchain In BusinessBlockchain In Business
Blockchain In Businessrkpv2002
 
Emerging Tech webinar
Emerging Tech webinarEmerging Tech webinar
Emerging Tech webinarrkpv2002
 
Predictive Analytics
Predictive AnalyticsPredictive Analytics
Predictive Analyticsrkpv2002
 
Decision trees
Decision treesDecision trees
Decision treesrkpv2002
 
Entrepreneurship and startups (Post Covid19 world)
Entrepreneurship and startups (Post Covid19 world)Entrepreneurship and startups (Post Covid19 world)
Entrepreneurship and startups (Post Covid19 world)rkpv2002
 
IPR and Patenting
IPR and PatentingIPR and Patenting
IPR and Patentingrkpv2002
 
IPR Awareness and patent Prosecution Day 5
IPR Awareness and patent Prosecution Day 5IPR Awareness and patent Prosecution Day 5
IPR Awareness and patent Prosecution Day 5rkpv2002
 
IPR Awareness and patent Prosecution Day 4
IPR Awareness and patent Prosecution Day 4IPR Awareness and patent Prosecution Day 4
IPR Awareness and patent Prosecution Day 4rkpv2002
 
IPR Awareness and patent Prosecution Day 3
IPR Awareness and patent Prosecution Day 3IPR Awareness and patent Prosecution Day 3
IPR Awareness and patent Prosecution Day 3rkpv2002
 
IPR Awareness and patent Prosecution Day 2
IPR Awareness and patent Prosecution Day 2IPR Awareness and patent Prosecution Day 2
IPR Awareness and patent Prosecution Day 2rkpv2002
 
IPR Awareness and patent Prosecution
IPR Awareness and patent ProsecutionIPR Awareness and patent Prosecution
IPR Awareness and patent Prosecutionrkpv2002
 
IPR and Patents
IPR and PatentsIPR and Patents
IPR and Patentsrkpv2002
 
startup ecosystem
startup ecosystemstartup ecosystem
startup ecosystemrkpv2002
 
Higher Education Opportunities in Foreign Universities
Higher Education Opportunities in Foreign UniversitiesHigher Education Opportunities in Foreign Universities
Higher Education Opportunities in Foreign Universitiesrkpv2002
 

More from rkpv2002 (20)

ipr and patents
ipr and patentsipr and patents
ipr and patents
 
IPR and Patent Prosecution
IPR and Patent ProsecutionIPR and Patent Prosecution
IPR and Patent Prosecution
 
Design Thinking
Design ThinkingDesign Thinking
Design Thinking
 
Entrepreneurship and Startup
Entrepreneurship and StartupEntrepreneurship and Startup
Entrepreneurship and Startup
 
Ipr in cyberspace
Ipr in  cyberspaceIpr in  cyberspace
Ipr in cyberspace
 
Blockchain In Business
Blockchain In BusinessBlockchain In Business
Blockchain In Business
 
Emerging Tech webinar
Emerging Tech webinarEmerging Tech webinar
Emerging Tech webinar
 
Predictive Analytics
Predictive AnalyticsPredictive Analytics
Predictive Analytics
 
Decision trees
Decision treesDecision trees
Decision trees
 
Entrepreneurship and startups (Post Covid19 world)
Entrepreneurship and startups (Post Covid19 world)Entrepreneurship and startups (Post Covid19 world)
Entrepreneurship and startups (Post Covid19 world)
 
IPR and Patenting
IPR and PatentingIPR and Patenting
IPR and Patenting
 
IPR Awareness and patent Prosecution Day 5
IPR Awareness and patent Prosecution Day 5IPR Awareness and patent Prosecution Day 5
IPR Awareness and patent Prosecution Day 5
 
IPR Awareness and patent Prosecution Day 4
IPR Awareness and patent Prosecution Day 4IPR Awareness and patent Prosecution Day 4
IPR Awareness and patent Prosecution Day 4
 
IPR Awareness and patent Prosecution Day 3
IPR Awareness and patent Prosecution Day 3IPR Awareness and patent Prosecution Day 3
IPR Awareness and patent Prosecution Day 3
 
IPR Awareness and patent Prosecution Day 2
IPR Awareness and patent Prosecution Day 2IPR Awareness and patent Prosecution Day 2
IPR Awareness and patent Prosecution Day 2
 
IPR Awareness and patent Prosecution
IPR Awareness and patent ProsecutionIPR Awareness and patent Prosecution
IPR Awareness and patent Prosecution
 
IPR and Patents
IPR and PatentsIPR and Patents
IPR and Patents
 
startup ecosystem
startup ecosystemstartup ecosystem
startup ecosystem
 
Higher Education Opportunities in Foreign Universities
Higher Education Opportunities in Foreign UniversitiesHigher Education Opportunities in Foreign Universities
Higher Education Opportunities in Foreign Universities
 
Grammar
GrammarGrammar
Grammar
 

Recently uploaded

Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
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
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
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
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 

Recently uploaded (20)

Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
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
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
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
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
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
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
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
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 

Predictive Analytics

  • 1. 1
  • 2. Predictive analytics Few Case Studies Dr. Rajesh Kulkarni rajeshkulkarni@sigce.edu.in SIGCE, Navi Mumbai
  • 3. Some Housekeeping before we start… •Let’s mute our microphones •Please post your questions on the chat window •We will try to answer few of them in the time period… • .. Rest LBRCE team will get back to you through mail 3
  • 4. 4 www.menti.com Go to menti.com and enter the code on the top bar of the screen to vote
  • 5. Anatomy of Analytics •Analytics 1.0—the era of “business intelligence.” DWH and BI •Analytics 2.0—the era of big data linkedin data products, Hadoop, nosql, cloud, machine learning methods •Analytics 3.0—the era of data-enriched offerings intelligent offerings, IOT, Big data, analytics
  • 6. Intelligent Offerings • intelligent- fleet management, vehicle- charging infrastructures, energy management, security video analysis •asset and operations optimization services •GE- Predix (a platform for building “industrial internet” applications) and Predictivity (a series of 24 asset or operations optimization applications that run on the Predix platform across industries).
  • 7. intelligent offerings • UPS- ORION (On-Road Integrated Optimization and Navigation) •Google, Amazon, and others have prospered not by giving customers information but by giving them shortcuts to decisions and actions
  • 8. Analytics • Exploratory Data Analytics •Confirmatory data Analytics •Qualitative Data Analytics •Predictive Data Analytics
  • 9. Predictive Analytics • a way to predict the future using data from the past •statistical techniques from data mining, predictive modelling, and machine learning •global market projected to reach approximately $10.95 billion by 2022 •Rapidminer, weka, R
  • 11. 11
  • 12. 12
  • 13. Take a look at these pics…
  • 14. Take a look at these pics…
  • 15. Nashik farm- Field visits 15
  • 17. Ignisnova Robotics- Problem Statement •Farmers- Challenges •Right Price at right time- desired •Have to sell to local traders •Corporates- buy from big traders •Yield and other farming activities- uncertain •Analytics could help bring certainty 17
  • 18. Agriforetell- Suite •Collect data- satellite, drone, field visits •Analyze trend on ground •Crop health monitoring •Crop Performance- Accurate harvesting •Yield Prediction- Yield statistics- solves price fluctuation 18
  • 19. Agriforetell- Suite •Drone based precision agriculture- Pesticides, irrigation •Forecasting of disease- - no lead time - symptoms are not visible - Crop damage 35% to 40% •Suite tells 7 days before disease •Prediction ( disease + weather + Satellite Data): prepare farmers to take prior measures 19
  • 20. Agriforetell- Suite- Predictive Analytics •At least 500 research papers+ 2000 acres farm field visits+ Pitching •Drone + High Precision camera + Satellite data + ML ( ANN + Statistics) •Paid satellite Data sources- frequency/price •Free satellite data sources – processing charges •Resolution- 5 cm to 500 meters 20
  • 21. Agriforetell- Suite- Predictive Analytics 21 • technologies - AI, big data, remote sensing • software - tensorflow, big data frameworks • data visualization software's, python programming language • tools - hardware for data collection (drones, custom camera, sensors) • High end GPUs for training of algorithms
  • 22. Agriforetell- Suite- Complete Digitized Ecosystem 22
  • 23. Predictive Analytics- Few Case Studies •Rainfall Prediction- weather prediction, water resources planning, nature hazards prediction •Machine Learning Algorithms/ WEKA •Evolutionary Algorithms- discrete/continuous variables/ categorical data
  • 24. Case Study 1: Rainfall Prediction •A SVR-ANN Combined Model Based on Ensemble EMD for Rainfall Prediction • Conventional Rainfall Prediction Techniques: Numerical Prediction Model, Bayesian • Recent Rainfall Prediction Techniques: Machine Learning, GA, SA, CPSO • Rainfall Prediction Techniques being discussed today: SVR, ANN, EEMD
  • 26. Design/ Experimental Work: EMD Algorithm 26Constraint Based Mining
  • 27. Design/ Experimental Work: BP-ANN 27Constraint Based Mining
  • 28. E-SVR-ANN Algorithm Input: data: the rainfall time series; noise: the added white noise; n: the number of IMFs; iter: the iteration, iter [50, 200] ; x: the input vector; yt: the observerd data; y: the predicted data. Output: O: the predicted result. Procedure: IMFs <- eemd(data, noise, iter); for i=1; i<=n do lag <- Pacf(IMF i ); IMF i <- Normalization(IMF i ); If IMF 1 [yt , x] <- SVR_format(IMF 1 ); SVR_ parameters <- SVR_gridresearch( yt,x); //finding the values of cost (c), variable gamma (g), and the error tolerance Model 1 <- SVR_train(yt,x); y <- SVR_predict(x, Model 1 ); Else [train_label, train_data] <- ANN_format(IMF 1 ); //using lag ANN_ parameters <- ANN_traverse( yt , x); Model i <- ANN_train(yt , x); y <- ANN_predict( Model i ); End if O <- Summation of y
  • 29. Case Study 2: Machine Learning •ML- 3 types- Supervised, Unsupervised, Reinforcement • Supervised- Class variable, prediction • Prediction- number/regression, string/classification •Rows and columns- instances
  • 30. Case Study 2: Machine Learning •ML- 3 types- Supervised, Unsupervised, Reinforcement • Supervised- Class variable, prediction • Prediction- number/regression, string/classification • Rainfall Prediction Techniques being discussed today: SVR, ANN, EEMD
  • 31. WEKA- Library of Machine Learning Algorithms 31
  • 32. WEKA… •Explorer/ Knowledgeflow/ Work- Mining Algo • WEKA extension- .arff, can open .csv files • WEKA-src: source code in JAVA- projects • 3 types of iris flowers/ 4 attributes + class and distinguish which type of flower it is
  • 33. WEKA… •Classification should be the last item in the data set • Sepal length and width cannot be used to distinguish iris flower • Petal length and width can be used to distinguish and useful for algorithm • Algorithms- identify useful attributes: why? Confusion/redundant attributes
  • 35. 35
  • 36. WEKA… •Dataset has 150 rows, algorithm trains for those and model is built • Preprocessing- called as filters in WEKA • Class value is unknown/ ML algorithm should identify that • Structure of model dpends on algorithm
  • 38. 38
  • 39. 39
  • 40. 40
  • 41. 41
  • 42. 42
  • 43. 43
  • 44. 44
  • 45. 45
  • 46. 46
  • 47. 47
  • 48. 48
  • 50. 6/24/2020 IP Adventure LLP 50 Thank you for your attention
  • 51. References • https://hbr.org/2013/12/analytics-30 • https://emerj.com/ai-sector-overviews/predictive-analytics-5-examples-of-industry- applications/ • Yu Xiang, Ling Gou, Lihua He, Shoulu Xia, Wenyong Wang, “A SVR–ANN combined model based on ensemble EMD for rainfall prediction”,Applied Soft Computing, 51