SlideShare a Scribd company logo
LINEAR REGRESSION WITH R
Objectives
Slide 2
What is data mining
What is Business Analytics
Stages of Analytics / data mining
What is R
Overview of Machine Learning
 What is Linear Regression
Case Study
Data mining ??
Slide 3
Generally, data mining is the process of studying data from maximum possible dimensions and summarizing it into
useful information
Technically, data mining is the process of finding correlations or patterns among dozens of fields in large data
generated from business
Or you can say, data mining is the process finding useful information from the data and then devising knowledge
out of it for improving future of our business
» Data ??
Data are any facts, numbers, or text is getting produced by existing system
» Information ??
The patterns, associations, or relationships among all this data can provide information
» Knowledge ??
Information can be converted into knowledge about historical patterns and future trends. For example summary of
sales in off season may help to start some offers in that period to increase sales
Business Analytics
Why Business Analytics is getting popular these days ?
Cost of storing data Cost of processing data
Slide 4
Cross Industry standard Process for data mining ( CRISP – DM )
Stages of Analytics / Data Mining
Slide 5
What is R
R is Programming Language
R is Environment for Statistical Analysis
R is Data Analysis Software
Slide 6
R : Characteristics
Slide 7
Effective and fast data handling and storage facility
A bunch of operators for calculations on arrays, lists, vectors etc
A large integrated collection of tools for data analysis, and visualization
Facilities for data analysis using graphs and display either directly at the computer or paper
A well implemented and effective programming language called ‘S’ on top of which R is built
A complete range of packages to extend and enrich the functionality of R
Data Visualization in R
This plot represents the
locations of all the traffic
signals in the city.
It is recognizable as
Toronto without any other
geographic data being
plotted - the structure of
the city comes out in the
data alone.
Twitter @edurekaIN, Facebook /edurekaIN, use #AskEdureka for Questions
Slide 8 www.edureka.co/r-for-analytics
Who Uses R : Domains
 Telecom
 Pharmaceuticals
 Financial Services
 Life Sciences
 Education, etc
Twitter @edurekaIN, Facebook /edurekaIN, use #AskEdureka for Questions
Slide 9 www.edureka.co/r-for-analytics
Types of Learning
Supervised Learning Unsupervised Learning
1. Uses a known dataset to make
predictions.
2. The training dataset includes
input data and response values.
3. From it, the supervised learning
algorithm builds a model to make
predictions of the response
values for a new dataset.
1. Draw inferences from datasets
consisting of input data without
labeled responses.
2. Used for exploratory data analysis
to find hidden patterns or grouping
in data
3. The most common unsupervised
learning method is cluster analysis.
Machine Learning
Twitter @edurekaIN, Facebook /edurekaIN, use #AskEdureka for Questions
Slide 10 www.edureka.co/r-for-analytics
Common Machine Learning Algorithms
Types of Learning
Supervised Learning
Unsupervised Learning
Algorithms
 Naïve Bayes
 Support Vector Machines
 Random Forests
 Decision Trees
Algorithms
 K-means
 Fuzzy Clustering
 Hierarchical Clustering
Gaussian mixture models
Self-organizing maps
Twitter @edurekaIN, Facebook /edurekaIN, use #AskEdureka for Questions
Slide 11 www.edureka.co/r-for-analytics
Linear Regression
Slide 12
What is Linear Regression??
Slide 13
 In statistics, linear regression is an approach for modeling the relationship between a scalar dependent variable y
and one or more explanatory variables (or independent variable) denoted X.
 The case of one explanatory variable is called simple linear regression.
 For more than one explanatory variable, the process is called multiple linear regression
 Data are modeled using linear predictor functions, and unknown model parameters are estimated from the data.
Where to Use Linear Regression??
Slide 14
Linear regression has many practical uses.
Most applications fall into one of the following two broad categories:
 If the goal is prediction, or forecasting, or reduction, linear regression can be used to fit a predictive model to an
observed data set of y and X values. After developing such a model, if an additional value of X is then given without
its accompanying value of y, the fitted model can be used to make a prediction of the value of y.
 Given a variable y and a number of variables X1, ..., Xp that may be related to y, linear regression analysis can be
applied to quantify the strength of the relationship between y and the Xj, to assess which Xj may have no
relationship with y at all, and to identify which subsets of the Xj contain redundant information about y.
Equation - Linear Regression??
Slide 15
Linear Regression Case-study
Slide 16
Problem Statement
Slide 17
Computer manufacturing company is trying to analyse the data of the price of a computer
with another independent variable like- Cpu speed, Hard disc, RAM, Screen Size, CD (yes/no),
produced by premium company(yes/no) and so on. Based on this data, company wants to
decide on the price of a new configuration of PC.
About the data:
The company dataset looks like this:
This problem can be solved by a linear regression model
The Computer_Data looks like this:
Slide 18
Ad

More Related Content

Similar to Linear Regression with R programming.pptx (20)

DataScience_RoadMap_2023.pdf
DataScience_RoadMap_2023.pdfDataScience_RoadMap_2023.pdf
DataScience_RoadMap_2023.pdf
MuhammadRizwanAmanat
 
Regression with Microsoft Azure & Ms Excel
Regression with Microsoft Azure & Ms ExcelRegression with Microsoft Azure & Ms Excel
Regression with Microsoft Azure & Ms Excel
Dr. Abdul Ahad Abro
 
Python for Data Analysis: A Comprehensive Guide
Python for Data Analysis: A Comprehensive GuidePython for Data Analysis: A Comprehensive Guide
Python for Data Analysis: A Comprehensive Guide
Aivada
 
Data Science Interview Questions PDF By ScholarHat
Data Science Interview Questions PDF By ScholarHatData Science Interview Questions PDF By ScholarHat
Data Science Interview Questions PDF By ScholarHat
Scholarhat
 
SHAHBAZ_TECHNICAL_SEMINAR.docx
SHAHBAZ_TECHNICAL_SEMINAR.docxSHAHBAZ_TECHNICAL_SEMINAR.docx
SHAHBAZ_TECHNICAL_SEMINAR.docx
ShahbazKhan77289
 
Introduction MAchine Learning . Machine Learning is trendy concept
Introduction MAchine Learning . Machine Learning is trendy conceptIntroduction MAchine Learning . Machine Learning is trendy concept
Introduction MAchine Learning . Machine Learning is trendy concept
KiranMittal7
 
Twitter Sentiment Analysis
Twitter Sentiment AnalysisTwitter Sentiment Analysis
Twitter Sentiment Analysis
IRJET Journal
 
IRJET - Comparative Analysis of GUI based Prediction of Parkinson Disease usi...
IRJET - Comparative Analysis of GUI based Prediction of Parkinson Disease usi...IRJET - Comparative Analysis of GUI based Prediction of Parkinson Disease usi...
IRJET - Comparative Analysis of GUI based Prediction of Parkinson Disease usi...
IRJET Journal
 
Introduction to Data Analytics and data analytics life cycle
Introduction to Data Analytics and data analytics life cycleIntroduction to Data Analytics and data analytics life cycle
Introduction to Data Analytics and data analytics life cycle
Dr. Radhey Shyam
 
ml-03x01.pdf
ml-03x01.pdfml-03x01.pdf
ml-03x01.pdf
NextGenATM Erasmus+ Project
 
Introduction to Data Science.pptx
Introduction to Data Science.pptxIntroduction to Data Science.pptx
Introduction to Data Science.pptx
Vrishit Saraswat
 
THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...
THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...
THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...
ijcseit
 
THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...
THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...
THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...
IJCSES Journal
 
THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...
THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...
THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...
IJCSES Journal
 
The Data Scientist’s Toolkit: Key Techniques for Extracting Value
The Data Scientist’s Toolkit: Key Techniques for Extracting ValueThe Data Scientist’s Toolkit: Key Techniques for Extracting Value
The Data Scientist’s Toolkit: Key Techniques for Extracting Value
pallavichauhan2525
 
Running head CS688 – Data Analytics with R1CS688 – Data Analyt.docx
Running head CS688 – Data Analytics with R1CS688 – Data Analyt.docxRunning head CS688 – Data Analytics with R1CS688 – Data Analyt.docx
Running head CS688 – Data Analytics with R1CS688 – Data Analyt.docx
todd271
 
Proceedings of the 2015 Industrial and Systems Engineering Res.docx
Proceedings of the 2015 Industrial and Systems Engineering Res.docxProceedings of the 2015 Industrial and Systems Engineering Res.docx
Proceedings of the 2015 Industrial and Systems Engineering Res.docx
wkyra78
 
skil of data science.pptx
skil of  data science.pptxskil of  data science.pptx
skil of data science.pptx
AjayGupta390780
 
Using R for Classification of Large Social Network Data
Using R for Classification of Large Social Network DataUsing R for Classification of Large Social Network Data
Using R for Classification of Large Social Network Data
IJCSIS Research Publications
 
Introduction to R
Introduction to RIntroduction to R
Introduction to R
Ajay Ohri
 
Regression with Microsoft Azure & Ms Excel
Regression with Microsoft Azure & Ms ExcelRegression with Microsoft Azure & Ms Excel
Regression with Microsoft Azure & Ms Excel
Dr. Abdul Ahad Abro
 
Python for Data Analysis: A Comprehensive Guide
Python for Data Analysis: A Comprehensive GuidePython for Data Analysis: A Comprehensive Guide
Python for Data Analysis: A Comprehensive Guide
Aivada
 
Data Science Interview Questions PDF By ScholarHat
Data Science Interview Questions PDF By ScholarHatData Science Interview Questions PDF By ScholarHat
Data Science Interview Questions PDF By ScholarHat
Scholarhat
 
SHAHBAZ_TECHNICAL_SEMINAR.docx
SHAHBAZ_TECHNICAL_SEMINAR.docxSHAHBAZ_TECHNICAL_SEMINAR.docx
SHAHBAZ_TECHNICAL_SEMINAR.docx
ShahbazKhan77289
 
Introduction MAchine Learning . Machine Learning is trendy concept
Introduction MAchine Learning . Machine Learning is trendy conceptIntroduction MAchine Learning . Machine Learning is trendy concept
Introduction MAchine Learning . Machine Learning is trendy concept
KiranMittal7
 
Twitter Sentiment Analysis
Twitter Sentiment AnalysisTwitter Sentiment Analysis
Twitter Sentiment Analysis
IRJET Journal
 
IRJET - Comparative Analysis of GUI based Prediction of Parkinson Disease usi...
IRJET - Comparative Analysis of GUI based Prediction of Parkinson Disease usi...IRJET - Comparative Analysis of GUI based Prediction of Parkinson Disease usi...
IRJET - Comparative Analysis of GUI based Prediction of Parkinson Disease usi...
IRJET Journal
 
Introduction to Data Analytics and data analytics life cycle
Introduction to Data Analytics and data analytics life cycleIntroduction to Data Analytics and data analytics life cycle
Introduction to Data Analytics and data analytics life cycle
Dr. Radhey Shyam
 
Introduction to Data Science.pptx
Introduction to Data Science.pptxIntroduction to Data Science.pptx
Introduction to Data Science.pptx
Vrishit Saraswat
 
THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...
THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...
THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...
ijcseit
 
THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...
THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...
THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...
IJCSES Journal
 
THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...
THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...
THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...
IJCSES Journal
 
The Data Scientist’s Toolkit: Key Techniques for Extracting Value
The Data Scientist’s Toolkit: Key Techniques for Extracting ValueThe Data Scientist’s Toolkit: Key Techniques for Extracting Value
The Data Scientist’s Toolkit: Key Techniques for Extracting Value
pallavichauhan2525
 
Running head CS688 – Data Analytics with R1CS688 – Data Analyt.docx
Running head CS688 – Data Analytics with R1CS688 – Data Analyt.docxRunning head CS688 – Data Analytics with R1CS688 – Data Analyt.docx
Running head CS688 – Data Analytics with R1CS688 – Data Analyt.docx
todd271
 
Proceedings of the 2015 Industrial and Systems Engineering Res.docx
Proceedings of the 2015 Industrial and Systems Engineering Res.docxProceedings of the 2015 Industrial and Systems Engineering Res.docx
Proceedings of the 2015 Industrial and Systems Engineering Res.docx
wkyra78
 
skil of data science.pptx
skil of  data science.pptxskil of  data science.pptx
skil of data science.pptx
AjayGupta390780
 
Using R for Classification of Large Social Network Data
Using R for Classification of Large Social Network DataUsing R for Classification of Large Social Network Data
Using R for Classification of Large Social Network Data
IJCSIS Research Publications
 
Introduction to R
Introduction to RIntroduction to R
Introduction to R
Ajay Ohri
 

More from anshikagoel52 (18)

Securing E-Commerce Networks Presentation.ppt
Securing E-Commerce Networks Presentation.pptSecuring E-Commerce Networks Presentation.ppt
Securing E-Commerce Networks Presentation.ppt
anshikagoel52
 
Measures of Central Tendency Presentation.ppt
Measures of Central Tendency Presentation.pptMeasures of Central Tendency Presentation.ppt
Measures of Central Tendency Presentation.ppt
anshikagoel52
 
Supply Chain Management Sustainability.pptx
Supply Chain Management Sustainability.pptxSupply Chain Management Sustainability.pptx
Supply Chain Management Sustainability.pptx
anshikagoel52
 
Consumer Empowerment and Responsible Practices.ppt
Consumer Empowerment and Responsible Practices.pptConsumer Empowerment and Responsible Practices.ppt
Consumer Empowerment and Responsible Practices.ppt
anshikagoel52
 
Green guide for healthcare and sustainability.ppt
Green guide for healthcare and sustainability.pptGreen guide for healthcare and sustainability.ppt
Green guide for healthcare and sustainability.ppt
anshikagoel52
 
presentation sf_strategy_-_sustainable_finance_package_-_eesc_informal_meetin...
presentation sf_strategy_-_sustainable_finance_package_-_eesc_informal_meetin...presentation sf_strategy_-_sustainable_finance_package_-_eesc_informal_meetin...
presentation sf_strategy_-_sustainable_finance_package_-_eesc_informal_meetin...
anshikagoel52
 
Sustainable Development Goals Presentation.pptx
Sustainable Development Goals Presentation.pptxSustainable Development Goals Presentation.pptx
Sustainable Development Goals Presentation.pptx
anshikagoel52
 
Dividend Policy and Dividend Decision Theories.pptx
Dividend Policy and Dividend Decision Theories.pptxDividend Policy and Dividend Decision Theories.pptx
Dividend Policy and Dividend Decision Theories.pptx
anshikagoel52
 
Johari Window Training Presentation .ppt
Johari Window Training Presentation .pptJohari Window Training Presentation .ppt
Johari Window Training Presentation .ppt
anshikagoel52
 
PPt on Innovation Management and its Sources.ppt
PPt on Innovation Management and its Sources.pptPPt on Innovation Management and its Sources.ppt
PPt on Innovation Management and its Sources.ppt
anshikagoel52
 
History of Science and Technology in India.ppt
History of Science and Technology in India.pptHistory of Science and Technology in India.ppt
History of Science and Technology in India.ppt
anshikagoel52
 
Clustering in Tableau for Beginers .pptx
Clustering in Tableau for Beginers .pptxClustering in Tableau for Beginers .pptx
Clustering in Tableau for Beginers .pptx
anshikagoel52
 
Modeling in R Programming Language for Beginers.ppt
Modeling in R Programming Language for Beginers.pptModeling in R Programming Language for Beginers.ppt
Modeling in R Programming Language for Beginers.ppt
anshikagoel52
 
Lean Management Operations Maangement.pptx
Lean Management Operations Maangement.pptxLean Management Operations Maangement.pptx
Lean Management Operations Maangement.pptx
anshikagoel52
 
Nurturing Technology innovation Management.pptx
Nurturing Technology innovation Management.pptxNurturing Technology innovation Management.pptx
Nurturing Technology innovation Management.pptx
anshikagoel52
 
Technological Change in Organizations.pptx
Technological Change in Organizations.pptxTechnological Change in Organizations.pptx
Technological Change in Organizations.pptx
anshikagoel52
 
Cost of Capital Calculation and introduction.pptx
Cost of Capital Calculation and introduction.pptxCost of Capital Calculation and introduction.pptx
Cost of Capital Calculation and introduction.pptx
anshikagoel52
 
Introduction To Capital Budgeting Techniques.ppt
Introduction To Capital Budgeting Techniques.pptIntroduction To Capital Budgeting Techniques.ppt
Introduction To Capital Budgeting Techniques.ppt
anshikagoel52
 
Securing E-Commerce Networks Presentation.ppt
Securing E-Commerce Networks Presentation.pptSecuring E-Commerce Networks Presentation.ppt
Securing E-Commerce Networks Presentation.ppt
anshikagoel52
 
Measures of Central Tendency Presentation.ppt
Measures of Central Tendency Presentation.pptMeasures of Central Tendency Presentation.ppt
Measures of Central Tendency Presentation.ppt
anshikagoel52
 
