predictive analytics via r programming

23
Slide ‹#› © 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com Predictive Analytics via R Programming

Upload: skillspeed

Post on 08-Jan-2017

437 views

Category:

Technology


4 download

TRANSCRIPT

Page 1: Predictive Analytics via R Programming

Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com

Predictive Analyticsvia R Programming

Page 2: Predictive Analytics via R Programming

Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com

Session Objectives

In this session you would understand

ᗍ Applications of R through use-cases and examplesᗍ Predictive Analytics and its processᗍ Three Pillars of Predictive Analyticsᗍ Common Predictive Modelling Tasksᗍ Applications of Predictive Analyticsᗍ Job Trends for R

Page 3: Predictive Analytics via R Programming

Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com

Introduction

Page 4: Predictive Analytics via R Programming

Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com

Ever Wondered?

How the weather forecasts are made?

Page 5: Predictive Analytics via R Programming

Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com

Use Case: Customer Predictive Analysis

Prediction about the new customers

Predicting the outcome of new customers remains challenge, a lot of effort has gone in building similar kind of unsupervised technique like building pattern recognition and then predicting what a customer is going to like?

Problem statement:

Page 6: Predictive Analytics via R Programming

Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com

Use Case: Customer Predictive Analysis

In R using Decision trees and supervised methods we can predict the outcome of customers for the problem defined

Based on customers spending habit and past records, we could predict behaviour of new customers

Say, our goal is to predict people who will stay more than a week. Decision trees could reveal things like ( if recently married if in their late 30s from Europe ) couples tend to stay more than a week

The same decision tree could also tell: (if recently married in recent 20s), couple tend to stay only for few days. The obvious revelation is that the latter group stays lot less

We can examine why that happens and what can be done to improvise customer retention

Solution:

Page 7: Predictive Analytics via R Programming

Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com

R is an Open Source “Programming” Language

ᗍ R is a language and environment for statistical computing and graphics

ᗍ It is a GNU project which is similar to the S language and environment which was developed at Bell Laboratories (formerly AT&T, now Lucent Technologies) by John Chambers and colleagues

ᗍ R helps people perform a wide variety of computing tasks by giving them access to various commands 

Page 8: Predictive Analytics via R Programming

Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com

ᗍ The R programming language is a free and open source software which is quickly gaining popularity due to its data handling capacity

ᗍ R has many nice GUI’s. The most famous GUI is R-studio

ᗍ R comes with supportive help and good inbuilt graphic commands

ᗍ It has inbuilt data sets from real data

About R

Page 9: Predictive Analytics via R Programming

Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.comSource: http://www.r-project.org/about.html

Applications of R

R applications span the universe from theoretical computational statistics and the data sciences such as

ᗍ Astronomyᗍ Healthcareᗍ Financeᗍ Web applicationsᗍ Data science in HRᗍ Marketing Analysisᗍ Environmental studiesᗍ And much more

Page 10: Predictive Analytics via R Programming

Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com

Who Uses R? – Companies

Page 11: Predictive Analytics via R Programming

Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com

Predictive Analytics

Data(Sources, Types, Forms)

Capture Predict

• Data Mining• Text Mining• Statistical Analytics

Act

Act on the model

Page 12: Predictive Analytics via R Programming

Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com

Predictive Analytics is the technology that learns from experience(data) to predict the future behaviour of individuals in order to drive better decisions

Predictive Analytics helps to connect data to effective action by drawing reliable conclusions about current conditions and future events

Enables businesses to use predictive models to exploit patterns found in historical data to identify potential risks and opportunities before they occur

What is Predictive Analytics all about?

Predictive analytics is really about solving problems with data

Page 13: Predictive Analytics via R Programming

Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com

ᗍ Predictive analytics automatically synthesizes big data, mathematical sciences, business rules, and machine learning to make predictions and then suggests decision options to take advantage of a future opportunity

ᗍ The purpose of predictive analytics is to tell you what will happen in the future

ᗍ Predictive Analytics is branch of the Data Mining process

ᗍ An example of using predictive analytics is optimizing customer relationship management systems 

Why Predictive Analytics?

Page 14: Predictive Analytics via R Programming

Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com

Predictive Analytics – Process

Monitor Progress

Implement Results

Draw Conclusions

Run Analysis

Check the data fits the tool

Draw Hypothesis

Implement Results

Extract data needed

Page 15: Predictive Analytics via R Programming

Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com

Three Pillars of Predictive Analytics

Predictive Operational Analyticsᗍ Plan ᗍ Manageᗍ Maximize

Predictive Threat and Fraud Analyticsᗍ Monitor ᗍ Detect ᗍ Control

Predictive Customer Analyticsᗍ Acquire ᗍ Grow ᗍ Retain

Page 16: Predictive Analytics via R Programming

Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com

ᗍ Classificationᗍ Clusteringᗍ Associationᗍ Detectionᗍ Estimation and Time Seriesᗍ Link Analysisᗍ Web and Text Mining

Most Common Predictive Modelling Tasks

Page 17: Predictive Analytics via R Programming

Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com

ᗍ Analytical customer relationship management (CRM)ᗍ Clinical decision support systemsᗍ Customer retentionᗍ Direct marketingᗍ Fraud detectionᗍ Risk managementᗍ Underwriting

Applications of Predictive Analytics

Page 18: Predictive Analytics via R Programming

Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com

Job Trends – R

Page 19: Predictive Analytics via R Programming

Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com

Course Topics

Module 1Introduction to Business

Analytics and R

Module 2Data Types and Functions

Module 4Data Import Techniques

Module 5Exploratory Data

Analysis

Module 6Data Visualization

Module 7Data Mining

Concepts in R - I

Module 8Data Mining

Concepts in R - II

Module 9Statistical

Techniques in R – I

Module 10Statistical

Techniques in R – II

Module 11Data Mining Concepts in

R

Module 12Project Discussion

Module 3Data Manipulation in R

Page 20: Predictive Analytics via R Programming

Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com

Why SkillSpeed?

Course Curriculum

from Industry Experts

Instructor Led Live Virtual Sessions

Lifetime access to Course

Content via LMS

100% Placement Assistance

24x7 Support

24x7

Page 21: Predictive Analytics via R Programming

Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com

Corporate Partners

Page 22: Predictive Analytics via R Programming

Slide ‹#›© 2015 BlueCamphor Technologies (P) Ltd. www.skillspeed.com

Lines open 24/7

To know more about the course, Please contact:

IND+91-90660-20904 USA1866-607-6547 (Toll Free)

Or reach us [email protected]

Contact us..

Page 23: Predictive Analytics via R Programming