Machine Learning

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/20

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:23 PM on 9/22/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

21 Terms

1
New cards

What is Machine learning? According to Arthur Samuel.

According to Arthur Samuel:

It is a Field of study that gives machines the ability to learn without being explicitly programmed.

2
New cards

What is supervised learning?

Supervised learning refers to algorithms that learn x - to - y or input to output mappings.

3
New cards

What is the key characteristics of machine learning?

The key characteristics of supervised learning is that you give your learning algorithm examples to learn from that include the right answers. By seeing correct input x and desired output label y that the learning algorithm eventually learns to take just the input alone without the output label. With this it gives a reasonably accurate prediction ,or guess of the output.


4
New cards

If the checkers program had been allowed to play only ten games (Instead of tens of thousands) against itself, a much smaller number of games, how would this have affected it's performance.

Would have made it worse( In general, the more opportunities you gives learning algorithm to learn, the better it will be)

5
New cards

Which learning algorithm is used most in many world applications?

Supervised learning algorithm

6
New cards

Which learning algorithm is used most in many world applications?

Supervised learning algorithm

7
New cards

In supervised learning, if the input x is an email and the output is spam or not spam, what applications would this be suited for?

Spam filter

8
New cards

In supervised learning, if the input x is an audio file and the output is a text transcript, what applications would this be suited for?

Speech recognition

9
New cards

In supervised learning, if the input x is english and the output is Spanish, what applications would this be suited for?

Translator

10
New cards

In supervised learning, if the input x is an add, user info and the output is click or not click, what applications would this be suited for?

Online advertising

11
New cards

In supervised learning, if the input x is an image of a phone and the output is defects or no defects, what applications would this be suited for?

Visual inspection

12
New cards

What is regression in Machine learning?

This is a supervised learning technique used to predict infinite numerical values by finding the mathematical relationship between input features and target output.

13
New cards

What is classification algorithm?

This is a supervised learning technique where a computer program uses data to learn how to assign a category label to new, unseen information. Classification algorithms predict categories. It has finite possible values.

14
New cards

How does classification algorithm predict outputs with 2 or more inputs?

The algorithm decides how to fit a boundary line to the dataset.

15
New cards

What is unsupervised learning in machine learning?

It is an algorithm that finds patterns and unstructured in unlabeled data, commonly through clustering, dimensionality reduction, association rule learning,and anomaly detection. Data only comes with inputs and not output labels y. Algorithm has to find structure in the data.

16
New cards

What is association rule learning?

Groups with similar data points (e.g K-means, hierarchical clustering)

17
New cards

What is association rule learning?

Discovers relationships between items

18
New cards

What is association rule learning?

Discovers relationships between items

19
New cards

What is Anomaly detection?

Identifies unusual or rare patterns

20
New cards

What is a real world application of clustering?

Discovers relationships between items

21
New cards