Supply Chain Management Sustainability.pptx
Supply Chain Management Sustainability.pptxSupply Chain Management Sustainability.pptx
Supply Chain Management Sustainability.pptx
anshikagoel52
 
Consumer Empowerment and Responsible Practices.ppt
Consumer Empowerment and Responsible Practices.pptConsumer Empowerment and Responsible Practices.ppt
Consumer Empowerment and Responsible Practices.ppt
anshikagoel52
 
Green guide for healthcare and sustainability.ppt
Green guide for healthcare and sustainability.pptGreen guide for healthcare and sustainability.ppt
Green guide for healthcare and sustainability.ppt
anshikagoel52
 
presentation sf_strategy_-_sustainable_finance_package_-_eesc_informal_meetin...
presentation sf_strategy_-_sustainable_finance_package_-_eesc_informal_meetin...presentation sf_strategy_-_sustainable_finance_package_-_eesc_informal_meetin...
presentation sf_strategy_-_sustainable_finance_package_-_eesc_informal_meetin...
anshikagoel52
 
Sustainable Development Goals Presentation.pptx
Sustainable Development Goals Presentation.pptxSustainable Development Goals Presentation.pptx
Sustainable Development Goals Presentation.pptx
anshikagoel52
 
Dividend Policy and Dividend Decision Theories.pptx
Dividend Policy and Dividend Decision Theories.pptxDividend Policy and Dividend Decision Theories.pptx
Dividend Policy and Dividend Decision Theories.pptx
anshikagoel52
 
Johari Window Training Presentation .ppt
Johari Window Training Presentation .pptJohari Window Training Presentation .ppt
Johari Window Training Presentation .ppt
anshikagoel52
 
PPt on Innovation Management and its Sources.ppt
PPt on Innovation Management and its Sources.pptPPt on Innovation Management and its Sources.ppt
PPt on Innovation Management and its Sources.ppt
anshikagoel52
 
History of Science and Technology in India.ppt
History of Science and Technology in India.pptHistory of Science and Technology in India.ppt
History of Science and Technology in India.ppt
anshikagoel52
 
Clustering in Tableau for Beginers .pptx
Clustering in Tableau for Beginers .pptxClustering in Tableau for Beginers .pptx
Clustering in Tableau for Beginers .pptx
anshikagoel52
 
Modeling in R Programming Language for Beginers.ppt
Modeling in R Programming Language for Beginers.pptModeling in R Programming Language for Beginers.ppt
Modeling in R Programming Language for Beginers.ppt
anshikagoel52
 
Lean Management Operations Maangement.pptx
Lean Management Operations Maangement.pptxLean Management Operations Maangement.pptx
Lean Management Operations Maangement.pptx
anshikagoel52
 
Nurturing Technology innovation Management.pptx
Nurturing Technology innovation Management.pptxNurturing Technology innovation Management.pptx
Nurturing Technology innovation Management.pptx
anshikagoel52
 
Technological Change in Organizations.pptx
Technological Change in Organizations.pptxTechnological Change in Organizations.pptx
Technological Change in Organizations.pptx
anshikagoel52
 
Cost of Capital Calculation and introduction.pptx
Cost of Capital Calculation and introduction.pptxCost of Capital Calculation and introduction.pptx
Cost of Capital Calculation and introduction.pptx
anshikagoel52
 
Introduction To Capital Budgeting Techniques.ppt
Introduction To Capital Budgeting Techniques.pptIntroduction To Capital Budgeting Techniques.ppt
Introduction To Capital Budgeting Techniques.ppt
anshikagoel52
 
Ad

Recently uploaded (20)

2024 Digital Equity Accelerator Report.pdf
2024 Digital Equity Accelerator Report.pdf2024 Digital Equity Accelerator Report.pdf
2024 Digital Equity Accelerator Report.pdf
dominikamizerska1
 
Feature Engineering for Electronic Health Record Systems
Feature Engineering for Electronic Health Record SystemsFeature Engineering for Electronic Health Record Systems
Feature Engineering for Electronic Health Record Systems
Process mining Evangelist
 
report (maam dona subject).pptxhsgwiswhs
report (maam dona subject).pptxhsgwiswhsreport (maam dona subject).pptxhsgwiswhs
report (maam dona subject).pptxhsgwiswhs
AngelPinedaTaguinod
 
Time series analysis & forecasting day 2.pptx
Time series analysis & forecasting day 2.pptxTime series analysis & forecasting day 2.pptx
Time series analysis & forecasting day 2.pptx
AsmaaMahmoud89
 
Urban models for professional practice 03
Urban models for professional practice 03Urban models for professional practice 03
Urban models for professional practice 03
DanisseLoiDapdap
 
Get Started with FukreyGame Today!......
Get Started with FukreyGame Today!......Get Started with FukreyGame Today!......
Get Started with FukreyGame Today!......
liononline785
 
Language Learning App Data Research by Globibo [2025]
Language Learning App Data Research by Globibo [2025]Language Learning App Data Research by Globibo [2025]
Language Learning App Data Research by Globibo [2025]
globibo
 
How to make impact with process mining? - PGGM
How to make impact with process mining? - PGGMHow to make impact with process mining? - PGGM
How to make impact with process mining? - PGGM
Process mining Evangelist
 
From Data to Insight: How News Aggregator APIs Deliver Contextual Intelligence
From Data to Insight: How News Aggregator APIs Deliver Contextual IntelligenceFrom Data to Insight: How News Aggregator APIs Deliver Contextual Intelligence
From Data to Insight: How News Aggregator APIs Deliver Contextual Intelligence
Contify
 
Red Hat Openshift Training - openshift (1).pptx
Red Hat Openshift Training - openshift (1).pptxRed Hat Openshift Training - openshift (1).pptx
Red Hat Openshift Training - openshift (1).pptx
ssuserf60686
 
Snowflake training | Snowflake online course
Snowflake training | Snowflake online courseSnowflake training | Snowflake online course
Snowflake training | Snowflake online course
Accentfuture
 
Lesson-2.pptxjsjahajauahahagqiqhwjwjahaiq
Lesson-2.pptxjsjahajauahahagqiqhwjwjahaiqLesson-2.pptxjsjahajauahahagqiqhwjwjahaiq
Lesson-2.pptxjsjahajauahahagqiqhwjwjahaiq
AngelPinedaTaguinod
 
MLOps_with_SageMaker_Template_EN idioma inglés
MLOps_with_SageMaker_Template_EN idioma inglésMLOps_with_SageMaker_Template_EN idioma inglés
MLOps_with_SageMaker_Template_EN idioma inglés
FabianPierrePeaJacob
 
Unit 2 - Unified Modeling Language (UML).pdf
Unit 2 - Unified Modeling Language (UML).pdfUnit 2 - Unified Modeling Language (UML).pdf
Unit 2 - Unified Modeling Language (UML).pdf
sixokak391
 
Ann Naser Nabil- Data Scientist Portfolio.pdf
Ann Naser Nabil- Data Scientist Portfolio.pdfAnn Naser Nabil- Data Scientist Portfolio.pdf
Ann Naser Nabil- Data Scientist Portfolio.pdf
আন্ নাসের নাবিল
 
Dr. Robert Krug - Expert In Artificial Intelligence
Dr. Robert Krug - Expert In Artificial IntelligenceDr. Robert Krug - Expert In Artificial Intelligence
Dr. Robert Krug - Expert In Artificial Intelligence
Dr. Robert Krug
 
Important JavaScript Concepts Every Developer Must Know
Important JavaScript Concepts Every Developer Must KnowImportant JavaScript Concepts Every Developer Must Know
Important JavaScript Concepts Every Developer Must Know
yashikanigam1
 
Introduction to systems thinking tools_Eng.pdf
Introduction to systems thinking tools_Eng.pdfIntroduction to systems thinking tools_Eng.pdf
Introduction to systems thinking tools_Eng.pdf
AbdurahmanAbd
 
Responsible Data Science for Process Miners
Responsible Data Science for Process MinersResponsible Data Science for Process Miners
Responsible Data Science for Process Miners
Process mining Evangelist
 
How to Set Up Process Mining in a Decentralized Organization?
How to Set Up Process Mining in a Decentralized Organization?How to Set Up Process Mining in a Decentralized Organization?
How to Set Up Process Mining in a Decentralized Organization?
Process mining Evangelist
 
2024 Digital Equity Accelerator Report.pdf
2024 Digital Equity Accelerator Report.pdf2024 Digital Equity Accelerator Report.pdf
2024 Digital Equity Accelerator Report.pdf
dominikamizerska1
 
