Week 4: Unsupervised Learning Techniques
Feb-2025
Support: The number of times \(A\) appears among the transactions. \[ sup(A) = \frac{|\{A \subseteq t | t \in T\}|}{|T|} \]
Example: Calculate the support of Golden iPhone.
Support: The number of times \(A\) appears among the transactions. \[ sup(A) = \frac{|\{A \subseteq t | t \in T\}|}{|T|} \]
Example: Calculate the support of Golden iPhone.
Confidence: The number of times both itemsets occur together given the occurrence of \(A\). \[ conf(A \rightarrow B) = \frac{sup(A \cap B)}{sup(A)} \]
Example: Calculate the confidence of Golden iPhone \(\rightarrow\) Purple Case.
Confidence: The number of times both itemsets occur together given the occurrence of \(A\). \[ conf(A \rightarrow B) = \frac{sup(A \cap B)}{sup(A)} \]
Example: Calculate the confidence of Golden iPhone \(\rightarrow\) Purple Case.
Lift: The support for both itemsets occurring together given they are independent. \[ lift(A \rightarrow B) = \frac{sup(A \cap B)}{sup(A) \times sup(B)} \]
Example: Calculate the lift of Golden iPhone \(\rightarrow\) Purple Case.
Lift: The support for both itemsets occurring together given they are independent. \[ lift(A \rightarrow B) = \frac{sup(A \cap B)}{sup(A) \times sup(B)} \]
Example: Calculate the lift of Golden iPhone \(\rightarrow\) Purple Case.
\[ lift(A \rightarrow B) = \frac{sup(A \cap B)}{sup(A) \times sup(B)} \]
\[ lift(A \rightarrow B) = \frac{sup(A \cap B)}{sup(A) \times sup(B)} \]
Every item needs to be profiled:
Some items are harder to analyze: picture, video, document, Tags can be used.
Types of Recommendation Systems:
Question: Does Douglas like R?
Question:
Q1: Find similarity between Douglas and Maurizio.
Q2: Find similarity between Johannes and Maurizio.
Question 3: What product(s) would you recommend for Maurizio?
Question 3+: What product(s) would you recommend for Maurizio now?
Other actions to improve results:
Other actions to improve results:
Other actions to improve results:
Unsupervised Learning Tools in Social Network Analysis