SlideShare a Scribd company logo
1 of 49
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
Agenda for Todayā€™s Session
Why Data Science?
What is Data Science?
Who is a Data Scientist?
How a Problem is Solved in Data Science?
Data Science Components
Demo
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
Why Data Science?
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
Why Data Science?
The most abundant thing today, is data. We have data about everything which is increasing multifolds everyday!
Increase in data
Then
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
What is Data Science?
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
What is Data Science?
It is called data-driven science, it is an inter-disciplinary field about scientific methods, processes and systems to extract
knowledge or insights from data in various forms, either structured or unstructured.
A question that usually is asked to data scientists is
ā€œTell us something, that we donā€™t know?ā€
It involves:
Programming + Statistics + Business
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
Who is a Data Scientist?
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
Who is a Data Scientist?
MATHS
Statistics
Discrete Maths
Information Theory
Combinatorics
Decision Theory
Machine Learning
Data Viz Builders
Statistical
Programmers
Econometricians
Management
Scientists
Actuaries
DATA
SCIENTIST
BUSINESS
Economics
Finance
Marketing
Operations
Management
INFORMATION
SYSTEMS
Computer Science
Software Engineering
Systems Development
BI Developers
Data Analysis
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
Role Of A Data Scientist
The Data Scientist will be responsible for designing and creating processes and layouts for complex,
large-scale data sets used for modeling, data mining, and research purposes.
Responsibilities
āž¢ Selecting features, building and optimizing classifiers using machine learning techniques.
āž¢ Data mining using state-of-the-art methods.
āž¢ Extending companyā€™s data with third party sources of information when needed.
āž¢ Processing, cleansing, and verifying the integrity of data for analysis.
āž¢ Building predictive models using Machine Learning algorithms.
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
How a problem is solved in Data Science?
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
Problem Solving in Data Science
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
Problem Solving in Data Science
Discovery
Data Preparation
Model Planning
Model Building
Operationalize
Communicate Results
āž¢ Discovery involves acquiring data from all the identified internal and external
sources that can help answer the business question.
āž¢ This data could be
ā€¢ logs from webservers
ā€¢ social media data
ā€¢ census datasets
ā€¢ data streamed from online sources via APIs
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
Problem Solving in Data Science
Discovery
Data Preparation
Model Planning
Model Building
Operationalize
Communicate Results
Doctor gets this data from the medical history
of the patient.
Attributes:
npreg ā€“ Number of times pregnant
glucose ā€“ Plasma glucose concentration
bp ā€“ Blood pressure
skin ā€“ Triceps skinfold thickness
bmi ā€“ Body mass index
ped ā€“ Diabetes pedigree function
age ā€“ Age
income ā€“ Income
Income is an irrelevant attribute in the
prediction of diabetes
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
Problem Solving in Data Science
Discovery
Data Preparation
Model Planning
Model Building
Operationalize
Communicate Results
āž¢ The data can have a lot of inconsistencies like missing values, blank columns,
abrupt values and incorrect data format which need to be cleaned.
āž¢ It is required to explore, preprocess and condition data prior to modeling.
āž¢ This will help you to spot the outliers and establish a relationship between the
variables.
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
Problem Solving in Data Science
Discovery
Data Preparation
Model Planning
Model Building
Operationalize
Communicate Results
This data has lot of anomalies and needs cleansing before further analysis
can be done.
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
Problem Solving in Data Science
Discovery
Data Preparation
Model Planning
Model Building
Operationalize
Communicate
Results
We clean and preprocess this data by removing the outliers, filling up the
null values and normalizing the data type.
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
Problem Solving in Data Science
Discovery
Data Preparation
Model Planning
Model Building
Operationalize
Communicate Results
āž¢ Here, we determine the methods and techniques to draw the relationships
between variable.
āž¢ Apply Exploratory Data Analytics (EDA) using various statistical formulas and
visualization tools.
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
Problem Solving in Data Science
Discovery
Data Preparation
Model Planning
Model Building
Operationalize
Communicate
Results
Use of visualization techniques like histograms, line graphs, box plots to get a fair idea
of the distribution of data.
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
Problem Solving in Data Science
Discovery
Data Preparation
Model Planning
Model Building
Operationalize
Communicate Results
āž¢ Develop datasets for training and testing purposes.
āž¢ Consider whether existing tools will suffice for running the models.
āž¢ Analyze various learning techniques like classification, association and clustering
to build the model.
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
Problem Solving in Data Science
Discovery
Data Preparation
Model Planning
Model Building
Operationalize
Communicate
Results
This is a decision tree based on different attributes.
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
Problem Solving in Data Science
Discovery
Data Preparation
Model Planning
Model Building
Operationalize
Communicate Results
āž¢Deliver final reports, briefings, code and technical documents.
āž¢Implement pilot project in a real-time production environment.
āž¢Look for performance constraints if any.
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
Problem Solving in Data Science
Discovery
Initialization
Model Planning
Model Building
Deployment
Communicate Results
āž¢ Identify all the key findings and communicate to the stakeholders.
āž¢ Explaining the model and result to medical authorities.
āž¢ Determine if the results of the project are a success or a failure based on the
criteria developed.
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
Problem Solving in Data Science
Discovery
Initialization
Model Planning
Model Building
Deployment
Communicate Results
āž¢ Diabetes Positive set:
ā€¢ glucose > 154
ā€¢ glucose >127 & <= 154 + bmi >30.9
ā€¢ glucose<=127 + pregnant >5
ā€¢ glucose<=127 + pregnant <=5 + age >28
ā€¢ glucose<=127 + pregnant <=5 + age <=28 +bmi > 30.9
āž¢ Diabetes Negative set:
ā€¢ glucose > 154
ā€¢ glucose >127 & <= 154 + bmi <=30.9
ā€¢ glucose<=127 + pregnant <=5 + age <=28 +bmi <= 30.9
āž¢ We can use this decision tree result to know whether the patient is vulnerable
to diabetes or not.
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
How to choose Algorithms in Data Science?
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
Problem Solving in Data Science
We take a top down approach to answer the same:
Classification Algorithm
Anomaly Detection Algorithm
Regression Algorithms
Clustering Algorithms
Reinforcement Learning
Q1.
Q2.
Q4.
Q3.
Q5.
Is this A or B?
Is this weird?
How much or how many?
How is this organized?
What should I do next?
These are the 5 questions which can be answered in data science.
These algorithms are fitted into three types of categories, which are the following:
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
Categories of Algorithms
Supervised Learning Reinforcement Learning Unsupervised Learning
Types of Learning
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
Supervised Learning
Supervised Learning
Unsupervised Learning
Reinforcement Learning
Letā€™s take an example here. Say you are a teacher, and your way of teaching is,
To teach by example, i.e for every problem in their life you are providing solutions to them,
this type of learning is called supervised learning.
Letā€™s take the same example forward:
Supervised learning is a type of machine learning algorithm that uses a known dataset
(called the training dataset) to make predictions. The training dataset includes input data
and response values. From it, the supervised learning algorithm seeks to build a model that
can make predictions of the response values for a new dataset.
Teaching by Example
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
Unsupervised Learning
Supervised Learning
Unsupervised Learning
Reinforcement Learning
When your kids are taking decisions out of their own understanding, this type of learning
would be Unsupervised Learning.
Unsupervised learning is a type of machine learning algorithm used to draw inferences
from datasets consisting of input data without labeled responses.
Self Learning
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
Reinforcement learning is an area of machine learning inspired by behaviorist psychology,
concerned with how software agents ought to take actions in an environment so as to
maximize some notion of cumulative reward.
Reinforcement Learning
Supervised Learning
Unsupervised Learning
Reinforcement Learning
If a new situation comes up, the kid will take actions on his own i.e from his past
experiences, but as a parent towards the end of an action you can tell him whether he did
good or not.
Good or Bad?
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
Data Science Tools
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
Data Science Tools
The tool that is widely used by Data Analysts is R
R is an open source programming language and software environment for statistical computing and graphics that is supported by
the R Foundation for Statistical Computing. The R language is widely used among statisticians and data miners for developing
statistical software and data analysis.
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
Why R?
Programming and Statistical Language
Data Analysis and Visualization
Apart from being used as a statistical language , it can
also be used a programming language for
analytical purposes.
Apart from being one of the most dominant analytics tools, R also
is one of the most popular tools used for data visualization.
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
Why R?
Simple and Easy to Learn
Free and Open Source
R is a simple and easy to learn, read & write
R is an example of a FLOSS (Free/Libre and Open Source
Software) which means one can freely distribute copies of this
software, read it's source code, modify it, etc.
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
Datasets
A collection of related sets of information that is composed of separate elements but can be manipulated as a unit by a
computer
Now to do any kind of analysis, you need data right? This need of data is fulfilled through Data Sets.
What are datasets?
Sample Dataset
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
Datasets
But what if you have a HUGE dataset!
Ever heard of Big Data?
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
What is Big Data?
www.edureka.co/big-data-and-hadoopEDUREKA HADOOP CERTIFICATION TRAINING
What is Big Data?
ā€œBig data is the term for a collection of data sets so large and complex that it becomes difficult to process
using on-hand database management tools or traditional data processing applicationsā€
Volume Variety Velocity Value Veracity
Uncertainty and
inconsistencies in
the data
Finding correct
meaning out of the
data
Data is being
generated at an
alarming rate
Processing different
types of data
Processing
increasing huge
data sets
www.edureka.co/big-data-and-hadoopEDUREKA HADOOP CERTIFICATION TRAINING
Big Data
Now these problems had to be dealt with, right?
Hence, Hadoop came into the picture.
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
What is Hadoop?
www.edureka.co/big-data-and-hadoopEDUREKA HADOOP CERTIFICATION TRAINING
What is Hadoop?
Hadoop is a framework that allows us to store and process large data sets in parallel and distributed fashion
H A D O O P
Storage:
Distributed File System
Processing:
Allows parallel &
distributed processing
www.edureka.co/big-data-and-hadoopEDUREKA HADOOP CERTIFICATION TRAINING
What is Hadoop?
Hadoop is a framework that allows us to store and process large data sets in parallel and distributed fashion
H A D O O P
Storage:
Distributed File System
Processing:
Allows parallel &
distributed processing
www.edureka.co/big-data-and-hadoopEDUREKA HADOOP CERTIFICATION TRAINING
What is Hadoop?
Hadoop is a framework that allows us to store and process large data sets in parallel and distributed fashion
H A D O O P
Storage:
Distributed File System
Processing:
Allows parallel &
distributed processing
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
What is Hadoop?
Now you need a data analytics tool, which can handle this much processing and data.
For that we use Spark R
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
What is Spark R?
SparkR is an R package that provides a light-weight frontend to use Apache Spark from R. In Spark 2.1.1,SparkR provides a
distributed data frame implementation that supports operations like selection, filtering, aggregation etc. (similar to R data
frames, dplyr) but on large datasets.
WOW!
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
Demo
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
Demo
This dataset provides detailed road safety data about the circumstances of personal injury road accidents from 1979 -2013. Our
aim is to find the following things:
To find the number of accidents happened:
āœ“ In various weather conditions
āœ“ In various light conditions
āœ“ In various road surface conditions
āœ“ With make information of the accident vehicles
āœ“ During various days of week
āœ“ On various road types
āœ“ Number of casualties per accident per year
āœ“ Number of accidents happening at various speed limits
We have to find the results of the queries in Hadoop
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
Demo
with make information of the accident vehicles
Huge amount of
Accident data
1 Data Stored
in HDFS
2 Using R for
Analysis
3
in various weather conditions
in various light conditions
in various road surface conditions
Analyze the following queries for accidents
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
Session In A Minute
Why Data Science?
Demo
How is a problem solved in Data
Science?
Who is a Data Scientist?
Data Science Components
What is Data Science?
www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training
Thank You ā€¦
Questions/Queries/Feedback