Feature Engineering for Electronic Health Record Systems
Feature Engineering for Electronic Health Record SystemsFeature Engineering for Electronic Health Record Systems
Feature Engineering for Electronic Health Record Systems
Process mining Evangelist
 
report (maam dona subject).pptxhsgwiswhs
report (maam dona subject).pptxhsgwiswhsreport (maam dona subject).pptxhsgwiswhs
report (maam dona subject).pptxhsgwiswhs
AngelPinedaTaguinod
 
Time series analysis & forecasting day 2.pptx
Time series analysis & forecasting day 2.pptxTime series analysis & forecasting day 2.pptx
Time series analysis & forecasting day 2.pptx
AsmaaMahmoud89
 
Urban models for professional practice 03
Urban models for professional practice 03Urban models for professional practice 03
Urban models for professional practice 03
DanisseLoiDapdap
 
Get Started with FukreyGame Today!......
Get Started with FukreyGame Today!......Get Started with FukreyGame Today!......
Get Started with FukreyGame Today!......
liononline785
 
Language Learning App Data Research by Globibo [2025]
Language Learning App Data Research by Globibo [2025]Language Learning App Data Research by Globibo [2025]
Language Learning App Data Research by Globibo [2025]
globibo
 
How to make impact with process mining? - PGGM
How to make impact with process mining? - PGGMHow to make impact with process mining? - PGGM
How to make impact with process mining? - PGGM
Process mining Evangelist
 
From Data to Insight: How News Aggregator APIs Deliver Contextual Intelligence
From Data to Insight: How News Aggregator APIs Deliver Contextual IntelligenceFrom Data to Insight: How News Aggregator APIs Deliver Contextual Intelligence
From Data to Insight: How News Aggregator APIs Deliver Contextual Intelligence
Contify
 
Red Hat Openshift Training - openshift (1).pptx
Red Hat Openshift Training - openshift (1).pptxRed Hat Openshift Training - openshift (1).pptx
Red Hat Openshift Training - openshift (1).pptx
ssuserf60686
 
Snowflake training | Snowflake online course
Snowflake training | Snowflake online courseSnowflake training | Snowflake online course
Snowflake training | Snowflake online course
Accentfuture
 
Lesson-2.pptxjsjahajauahahagqiqhwjwjahaiq
Lesson-2.pptxjsjahajauahahagqiqhwjwjahaiqLesson-2.pptxjsjahajauahahagqiqhwjwjahaiq
Lesson-2.pptxjsjahajauahahagqiqhwjwjahaiq
AngelPinedaTaguinod
 
MLOps_with_SageMaker_Template_EN idioma inglés
MLOps_with_SageMaker_Template_EN idioma inglésMLOps_with_SageMaker_Template_EN idioma inglés
MLOps_with_SageMaker_Template_EN idioma inglés
FabianPierrePeaJacob
 
Unit 2 - Unified Modeling Language (UML).pdf
Unit 2 - Unified Modeling Language (UML).pdfUnit 2 - Unified Modeling Language (UML).pdf
Unit 2 - Unified Modeling Language (UML).pdf
sixokak391
 
Dr. Robert Krug - Expert In Artificial Intelligence
Dr. Robert Krug - Expert In Artificial IntelligenceDr. Robert Krug - Expert In Artificial Intelligence
Dr. Robert Krug - Expert In Artificial Intelligence
Dr. Robert Krug
 
Important JavaScript Concepts Every Developer Must Know
Important JavaScript Concepts Every Developer Must KnowImportant JavaScript Concepts Every Developer Must Know
Important JavaScript Concepts Every Developer Must Know
yashikanigam1
 
Introduction to systems thinking tools_Eng.pdf
Introduction to systems thinking tools_Eng.pdfIntroduction to systems thinking tools_Eng.pdf
Introduction to systems thinking tools_Eng.pdf
AbdurahmanAbd
 
How to Set Up Process Mining in a Decentralized Organization?
How to Set Up Process Mining in a Decentralized Organization?How to Set Up Process Mining in a Decentralized Organization?
How to Set Up Process Mining in a Decentralized Organization?
Process mining Evangelist
 
Ad

