WEEK 6 lecture Flashcards

(8 cards)

1
Q

associate rule mining

A

you look for how many items occur together

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

associate rule mining: equation of support

A

total numbers of times that A and B are put together / the total number of transactions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

associate rule mining: confidence

A

if someone buys item A, how likely are they to also buy item B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

one word associate rule mining

A

frequency

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Apiori Algorithm

A

1.Start with single items, count how often they show up (support).

2.Combine into pairs, count again.

3.Combine into triples, count again.

4.Keep going, but only keep combinations that meet the minimum support threshold.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Clustering

A

We are looking at how similar the item is with other items near. Looks at similarity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Classification: Neural Nets

A
  • Can select more complex regions
  • Can be more accurate
  • Also can overfit the data – find patterns in random noise
    It can be used for clustering
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly