Filtering and Recommendation INST 734 Module 9 Doug Oard
Agenda Filtering Recommender systems Classification
Supervised Machine Learning Model-based techniques –Hill climbing (e.g., Rocchio) –Statistical classification (e.g., SVM) –Rule induction (e.g., decision trees) –Neural networks (e.g., “deep learning”) Population-Based Techniques –Instance-based learning (e.g., kNN) –Genetic algorithms
Adaptive Vector-Space Filtering Make Profile Vector Compute Similarity Select and Examine (user) Assign Ratings (user) Update User Model New Documents Vector Ranking Threshold Document, Vectors Rating, Vector Vector(s) Make Document Vectors Initial Profile Features Vectors
Latent Semantic Indexing SVD Reduce Dimensions Make Profile Vector Make Document Vectors Compute Similarity Select and Examine (user) Assign Ratings (user) Update User Model Representative Documents Sparse Vectors Matrix New Documents Sparse Vector Dense Vector Ranking Threshold Document, Dense Vector Rating, Dense Vector Dense Vector(s) Reduce Dimensions Make Document Vectors Matrix Initial Profile Features Sparse Vectors Dense Vectors
Linear Separators Which of the linear separators is optimal? Original from Ray Mooney
Maximum Margin Classification Support Vector Machine (SVM) Implies that only support vectors matter –Other training examples are ignorable. Original from Ray Mooney
Soft Margin SVM ξiξi ξiξi Original from Ray Mooney
Non-linear SVMs Φ: x → φ(x) Original from Ray Mooney
Training Supervised Classifiers All learning systems share two problems –They need some “inductive bias” –They must balance adaptation with generalization Overtraining can hurt performance –Performance on training data rises and plateaus –Performance on new data rises, then falls Useful strategies –Hold out a “devtest” set to find peak on new data –Emphasize exploration early, exploration later
Summing Up Filtering poses some unique challenges –Adversarial behavior, new terms, throughput Behavioral signals offer unique opportunities –For both static and dynamic content Supervised classifiers learn to make decisions –Two-sided training –Threshold learning