More Related Content

What's hot

What Is Data Science? | Introduction to Data Science | Data Science For Begin...
What Is Data Science? | Introduction to Data Science | Data Science For Begin...What Is Data Science? | Introduction to Data Science | Data Science For Begin...
What Is Data Science? | Introduction to Data Science | Data Science For Begin...Simplilearn
Ā 
Introduction of Data Science
Introduction of Data ScienceIntroduction of Data Science
Introduction of Data ScienceJason Geng
Ā 
Data science presentation
Data science presentationData science presentation
Data science presentationMSDEVMTL
Ā 
Introduction to data science club
Introduction to data science clubIntroduction to data science club
Introduction to data science clubData Science Club
Ā 
What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...
What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...
What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...Edureka!
Ā 
Data Science Training | Data Science For Beginners | Data Science With Python...
Data Science Training | Data Science For Beginners | Data Science With Python...Data Science Training | Data Science For Beginners | Data Science With Python...
Data Science Training | Data Science For Beginners | Data Science With Python...Simplilearn
Ā 
Data Science Introduction
Data Science IntroductionData Science Introduction
Data Science IntroductionGang Tao
Ā 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data ScienceEdureka!
Ā 
Data Science Training | Data Science Tutorial | Data Science Certification | ...
Data Science Training | Data Science Tutorial | Data Science Certification | ...Data Science Training | Data Science Tutorial | Data Science Certification | ...
Data Science Training | Data Science Tutorial | Data Science Certification | ...Edureka!
Ā 
Introduction to data science.pptx
Introduction to data science.pptxIntroduction to data science.pptx
Introduction to data science.pptxSadhanaParameswaran
Ā 
Data Science
Data ScienceData Science
Data ScienceAmit Singh
Ā 
introduction to data science
introduction to data scienceintroduction to data science
introduction to data sciencebhavesh lande
Ā 
Data Science Training | Data Science Tutorial for Beginners | Data Science wi...
Data Science Training | Data Science Tutorial for Beginners | Data Science wi...Data Science Training | Data Science Tutorial for Beginners | Data Science wi...
Data Science Training | Data Science Tutorial for Beginners | Data Science wi...Edureka!
Ā 
Data science | What is Data science
Data science | What is Data scienceData science | What is Data science
Data science | What is Data scienceShilpaKrishna6
Ā 
The Future of Data Science
The Future of Data ScienceThe Future of Data Science
The Future of Data ScienceDataWorks Summit
Ā 
Data Science Full Course | Edureka
Data Science Full Course | EdurekaData Science Full Course | Edureka
Data Science Full Course | EdurekaEdureka!
Ā 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data ScienceNiko Vuokko
Ā 
Data science & data scientist
Data science & data scientistData science & data scientist
Data science & data scientistVijayMohan Vasu
Ā 

What's hot (20)

What Is Data Science? | Introduction to Data Science | Data Science For Begin...
What Is Data Science? | Introduction to Data Science | Data Science For Begin...What Is Data Science? | Introduction to Data Science | Data Science For Begin...
What Is Data Science? | Introduction to Data Science | Data Science For Begin...
Ā 
Introduction of Data Science
Introduction of Data ScienceIntroduction of Data Science
Introduction of Data Science
Ā 
Data science presentation
Data science presentationData science presentation
Data science presentation
Ā 
Introduction to data science club
Introduction to data science clubIntroduction to data science club
Introduction to data science club
Ā 
What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...
What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...
What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...
Ā 
Data science
Data scienceData science
Data science
Ā 
Data Science Training | Data Science For Beginners | Data Science With Python...
Data Science Training | Data Science For Beginners | Data Science With Python...Data Science Training | Data Science For Beginners | Data Science With Python...
Data Science Training | Data Science For Beginners | Data Science With Python...
Ā 
Data Science Introduction
Data Science IntroductionData Science Introduction
Data Science Introduction
Ā 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
Ā 
Data Science Training | Data Science Tutorial | Data Science Certification | ...
Data Science Training | Data Science Tutorial | Data Science Certification | ...Data Science Training | Data Science Tutorial | Data Science Certification | ...
Data Science Training | Data Science Tutorial | Data Science Certification | ...
Ā 
Introduction to data science.pptx
Introduction to data science.pptxIntroduction to data science.pptx
Introduction to data science.pptx
Ā 
Data Science
Data ScienceData Science
Data Science
Ā 
introduction to data science
introduction to data scienceintroduction to data science
introduction to data science
Ā 
Data Science Training | Data Science Tutorial for Beginners | Data Science wi...
Data Science Training | Data Science Tutorial for Beginners | Data Science wi...Data Science Training | Data Science Tutorial for Beginners | Data Science wi...
Data Science Training | Data Science Tutorial for Beginners | Data Science wi...
Ā 
Data science | What is Data science
Data science | What is Data scienceData science | What is Data science
Data science | What is Data science
Ā 
Data science
Data scienceData science
Data science
Ā 
The Future of Data Science
The Future of Data ScienceThe Future of Data Science
The Future of Data Science
Ā 
Data Science Full Course | Edureka
Data Science Full Course | EdurekaData Science Full Course | Edureka
Data Science Full Course | Edureka
Ā 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
Ā 
Data science & data scientist
Data science & data scientistData science & data scientist
Data science & data scientist
Ā 

Viewers also liked

Power BI Training | Getting Started with Power BI | Power BI Tutorial | Power...
Power BI Training | Getting Started with Power BI | Power BI Tutorial | Power...Power BI Training | Getting Started with Power BI | Power BI Tutorial | Power...
Power BI Training | Getting Started with Power BI | Power BI Tutorial | Power...Edureka!
Ā 
What Is DevOps? | Introduction To DevOps | DevOps Tools | DevOps Tutorial | D...
What Is DevOps? | Introduction To DevOps | DevOps Tools | DevOps Tutorial | D...What Is DevOps? | Introduction To DevOps | DevOps Tools | DevOps Tutorial | D...
What Is DevOps? | Introduction To DevOps | DevOps Tools | DevOps Tutorial | D...Edureka!
Ā 
Bitcoin Blockchain Explained | Understanding Bitcoin and Blockchain | Blockch...
Bitcoin Blockchain Explained | Understanding Bitcoin and Blockchain | Blockch...Bitcoin Blockchain Explained | Understanding Bitcoin and Blockchain | Blockch...
Bitcoin Blockchain Explained | Understanding Bitcoin and Blockchain | Blockch...Edureka!
Ā 
Android Studio Tutorial For Beginners -2 | Android Development Tutorial | And...
Android Studio Tutorial For Beginners -2 | Android Development Tutorial | And...Android Studio Tutorial For Beginners -2 | Android Development Tutorial | And...
Android Studio Tutorial For Beginners -2 | Android Development Tutorial | And...Edureka!
Ā 
Angular 4 Tutorial For Beginners | Angular 4 Introduction | Angular 4 Trainin...
Angular 4 Tutorial For Beginners | Angular 4 Introduction | Angular 4 Trainin...Angular 4 Tutorial For Beginners | Angular 4 Introduction | Angular 4 Trainin...
Angular 4 Tutorial For Beginners | Angular 4 Introduction | Angular 4 Trainin...Edureka!
Ā 
Big Data Use Cases | Hadoop Tutorial for Beginners | Hadoop Training | Edureka
Big Data Use Cases | Hadoop Tutorial for Beginners | Hadoop Training | EdurekaBig Data Use Cases | Hadoop Tutorial for Beginners | Hadoop Training | Edureka
Big Data Use Cases | Hadoop Tutorial for Beginners | Hadoop Training | EdurekaEdureka!
Ā 
Angular 4 Components | Angular 4 Tutorial For Beginners | Learn Angular 4 | E...
Angular 4 Components | Angular 4 Tutorial For Beginners | Learn Angular 4 | E...Angular 4 Components | Angular 4 Tutorial For Beginners | Learn Angular 4 | E...
Angular 4 Components | Angular 4 Tutorial For Beginners | Learn Angular 4 | E...Edureka!
Ā 
Artificial Neural Network Tutorial | Deep Learning With Neural Networks | Edu...
Artificial Neural Network Tutorial | Deep Learning With Neural Networks | Edu...Artificial Neural Network Tutorial | Deep Learning With Neural Networks | Edu...
Artificial Neural Network Tutorial | Deep Learning With Neural Networks | Edu...Edureka!
Ā 
Docker Compose | Containerizing MEAN Stack Application | DevOps Tutorial | Ed...
Docker Compose | Containerizing MEAN Stack Application | DevOps Tutorial | Ed...Docker Compose | Containerizing MEAN Stack Application | DevOps Tutorial | Ed...
Docker Compose | Containerizing MEAN Stack Application | DevOps Tutorial | Ed...Edureka!
Ā 
Django Rest Framework | How to Create a RESTful API Using Django | Django Tut...
Django Rest Framework | How to Create a RESTful API Using Django | Django Tut...Django Rest Framework | How to Create a RESTful API Using Django | Django Tut...
Django Rest Framework | How to Create a RESTful API Using Django | Django Tut...Edureka!
Ā 
Selenium Page Object Model Using Page Factory | Selenium Tutorial For Beginne...
Selenium Page Object Model Using Page Factory | Selenium Tutorial For Beginne...Selenium Page Object Model Using Page Factory | Selenium Tutorial For Beginne...
Selenium Page Object Model Using Page Factory | Selenium Tutorial For Beginne...Edureka!
Ā 
Docker Swarm For High Availability | Docker Tutorial | DevOps Tutorial | Edureka
Docker Swarm For High Availability | Docker Tutorial | DevOps Tutorial | EdurekaDocker Swarm For High Availability | Docker Tutorial | DevOps Tutorial | Edureka
Docker Swarm For High Availability | Docker Tutorial | DevOps Tutorial | EdurekaEdureka!
Ā 
Cloud Computing Tutorial For Beginners | What is Cloud Computing | AWS Traini...
Cloud Computing Tutorial For Beginners | What is Cloud Computing | AWS Traini...Cloud Computing Tutorial For Beginners | What is Cloud Computing | AWS Traini...
Cloud Computing Tutorial For Beginners | What is Cloud Computing | AWS Traini...Edureka!
Ā 
Angular 4 Data Binding | Two Way Data Binding in Angular 4 | Angular 4 Tutori...
Angular 4 Data Binding | Two Way Data Binding in Angular 4 | Angular 4 Tutori...Angular 4 Data Binding | Two Way Data Binding in Angular 4 | Angular 4 Tutori...
Angular 4 Data Binding | Two Way Data Binding in Angular 4 | Angular 4 Tutori...Edureka!
Ā 
Introduction To TensorFlow | Deep Learning Using TensorFlow | TensorFlow Tuto...
Introduction To TensorFlow | Deep Learning Using TensorFlow | TensorFlow Tuto...Introduction To TensorFlow | Deep Learning Using TensorFlow | TensorFlow Tuto...
Introduction To TensorFlow | Deep Learning Using TensorFlow | TensorFlow Tuto...Edureka!
Ā 
Azure Interview Questions And Answers | Azure Tutorial For Beginners | Azure ...
Azure Interview Questions And Answers | Azure Tutorial For Beginners | Azure ...Azure Interview Questions And Answers | Azure Tutorial For Beginners | Azure ...
Azure Interview Questions And Answers | Azure Tutorial For Beginners | Azure ...Edureka!
Ā 
React Components Lifecycle | React Tutorial for Beginners | ReactJS Training ...
React Components Lifecycle | React Tutorial for Beginners | ReactJS Training ...React Components Lifecycle | React Tutorial for Beginners | ReactJS Training ...
React Components Lifecycle | React Tutorial for Beginners | ReactJS Training ...Edureka!
Ā 
Machine Learning In Python | Python Machine Learning Tutorial | Deep Learning...
Machine Learning In Python | Python Machine Learning Tutorial | Deep Learning...Machine Learning In Python | Python Machine Learning Tutorial | Deep Learning...
Machine Learning In Python | Python Machine Learning Tutorial | Deep Learning...Edureka!
Ā 
ReactJS Tutorial For Beginners | ReactJS Redux Training For Beginners | React...
ReactJS Tutorial For Beginners | ReactJS Redux Training For Beginners | React...ReactJS Tutorial For Beginners | ReactJS Redux Training For Beginners | React...
ReactJS Tutorial For Beginners | ReactJS Redux Training For Beginners | React...Edureka!
Ā 
Big Data Tutorial For Beginners | What Is Big Data | Big Data Tutorial | Hado...
Big Data Tutorial For Beginners | What Is Big Data | Big Data Tutorial | Hado...Big Data Tutorial For Beginners | What Is Big Data | Big Data Tutorial | Hado...
Big Data Tutorial For Beginners | What Is Big Data | Big Data Tutorial | Hado...Edureka!
Ā 

Viewers also liked (20)

Power BI Training | Getting Started with Power BI | Power BI Tutorial | Power...
Power BI Training | Getting Started with Power BI | Power BI Tutorial | Power...Power BI Training | Getting Started with Power BI | Power BI Tutorial | Power...
Power BI Training | Getting Started with Power BI | Power BI Tutorial | Power...
Ā 
What Is DevOps? | Introduction To DevOps | DevOps Tools | DevOps Tutorial | D...
What Is DevOps? | Introduction To DevOps | DevOps Tools | DevOps Tutorial | D...What Is DevOps? | Introduction To DevOps | DevOps Tools | DevOps Tutorial | D...
What Is DevOps? | Introduction To DevOps | DevOps Tools | DevOps Tutorial | D...
Ā 
Bitcoin Blockchain Explained | Understanding Bitcoin and Blockchain | Blockch...
Bitcoin Blockchain Explained | Understanding Bitcoin and Blockchain | Blockch...Bitcoin Blockchain Explained | Understanding Bitcoin and Blockchain | Blockch...
Bitcoin Blockchain Explained | Understanding Bitcoin and Blockchain | Blockch...
Ā 
Android Studio Tutorial For Beginners -2 | Android Development Tutorial | And...
Android Studio Tutorial For Beginners -2 | Android Development Tutorial | And...Android Studio Tutorial For Beginners -2 | Android Development Tutorial | And...
Android Studio Tutorial For Beginners -2 | Android Development Tutorial | And...
Ā 
Angular 4 Tutorial For Beginners | Angular 4 Introduction | Angular 4 Trainin...
Angular 4 Tutorial For Beginners | Angular 4 Introduction | Angular 4 Trainin...Angular 4 Tutorial For Beginners | Angular 4 Introduction | Angular 4 Trainin...
Angular 4 Tutorial For Beginners | Angular 4 Introduction | Angular 4 Trainin...
Ā 
Big Data Use Cases | Hadoop Tutorial for Beginners | Hadoop Training | Edureka
Big Data Use Cases | Hadoop Tutorial for Beginners | Hadoop Training | EdurekaBig Data Use Cases | Hadoop Tutorial for Beginners | Hadoop Training | Edureka
Big Data Use Cases | Hadoop Tutorial for Beginners | Hadoop Training | Edureka
Ā 
Angular 4 Components | Angular 4 Tutorial For Beginners | Learn Angular 4 | E...
Angular 4 Components | Angular 4 Tutorial For Beginners | Learn Angular 4 | E...Angular 4 Components | Angular 4 Tutorial For Beginners | Learn Angular 4 | E...
Angular 4 Components | Angular 4 Tutorial For Beginners | Learn Angular 4 | E...
Ā 
Artificial Neural Network Tutorial | Deep Learning With Neural Networks | Edu...
Artificial Neural Network Tutorial | Deep Learning With Neural Networks | Edu...Artificial Neural Network Tutorial | Deep Learning With Neural Networks | Edu...
Artificial Neural Network Tutorial | Deep Learning With Neural Networks | Edu...
Ā 
Docker Compose | Containerizing MEAN Stack Application | DevOps Tutorial | Ed...
Docker Compose | Containerizing MEAN Stack Application | DevOps Tutorial | Ed...Docker Compose | Containerizing MEAN Stack Application | DevOps Tutorial | Ed...
Docker Compose | Containerizing MEAN Stack Application | DevOps Tutorial | Ed...
Ā 
Django Rest Framework | How to Create a RESTful API Using Django | Django Tut...
Django Rest Framework | How to Create a RESTful API Using Django | Django Tut...Django Rest Framework | How to Create a RESTful API Using Django | Django Tut...
Django Rest Framework | How to Create a RESTful API Using Django | Django Tut...
Ā 
Selenium Page Object Model Using Page Factory | Selenium Tutorial For Beginne...
Selenium Page Object Model Using Page Factory | Selenium Tutorial For Beginne...Selenium Page Object Model Using Page Factory | Selenium Tutorial For Beginne...
Selenium Page Object Model Using Page Factory | Selenium Tutorial For Beginne...
Ā 
Docker Swarm For High Availability | Docker Tutorial | DevOps Tutorial | Edureka
Docker Swarm For High Availability | Docker Tutorial | DevOps Tutorial | EdurekaDocker Swarm For High Availability | Docker Tutorial | DevOps Tutorial | Edureka
Docker Swarm For High Availability | Docker Tutorial | DevOps Tutorial | Edureka
Ā 
Cloud Computing Tutorial For Beginners | What is Cloud Computing | AWS Traini...
Cloud Computing Tutorial For Beginners | What is Cloud Computing | AWS Traini...Cloud Computing Tutorial For Beginners | What is Cloud Computing | AWS Traini...
Cloud Computing Tutorial For Beginners | What is Cloud Computing | AWS Traini...
Ā 
Angular 4 Data Binding | Two Way Data Binding in Angular 4 | Angular 4 Tutori...
Angular 4 Data Binding | Two Way Data Binding in Angular 4 | Angular 4 Tutori...Angular 4 Data Binding | Two Way Data Binding in Angular 4 | Angular 4 Tutori...
Angular 4 Data Binding | Two Way Data Binding in Angular 4 | Angular 4 Tutori...
Ā 
Introduction To TensorFlow | Deep Learning Using TensorFlow | TensorFlow Tuto...
Introduction To TensorFlow | Deep Learning Using TensorFlow | TensorFlow Tuto...Introduction To TensorFlow | Deep Learning Using TensorFlow | TensorFlow Tuto...
Introduction To TensorFlow | Deep Learning Using TensorFlow | TensorFlow Tuto...
Ā 
Azure Interview Questions And Answers | Azure Tutorial For Beginners | Azure ...
Azure Interview Questions And Answers | Azure Tutorial For Beginners | Azure ...Azure Interview Questions And Answers | Azure Tutorial For Beginners | Azure ...
Azure Interview Questions And Answers | Azure Tutorial For Beginners | Azure ...
Ā 
React Components Lifecycle | React Tutorial for Beginners | ReactJS Training ...
React Components Lifecycle | React Tutorial for Beginners | ReactJS Training ...React Components Lifecycle | React Tutorial for Beginners | ReactJS Training ...
React Components Lifecycle | React Tutorial for Beginners | ReactJS Training ...
Ā 
Machine Learning In Python | Python Machine Learning Tutorial | Deep Learning...
Machine Learning In Python | Python Machine Learning Tutorial | Deep Learning...Machine Learning In Python | Python Machine Learning Tutorial | Deep Learning...
Machine Learning In Python | Python Machine Learning Tutorial | Deep Learning...
Ā 
ReactJS Tutorial For Beginners | ReactJS Redux Training For Beginners | React...
ReactJS Tutorial For Beginners | ReactJS Redux Training For Beginners | React...ReactJS Tutorial For Beginners | ReactJS Redux Training For Beginners | React...
ReactJS Tutorial For Beginners | ReactJS Redux Training For Beginners | React...
Ā 
Big Data Tutorial For Beginners | What Is Big Data | Big Data Tutorial | Hado...
Big Data Tutorial For Beginners | What Is Big Data | Big Data Tutorial | Hado...Big Data Tutorial For Beginners | What Is Big Data | Big Data Tutorial | Hado...
Big Data Tutorial For Beginners | What Is Big Data | Big Data Tutorial | Hado...
Ā 

Similar to Data Science Tutorial | Introduction To Data Science | Data Science Training | Edureka

Machine Learning Algorithms | Machine Learning Tutorial | Data Science Tutori...
Machine Learning Algorithms | Machine Learning Tutorial | Data Science Tutori...Machine Learning Algorithms | Machine Learning Tutorial | Data Science Tutori...
Machine Learning Algorithms | Machine Learning Tutorial | Data Science Tutori...Edureka!
Ā 
Random Forest Tutorial | Random Forest in R | Machine Learning | Data Science...
Random Forest Tutorial | Random Forest in R | Machine Learning | Data Science...Random Forest Tutorial | Random Forest in R | Machine Learning | Data Science...
Random Forest Tutorial | Random Forest in R | Machine Learning | Data Science...Edureka!
Ā 
Data Analytics For Beginners | Introduction To Data Analytics | Data Analytic...
Data Analytics For Beginners | Introduction To Data Analytics | Data Analytic...Data Analytics For Beginners | Introduction To Data Analytics | Data Analytic...
Data Analytics For Beginners | Introduction To Data Analytics | Data Analytic...Edureka!
Ā 
Predictive Analytics Using R | Edureka
Predictive Analytics Using R | EdurekaPredictive Analytics Using R | Edureka
Predictive Analytics Using R | EdurekaEdureka!
Ā 
How can a data scientist expert solve real world problems?
How can a data scientist expert solve real world problems? How can a data scientist expert solve real world problems?
How can a data scientist expert solve real world problems? priyanka rajput
Ā 
Linear Regression Algorithm | Linear Regression in R | Data Science Training ...
Linear Regression Algorithm | Linear Regression in R | Data Science Training ...Linear Regression Algorithm | Linear Regression in R | Data Science Training ...
Linear Regression Algorithm | Linear Regression in R | Data Science Training ...Edureka!
Ā 
Decision Tree Algorithm & Analysis | Machine Learning Algorithm | Data Scienc...
Decision Tree Algorithm & Analysis | Machine Learning Algorithm | Data Scienc...Decision Tree Algorithm & Analysis | Machine Learning Algorithm | Data Scienc...
Decision Tree Algorithm & Analysis | Machine Learning Algorithm | Data Scienc...Edureka!
Ā 
Barga Data Science lecture 2
Barga Data Science lecture 2Barga Data Science lecture 2
Barga Data Science lecture 2Roger Barga
Ā 
Sentiment Analysis | Machine Learning Algorithms | Data Science Tutorial | Ed...
Sentiment Analysis | Machine Learning Algorithms | Data Science Tutorial | Ed...Sentiment Analysis | Machine Learning Algorithms | Data Science Tutorial | Ed...
Sentiment Analysis | Machine Learning Algorithms | Data Science Tutorial | Ed...Edureka!
Ā 
How to Become a Data Scientist | Data Scientist Skills | Data Science Trainin...
How to Become a Data Scientist | Data Scientist Skills | Data Science Trainin...How to Become a Data Scientist | Data Scientist Skills | Data Science Trainin...
How to Become a Data Scientist | Data Scientist Skills | Data Science Trainin...Edureka!
Ā 
De carlo rizk 2010 icelw
De carlo rizk 2010 icelwDe carlo rizk 2010 icelw
De carlo rizk 2010 icelwTing Yuan, Ed.D.
Ā 
De carlo rizk 2010 icelw
De carlo rizk 2010 icelwDe carlo rizk 2010 icelw
De carlo rizk 2010 icelwTing Yuan, Ed.D.
Ā 
Best Selenium certification course
Best Selenium certification courseBest Selenium certification course
Best Selenium certification courseKumarNaik21
Ā 
Christ PPT Template.pptx
Christ PPT Template.pptxChrist PPT Template.pptx
Christ PPT Template.pptxSivaCheralathan
Ā 
Data Scientist Roles and Responsibilities | Data Scientist Career | Data Scie...
Data Scientist Roles and Responsibilities | Data Scientist Career | Data Scie...Data Scientist Roles and Responsibilities | Data Scientist Career | Data Scie...
Data Scientist Roles and Responsibilities | Data Scientist Career | Data Scie...Edureka!
Ā 
Master Data Analyst Course in Bangalore with ProITBridge's Expert Course.pdf
Master Data Analyst Course in Bangalore with ProITBridge's Expert Course.pdfMaster Data Analyst Course in Bangalore with ProITBridge's Expert Course.pdf
Master Data Analyst Course in Bangalore with ProITBridge's Expert Course.pdfproitbridgePvtLtd
Ā 
Introduction to Machine learning
Introduction to Machine learningIntroduction to Machine learning
Introduction to Machine learningKnoldus Inc.
Ā 
Unveiling the Dynamics of Exploratory Data Analysis_ A Deep Dive into Data Sc...
Unveiling the Dynamics of Exploratory Data Analysis_ A Deep Dive into Data Sc...Unveiling the Dynamics of Exploratory Data Analysis_ A Deep Dive into Data Sc...
Unveiling the Dynamics of Exploratory Data Analysis_ A Deep Dive into Data Sc...Assignment Help
Ā 
Which institute is best for data science?
Which institute is best for data science?Which institute is best for data science?
Which institute is best for data science?DIGITALSAI1
Ā 
Best Selenium certification course
Best Selenium certification courseBest Selenium certification course
Best Selenium certification courseKumarNaik21
Ā 

Similar to Data Science Tutorial | Introduction To Data Science | Data Science Training | Edureka (20)

Machine Learning Algorithms | Machine Learning Tutorial | Data Science Tutori...
Machine Learning Algorithms | Machine Learning Tutorial | Data Science Tutori...Machine Learning Algorithms | Machine Learning Tutorial | Data Science Tutori...
Machine Learning Algorithms | Machine Learning Tutorial | Data Science Tutori...
Ā 
Random Forest Tutorial | Random Forest in R | Machine Learning | Data Science...
Random Forest Tutorial | Random Forest in R | Machine Learning | Data Science...Random Forest Tutorial | Random Forest in R | Machine Learning | Data Science...
Random Forest Tutorial | Random Forest in R | Machine Learning | Data Science...
Ā 
Data Analytics For Beginners | Introduction To Data Analytics | Data Analytic...
Data Analytics For Beginners | Introduction To Data Analytics | Data Analytic...Data Analytics For Beginners | Introduction To Data Analytics | Data Analytic...
Data Analytics For Beginners | Introduction To Data Analytics | Data Analytic...
Ā 
Predictive Analytics Using R | Edureka
Predictive Analytics Using R | EdurekaPredictive Analytics Using R | Edureka
Predictive Analytics Using R | Edureka
Ā 
How can a data scientist expert solve real world problems?
How can a data scientist expert solve real world problems? How can a data scientist expert solve real world problems?
How can a data scientist expert solve real world problems?
Ā 
Linear Regression Algorithm | Linear Regression in R | Data Science Training ...
Linear Regression Algorithm | Linear Regression in R | Data Science Training ...Linear Regression Algorithm | Linear Regression in R | Data Science Training ...
Linear Regression Algorithm | Linear Regression in R | Data Science Training ...
Ā 
Decision Tree Algorithm & Analysis | Machine Learning Algorithm | Data Scienc...
Decision Tree Algorithm & Analysis | Machine Learning Algorithm | Data Scienc...Decision Tree Algorithm & Analysis | Machine Learning Algorithm | Data Scienc...
Decision Tree Algorithm & Analysis | Machine Learning Algorithm | Data Scienc...
Ā 
Barga Data Science lecture 2
Barga Data Science lecture 2Barga Data Science lecture 2
Barga Data Science lecture 2
Ā 
Sentiment Analysis | Machine Learning Algorithms | Data Science Tutorial | Ed...
Sentiment Analysis | Machine Learning Algorithms | Data Science Tutorial | Ed...Sentiment Analysis | Machine Learning Algorithms | Data Science Tutorial | Ed...
Sentiment Analysis | Machine Learning Algorithms | Data Science Tutorial | Ed...
Ā 
How to Become a Data Scientist | Data Scientist Skills | Data Science Trainin...
How to Become a Data Scientist | Data Scientist Skills | Data Science Trainin...How to Become a Data Scientist | Data Scientist Skills | Data Science Trainin...
How to Become a Data Scientist | Data Scientist Skills | Data Science Trainin...
Ā 
De carlo rizk 2010 icelw
De carlo rizk 2010 icelwDe carlo rizk 2010 icelw
De carlo rizk 2010 icelw
Ā 
De carlo rizk 2010 icelw
De carlo rizk 2010 icelwDe carlo rizk 2010 icelw
De carlo rizk 2010 icelw
Ā 
Best Selenium certification course
Best Selenium certification courseBest Selenium certification course
Best Selenium certification course
Ā 
Christ PPT Template.pptx
Christ PPT Template.pptxChrist PPT Template.pptx
Christ PPT Template.pptx
Ā 
Data Scientist Roles and Responsibilities | Data Scientist Career | Data Scie...
Data Scientist Roles and Responsibilities | Data Scientist Career | Data Scie...Data Scientist Roles and Responsibilities | Data Scientist Career | Data Scie...
Data Scientist Roles and Responsibilities | Data Scientist Career | Data Scie...
Ā 
Master Data Analyst Course in Bangalore with ProITBridge's Expert Course.pdf
Master Data Analyst Course in Bangalore with ProITBridge's Expert Course.pdfMaster Data Analyst Course in Bangalore with ProITBridge's Expert Course.pdf
Master Data Analyst Course in Bangalore with ProITBridge's Expert Course.pdf
Ā 
Introduction to Machine learning
Introduction to Machine learningIntroduction to Machine learning
Introduction to Machine learning
Ā 
Unveiling the Dynamics of Exploratory Data Analysis_ A Deep Dive into Data Sc...
Unveiling the Dynamics of Exploratory Data Analysis_ A Deep Dive into Data Sc...Unveiling the Dynamics of Exploratory Data Analysis_ A Deep Dive into Data Sc...
Unveiling the Dynamics of Exploratory Data Analysis_ A Deep Dive into Data Sc...
Ā 
Which institute is best for data science?
Which institute is best for data science?Which institute is best for data science?
Which institute is best for data science?
Ā 
Best Selenium certification course
Best Selenium certification courseBest Selenium certification course
Best Selenium certification course
Ā 

More from Edureka!

What to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | EdurekaWhat to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | EdurekaEdureka!
Ā 
Top 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | EdurekaTop 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | EdurekaEdureka!
Ā 
Top 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | EdurekaTop 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | EdurekaEdureka!
Ā 
Tableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | EdurekaTableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | EdurekaEdureka!
Ā 
Python Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaPython Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaEdureka!
Ā 
Top 5 PMP Certifications | Edureka
Top 5 PMP Certifications | EdurekaTop 5 PMP Certifications | Edureka
Top 5 PMP Certifications | EdurekaEdureka!
Ā 
Top Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | EdurekaTop Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | EdurekaEdureka!
Ā 
Linux Mint Tutorial | Edureka
Linux Mint Tutorial | EdurekaLinux Mint Tutorial | Edureka
Linux Mint Tutorial | EdurekaEdureka!
Ā 
How to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| EdurekaHow to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| EdurekaEdureka!
Ā 
Importance of Digital Marketing | Edureka
Importance of Digital Marketing | EdurekaImportance of Digital Marketing | Edureka
Importance of Digital Marketing | EdurekaEdureka!
Ā 
RPA in 2020 | Edureka
RPA in 2020 | EdurekaRPA in 2020 | Edureka
RPA in 2020 | EdurekaEdureka!
Ā 
Email Notifications in Jenkins | Edureka
Email Notifications in Jenkins | EdurekaEmail Notifications in Jenkins | Edureka
Email Notifications in Jenkins | EdurekaEdureka!
Ā 
EA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | EdurekaEA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | EdurekaEdureka!
Ā 
Cognitive AI Tutorial | Edureka
Cognitive AI Tutorial | EdurekaCognitive AI Tutorial | Edureka
Cognitive AI Tutorial | EdurekaEdureka!
Ā 
AWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaAWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaEdureka!
Ā 
Blue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | EdurekaBlue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | EdurekaEdureka!
Ā 
Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka Edureka!
Ā 
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | EdurekaA star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | EdurekaEdureka!
Ā 
Kubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | EdurekaKubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | EdurekaEdureka!
Ā 
Introduction to DevOps | Edureka
Introduction to DevOps | EdurekaIntroduction to DevOps | Edureka
Introduction to DevOps | EdurekaEdureka!
Ā 

More from Edureka! (20)

What to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | EdurekaWhat to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | Edureka
Ā 
Top 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | EdurekaTop 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | Edureka
Ā 
Top 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | EdurekaTop 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | Edureka
Ā 
Tableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | EdurekaTableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | Edureka
Ā 
Python Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaPython Programming Tutorial | Edureka
Python Programming Tutorial | Edureka
Ā 
Top 5 PMP Certifications | Edureka
Top 5 PMP Certifications | EdurekaTop 5 PMP Certifications | Edureka
Top 5 PMP Certifications | Edureka
Ā 
Top Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | EdurekaTop Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | Edureka
Ā 
Linux Mint Tutorial | Edureka
Linux Mint Tutorial | EdurekaLinux Mint Tutorial | Edureka
Linux Mint Tutorial | Edureka
Ā 
How to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| EdurekaHow to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| Edureka
Ā 
Importance of Digital Marketing | Edureka
Importance of Digital Marketing | EdurekaImportance of Digital Marketing | Edureka
Importance of Digital Marketing | Edureka
Ā 
RPA in 2020 | Edureka
RPA in 2020 | EdurekaRPA in 2020 | Edureka
RPA in 2020 | Edureka
Ā 
Email Notifications in Jenkins | Edureka
Email Notifications in Jenkins | EdurekaEmail Notifications in Jenkins | Edureka
Email Notifications in Jenkins | Edureka
Ā 
EA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | EdurekaEA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | Edureka
Ā 
Cognitive AI Tutorial | Edureka
Cognitive AI Tutorial | EdurekaCognitive AI Tutorial | Edureka
Cognitive AI Tutorial | Edureka
Ā 
AWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaAWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | Edureka
Ā 
Blue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | EdurekaBlue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | Edureka
Ā 
Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka
Ā 
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | EdurekaA star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
Ā 
Kubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | EdurekaKubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | Edureka
Ā 
Introduction to DevOps | Edureka
Introduction to DevOps | EdurekaIntroduction to DevOps | Edureka
Introduction to DevOps | Edureka
Ā 

Recently uploaded

šŸ¬ The future of MySQL is Postgres šŸ˜
šŸ¬  The future of MySQL is Postgres   šŸ˜šŸ¬  The future of MySQL is Postgres   šŸ˜
šŸ¬ The future of MySQL is Postgres šŸ˜RTylerCroy
Ā 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
Ā 
FULL ENJOY šŸ” 8264348440 šŸ” Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY šŸ” 8264348440 šŸ” Call Girls in Diplomatic Enclave | DelhiFULL ENJOY šŸ” 8264348440 šŸ” Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY šŸ” 8264348440 šŸ” Call Girls in Diplomatic Enclave | Delhisoniya singh
Ā 
Swan(sea) Song ā€“ personal research during my six years at Swansea ... and bey...
Swan(sea) Song ā€“ personal research during my six years at Swansea ... and bey...Swan(sea) Song ā€“ personal research during my six years at Swansea ... and bey...
Swan(sea) Song ā€“ personal research during my six years at Swansea ... and bey...Alan Dix
Ā 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
Ā 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
Ā 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
Ā 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
Ā 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
Ā 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
Ā 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
Ā 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
Ā 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
Ā 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
Ā 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
Ā 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
Ā 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
Ā 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
Ā 
Scaling API-first ā€“ The story of a global engineering organization
Scaling API-first ā€“ The story of a global engineering organizationScaling API-first ā€“ The story of a global engineering organization
Scaling API-first ā€“ The story of a global engineering organizationRadu Cotescu
Ā 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
Ā 

Recently uploaded (20)

šŸ¬ The future of MySQL is Postgres šŸ˜
šŸ¬  The future of MySQL is Postgres   šŸ˜šŸ¬  The future of MySQL is Postgres   šŸ˜
šŸ¬ The future of MySQL is Postgres šŸ˜
Ā 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
Ā 
FULL ENJOY šŸ” 8264348440 šŸ” Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY šŸ” 8264348440 šŸ” Call Girls in Diplomatic Enclave | DelhiFULL ENJOY šŸ” 8264348440 šŸ” Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY šŸ” 8264348440 šŸ” Call Girls in Diplomatic Enclave | Delhi
Ā 
Swan(sea) Song ā€“ personal research during my six years at Swansea ... and bey...
Swan(sea) Song ā€“ personal research during my six years at Swansea ... and bey...Swan(sea) Song ā€“ personal research during my six years at Swansea ... and bey...
Swan(sea) Song ā€“ personal research during my six years at Swansea ... and bey...
Ā 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
Ā 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
Ā 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
Ā 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Ā 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
Ā 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
Ā 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
Ā 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
Ā 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
Ā 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Ā 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
Ā 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
Ā 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
Ā 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
Ā 
Scaling API-first ā€“ The story of a global engineering organization
Scaling API-first ā€“ The story of a global engineering organizationScaling API-first ā€“ The story of a global engineering organization
Scaling API-first ā€“ The story of a global engineering organization
Ā 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
Ā 

Data Science Tutorial | Introduction To Data Science | Data Science Training | Edureka

  • 2. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training Agenda for Todayā€™s Session Why Data Science? What is Data Science? Who is a Data Scientist? How a Problem is Solved in Data Science? Data Science Components Demo
  • 3. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training Why Data Science?
  • 4. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training Why Data Science? The most abundant thing today, is data. We have data about everything which is increasing multifolds everyday! Increase in data Then
  • 5. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training What is Data Science?
  • 6. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training What is Data Science? It is called data-driven science, it is an inter-disciplinary field about scientific methods, processes and systems to extract knowledge or insights from data in various forms, either structured or unstructured. A question that usually is asked to data scientists is ā€œTell us something, that we donā€™t know?ā€ It involves: Programming + Statistics + Business
  • 7. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training Who is a Data Scientist?
  • 8. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training Who is a Data Scientist? MATHS Statistics Discrete Maths Information Theory Combinatorics Decision Theory Machine Learning Data Viz Builders Statistical Programmers Econometricians Management Scientists Actuaries DATA SCIENTIST BUSINESS Economics Finance Marketing Operations Management INFORMATION SYSTEMS Computer Science Software Engineering Systems Development BI Developers Data Analysis
  • 9. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training Role Of A Data Scientist The Data Scientist will be responsible for designing and creating processes and layouts for complex, large-scale data sets used for modeling, data mining, and research purposes. Responsibilities āž¢ Selecting features, building and optimizing classifiers using machine learning techniques. āž¢ Data mining using state-of-the-art methods. āž¢ Extending companyā€™s data with third party sources of information when needed. āž¢ Processing, cleansing, and verifying the integrity of data for analysis. āž¢ Building predictive models using Machine Learning algorithms.
  • 10. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training How a problem is solved in Data Science?
  • 11. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training Problem Solving in Data Science
  • 12. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training Problem Solving in Data Science Discovery Data Preparation Model Planning Model Building Operationalize Communicate Results āž¢ Discovery involves acquiring data from all the identified internal and external sources that can help answer the business question. āž¢ This data could be ā€¢ logs from webservers ā€¢ social media data ā€¢ census datasets ā€¢ data streamed from online sources via APIs
  • 13. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training Problem Solving in Data Science Discovery Data Preparation Model Planning Model Building Operationalize Communicate Results Doctor gets this data from the medical history of the patient. Attributes: npreg ā€“ Number of times pregnant glucose ā€“ Plasma glucose concentration bp ā€“ Blood pressure skin ā€“ Triceps skinfold thickness bmi ā€“ Body mass index ped ā€“ Diabetes pedigree function age ā€“ Age income ā€“ Income Income is an irrelevant attribute in the prediction of diabetes
  • 14. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training Problem Solving in Data Science Discovery Data Preparation Model Planning Model Building Operationalize Communicate Results āž¢ The data can have a lot of inconsistencies like missing values, blank columns, abrupt values and incorrect data format which need to be cleaned. āž¢ It is required to explore, preprocess and condition data prior to modeling. āž¢ This will help you to spot the outliers and establish a relationship between the variables.
  • 15. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training Problem Solving in Data Science Discovery Data Preparation Model Planning Model Building Operationalize Communicate Results This data has lot of anomalies and needs cleansing before further analysis can be done.
  • 16. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training Problem Solving in Data Science Discovery Data Preparation Model Planning Model Building Operationalize Communicate Results We clean and preprocess this data by removing the outliers, filling up the null values and normalizing the data type.
  • 17. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training Problem Solving in Data Science Discovery Data Preparation Model Planning Model Building Operationalize Communicate Results āž¢ Here, we determine the methods and techniques to draw the relationships between variable. āž¢ Apply Exploratory Data Analytics (EDA) using various statistical formulas and visualization tools.
  • 18. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training Problem Solving in Data Science Discovery Data Preparation Model Planning Model Building Operationalize Communicate Results Use of visualization techniques like histograms, line graphs, box plots to get a fair idea of the distribution of data.
  • 19. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training Problem Solving in Data Science Discovery Data Preparation Model Planning Model Building Operationalize Communicate Results āž¢ Develop datasets for training and testing purposes. āž¢ Consider whether existing tools will suffice for running the models. āž¢ Analyze various learning techniques like classification, association and clustering to build the model.
  • 20. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training Problem Solving in Data Science Discovery Data Preparation Model Planning Model Building Operationalize Communicate Results This is a decision tree based on different attributes.
  • 21. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training Problem Solving in Data Science Discovery Data Preparation Model Planning Model Building Operationalize Communicate Results āž¢Deliver final reports, briefings, code and technical documents. āž¢Implement pilot project in a real-time production environment. āž¢Look for performance constraints if any.
  • 22. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training Problem Solving in Data Science Discovery Initialization Model Planning Model Building Deployment Communicate Results āž¢ Identify all the key findings and communicate to the stakeholders. āž¢ Explaining the model and result to medical authorities. āž¢ Determine if the results of the project are a success or a failure based on the criteria developed.
  • 23. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training Problem Solving in Data Science Discovery Initialization Model Planning Model Building Deployment Communicate Results āž¢ Diabetes Positive set: ā€¢ glucose > 154 ā€¢ glucose >127 & <= 154 + bmi >30.9 ā€¢ glucose<=127 + pregnant >5 ā€¢ glucose<=127 + pregnant <=5 + age >28 ā€¢ glucose<=127 + pregnant <=5 + age <=28 +bmi > 30.9 āž¢ Diabetes Negative set: ā€¢ glucose > 154 ā€¢ glucose >127 & <= 154 + bmi <=30.9 ā€¢ glucose<=127 + pregnant <=5 + age <=28 +bmi <= 30.9 āž¢ We can use this decision tree result to know whether the patient is vulnerable to diabetes or not.
  • 24. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training How to choose Algorithms in Data Science?
  • 25. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training Problem Solving in Data Science We take a top down approach to answer the same: Classification Algorithm Anomaly Detection Algorithm Regression Algorithms Clustering Algorithms Reinforcement Learning Q1. Q2. Q4. Q3. Q5. Is this A or B? Is this weird? How much or how many? How is this organized? What should I do next? These are the 5 questions which can be answered in data science. These algorithms are fitted into three types of categories, which are the following:
  • 26. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training Categories of Algorithms Supervised Learning Reinforcement Learning Unsupervised Learning Types of Learning
  • 27. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training Supervised Learning Supervised Learning Unsupervised Learning Reinforcement Learning Letā€™s take an example here. Say you are a teacher, and your way of teaching is, To teach by example, i.e for every problem in their life you are providing solutions to them, this type of learning is called supervised learning. Letā€™s take the same example forward: Supervised learning is a type of machine learning algorithm that uses a known dataset (called the training dataset) to make predictions. The training dataset includes input data and response values. From it, the supervised learning algorithm seeks to build a model that can make predictions of the response values for a new dataset. Teaching by Example
  • 28. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training Unsupervised Learning Supervised Learning Unsupervised Learning Reinforcement Learning When your kids are taking decisions out of their own understanding, this type of learning would be Unsupervised Learning. Unsupervised learning is a type of machine learning algorithm used to draw inferences from datasets consisting of input data without labeled responses. Self Learning
  • 29. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training Reinforcement learning is an area of machine learning inspired by behaviorist psychology, concerned with how software agents ought to take actions in an environment so as to maximize some notion of cumulative reward. Reinforcement Learning Supervised Learning Unsupervised Learning Reinforcement Learning If a new situation comes up, the kid will take actions on his own i.e from his past experiences, but as a parent towards the end of an action you can tell him whether he did good or not. Good or Bad?
  • 30. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training Data Science Tools
  • 31. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training Data Science Tools The tool that is widely used by Data Analysts is R R is an open source programming language and software environment for statistical computing and graphics that is supported by the R Foundation for Statistical Computing. The R language is widely used among statisticians and data miners for developing statistical software and data analysis.
  • 32. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training Why R? Programming and Statistical Language Data Analysis and Visualization Apart from being used as a statistical language , it can also be used a programming language for analytical purposes. Apart from being one of the most dominant analytics tools, R also is one of the most popular tools used for data visualization.
  • 33. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training Why R? Simple and Easy to Learn Free and Open Source R is a simple and easy to learn, read & write R is an example of a FLOSS (Free/Libre and Open Source Software) which means one can freely distribute copies of this software, read it's source code, modify it, etc.
  • 34. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training Datasets A collection of related sets of information that is composed of separate elements but can be manipulated as a unit by a computer Now to do any kind of analysis, you need data right? This need of data is fulfilled through Data Sets. What are datasets? Sample Dataset
  • 35. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training Datasets But what if you have a HUGE dataset! Ever heard of Big Data?
  • 36. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training What is Big Data?
  • 37. www.edureka.co/big-data-and-hadoopEDUREKA HADOOP CERTIFICATION TRAINING What is Big Data? ā€œBig data is the term for a collection of data sets so large and complex that it becomes difficult to process using on-hand database management tools or traditional data processing applicationsā€ Volume Variety Velocity Value Veracity Uncertainty and inconsistencies in the data Finding correct meaning out of the data Data is being generated at an alarming rate Processing different types of data Processing increasing huge data sets
  • 38. www.edureka.co/big-data-and-hadoopEDUREKA HADOOP CERTIFICATION TRAINING Big Data Now these problems had to be dealt with, right? Hence, Hadoop came into the picture.
  • 39. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training What is Hadoop?
  • 40. www.edureka.co/big-data-and-hadoopEDUREKA HADOOP CERTIFICATION TRAINING What is Hadoop? Hadoop is a framework that allows us to store and process large data sets in parallel and distributed fashion H A D O O P Storage: Distributed File System Processing: Allows parallel & distributed processing
  • 41. www.edureka.co/big-data-and-hadoopEDUREKA HADOOP CERTIFICATION TRAINING What is Hadoop? Hadoop is a framework that allows us to store and process large data sets in parallel and distributed fashion H A D O O P Storage: Distributed File System Processing: Allows parallel & distributed processing
  • 42. www.edureka.co/big-data-and-hadoopEDUREKA HADOOP CERTIFICATION TRAINING What is Hadoop? Hadoop is a framework that allows us to store and process large data sets in parallel and distributed fashion H A D O O P Storage: Distributed File System Processing: Allows parallel & distributed processing
  • 43. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training What is Hadoop? Now you need a data analytics tool, which can handle this much processing and data. For that we use Spark R
  • 44. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training What is Spark R? SparkR is an R package that provides a light-weight frontend to use Apache Spark from R. In Spark 2.1.1,SparkR provides a distributed data frame implementation that supports operations like selection, filtering, aggregation etc. (similar to R data frames, dplyr) but on large datasets. WOW!
  • 46. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training Demo This dataset provides detailed road safety data about the circumstances of personal injury road accidents from 1979 -2013. Our aim is to find the following things: To find the number of accidents happened: āœ“ In various weather conditions āœ“ In various light conditions āœ“ In various road surface conditions āœ“ With make information of the accident vehicles āœ“ During various days of week āœ“ On various road types āœ“ Number of casualties per accident per year āœ“ Number of accidents happening at various speed limits We have to find the results of the queries in Hadoop
  • 47. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training Demo with make information of the accident vehicles Huge amount of Accident data 1 Data Stored in HDFS 2 Using R for Analysis 3 in various weather conditions in various light conditions in various road surface conditions Analyze the following queries for accidents
  • 48. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training Session In A Minute Why Data Science? Demo How is a problem solved in Data Science? Who is a Data Scientist? Data Science Components What is Data Science?
  • 49. www.edureka.co/data-scienceEdurekaā€™s Data Science Certification Training Thank You ā€¦ Questions/Queries/Feedback