Linear Regression with R programming.pptx

  • 2. Objectives Slide 2 What is data mining What is Business Analytics Stages of Analytics / data mining What is R Overview of Machine Learning  What is Linear Regression Case Study
  • 3. Data mining ?? Slide 3 Generally, data mining is the process of studying data from maximum possible dimensions and summarizing it into useful information Technically, data mining is the process of finding correlations or patterns among dozens of fields in large data generated from business Or you can say, data mining is the process finding useful information from the data and then devising knowledge out of it for improving future of our business » Data ?? Data are any facts, numbers, or text is getting produced by existing system » Information ?? The patterns, associations, or relationships among all this data can provide information » Knowledge ?? Information can be converted into knowledge about historical patterns and future trends. For example summary of sales in off season may help to start some offers in that period to increase sales
  • 4. Business Analytics Why Business Analytics is getting popular these days ? Cost of storing data Cost of processing data Slide 4
  • 5. Cross Industry standard Process for data mining ( CRISP – DM ) Stages of Analytics / Data Mining Slide 5
  • 6. What is R R is Programming Language R is Environment for Statistical Analysis R is Data Analysis Software Slide 6
  • 7. R : Characteristics Slide 7 Effective and fast data handling and storage facility A bunch of operators for calculations on arrays, lists, vectors etc A large integrated collection of tools for data analysis, and visualization Facilities for data analysis using graphs and display either directly at the computer or paper A well implemented and effective programming language called ‘S’ on top of which R is built A complete range of packages to extend and enrich the functionality of R
  • 8. Data Visualization in R This plot represents the locations of all the traffic signals in the city. It is recognizable as Toronto without any other geographic data being plotted - the structure of the city comes out in the data alone. Twitter @edurekaIN, Facebook /edurekaIN, use #AskEdureka for Questions Slide 8 www.edureka.co/r-for-analytics
  • 9. Who Uses R : Domains  Telecom  Pharmaceuticals  Financial Services  Life Sciences  Education, etc Twitter @edurekaIN, Facebook /edurekaIN, use #AskEdureka for Questions Slide 9 www.edureka.co/r-for-analytics
  • 10. Types of Learning Supervised Learning Unsupervised Learning 1. Uses a known dataset to make predictions. 2. The training dataset includes input data and response values. 3. From it, the supervised learning algorithm builds a model to make predictions of the response values for a new dataset. 1. Draw inferences from datasets consisting of input data without labeled responses. 2. Used for exploratory data analysis to find hidden patterns or grouping in data 3. The most common unsupervised learning method is cluster analysis. Machine Learning Twitter @edurekaIN, Facebook /edurekaIN, use #AskEdureka for Questions Slide 10 www.edureka.co/r-for-analytics
  • 11. Common Machine Learning Algorithms Types of Learning Supervised Learning Unsupervised Learning Algorithms  Naïve Bayes  Support Vector Machines  Random Forests  Decision Trees Algorithms  K-means  Fuzzy Clustering  Hierarchical Clustering Gaussian mixture models Self-organizing maps Twitter @edurekaIN, Facebook /edurekaIN, use #AskEdureka for Questions Slide 11 www.edureka.co/r-for-analytics
  • 13. What is Linear Regression?? Slide 13  In statistics, linear regression is an approach for modeling the relationship between a scalar dependent variable y and one or more explanatory variables (or independent variable) denoted X.  The case of one explanatory variable is called simple linear regression.  For more than one explanatory variable, the process is called multiple linear regression  Data are modeled using linear predictor functions, and unknown model parameters are estimated from the data.
  • 14. Where to Use Linear Regression?? Slide 14 Linear regression has many practical uses. Most applications fall into one of the following two broad categories:  If the goal is prediction, or forecasting, or reduction, linear regression can be used to fit a predictive model to an observed data set of y and X values. After developing such a model, if an additional value of X is then given without its accompanying value of y, the fitted model can be used to make a prediction of the value of y.  Given a variable y and a number of variables X1, ..., Xp that may be related to y, linear regression analysis can be applied to quantify the strength of the relationship between y and the Xj, to assess which Xj may have no relationship with y at all, and to identify which subsets of the Xj contain redundant information about y.
  • 15. Equation - Linear Regression?? Slide 15
  • 17. Problem Statement Slide 17 Computer manufacturing company is trying to analyse the data of the price of a computer with another independent variable like- Cpu speed, Hard disc, RAM, Screen Size, CD (yes/no), produced by premium company(yes/no) and so on. Based on this data, company wants to decide on the price of a new configuration of PC. About the data:
  • 18. The company dataset looks like this: This problem can be solved by a linear regression model The Computer_Data looks like this: Slide 18
  翻译: