Data Science
Data Science
• Regression:
In statistics, regression is a classic technique to
identify the scalar relationship between two
or more variables by fitting the state line on
the variable values.
Cont…
• Classification:
This is a machine-learning technique used for labeling
the set of observations provided for training
examples. With this, we can classify the
observations into one or more labels. The likelihood
of sales, online fraud detection, and cancer
classification (for medical science) are common
applications of classification problems. Google Mail
uses this technique to classify e-mails as spam or
not.
• Clustering:
This technique is all about organizing similar items
into groups from the given collection of items.
User segmentation and image compression are the
most common applications of clustering. Market
segmentation, social network analysis, organizing
the computer clustering, and astronomical data
analysis are applications of clustering.
• Google News
Uses these techniques to group similar news items
into the same category.
Cont…
• Recommendation:
The recommendation algorithms are used in
recommender systems where these systems are
the most immediately recognizable machine
learning techniques in use today. Web content
recommendations may include similar websites,
blogs, videos, or related content. Also,
recommendation of online items can be helpful
for cross-selling and up-selling.
• Association Rules: