303 Quiz 3 -- The main four learning techniques (classification, regression, clustering, association rule mining)

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/14

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

15 Terms

1
New cards

When do I use classification?

Use this learning technique when you need to categorize data into predefined classes based on historical data.

2
New cards

What are some real-life examples of classification?

Examples include predicting loan defaults, categorizing customer reviews, diagnosing diseases based on symptoms,

3
New cards

classifying emails as spam or not spam, images as cats or dogs, or customer reviews as positive, negative, or neutral.

4
New cards

What are some examples of classification algorithms?

  • Logistic Regression

  • Neural Networks

  • Naive Bayes

  • Support Vector Machines (SVMs)

  • K-Nearest Neighbors

  • Decision Trees/Random Forests

5
New cards

When do I use regression?

Use this learning technique when you need to predict a continuous (meaning it can take on any value within a range) value based on input features.

6
New cards

What are some real-life examples of regression?

Examples include Predicting house prices, forecasting weather, estimating fuel efficiency of cars.

7
New cards

What are some examples of regression algorithms?

  • Ordinary Least Squares

  • Ridge

  • Lasso

  • Decision Trees

  • MLP

  • Bayesian

  • SGD

8
New cards

When do I use clustering?

Use this learning technique when you need to group similar instances together without predefined labels.

9
New cards

What are some real-life examples of clustering?

Segmenting customers, grouping similar products, organizing social media posts.

10
New cards

What are some examples of clustering algorithms?

  • K-Means

  • Gaussian Mixture Model

11
New cards

When do I use Association Rule Mining?

Use this learning technique when you want to discover relationships between items or events in categorical data.

12
New cards

What are some real-life examples of association rule mining?

Identifying frequently bought together products, finding patterns in retail transactions.

13
New cards

What are some examples of association rule mining algorithms?

Apriori and FP Growth

14
New cards

What learning techniques use labeled data?

Supervised learning models such as classification and regression.

15
New cards

What learning techniques use unlabeled data?

Unsupervised learning models such as clustering and association rule mining.