Unit 3 - Data Science, Machine Learning
Unit 3 - Data Science, Machine Learning
Makes generous use of heuristics think There is no scope for heuristics think.
Inductive process Deductive (Does not involve making any
predictions)
Scope Macro: Data science encompasses a broader Micro : Data analytics is more
range of activities, including data collection, data focused on processing and
cleaning, data transformation, machine learning, analyzing structured data
statistical analysis, and data visualization. using various techniques such
as descriptive statistics, data
mining, and business
intelligence.
Objective Data science is a multidisciplinary field that aims Data analytics focuses on
to extract insights, knowledge, and predictions examining historical data to
from complex and unstructured data. It often identify trends, draw
involves asking open-ended questions and conclusions, and support
exploring data to discover new patterns and decision-making. Its primary
trends. goal is to provide answers to
specific questions and solve
well-defined problems.
Data Science Data Analytics
Techniqu Data scientists use a wide variety of Data analysts primarily use descriptive
es: techniques, including machine and diagnostic analytics techniques to
learning algorithms, statistical summarize data, identify trends, and gain
modeling, and deep learning, to insights. While some basic predictive
develop predictive models and gain a analytics might be involved, the focus is
deep understanding of data. less on building complex predictive
models.
Role Data scientists are responsible for Data analysts play a key role in
developing complex models, creating generating reports, dashboards, and
algorithms, and designing visualizations to support operational and
experiments to solve business tactical decisions within an organization.
problems. They have a strong They often work closely with business
background in computer science, stakeholders.
mathematics, and domain expertise.
Tools Data scientists use programming Data analysts commonly use tools like
languages like Python and R Excel, Tableau, Power BI, and SQL for
extensively, along with tools like data analysis and reporting. They may
Jupyter notebooks and libraries such not need extensive programming or
as TensorFlow and scikit-learn. machine learning expertise.
Data Science Data Analytics
Output The primary output of data science Data analytics produces reports,
includes predictive models, data- charts, and dashboards that
driven recommendations, and provide a clear picture of historical
actionable insights that drive decision- performance, enabling businesses
making at a strategic level within an to make informed decisions for
organization day-to-day operations and short-
term planning.
Supervised and Unsupervised Learning
Supervised Learning Unsupervised Learning
Objective In supervised learning, the algorithm Unsupervised learning, in
learns to map input data to a known target contrast, deals with unlabeled
or output variable. The primary goal is to data and seeks to discover
make predictions or classify data based on patterns, structures, or
labeled examples. relationships within the data
without the guidance of
predefined target variables.
Training Process During training, the algorithm adjusts its Unsupervised learning is
model parameters to minimize the more close to the true
difference between its predictions and the Artificial Intelligence as it
true labels. Common supervised learning learns similarly as a child
tasks include regression (predicting a learns daily routine things by
continuous value) and classification his experiences.
(assigning data points to predefined
classes).
Supervised Learning Unsupervised Learning