1 / 11

Filtering and Recommendation

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)

ljoshua
Télécharger la présentation

Filtering and Recommendation

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Filtering and Recommendation INST 734 Module 9 Doug Oard

  2. Agenda • Filtering • Recommender systems • Classification

  3. 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

  4. Adaptive Vector-Space Filtering New Documents Make Document Vectors Compute Similarity Vectors Ranking Threshold Select and Examine (user) Document, Vectors Vector(s) Assign Ratings (user) Rating, Vector Initial Profile Features Make Profile Vector Update User Model Vector

  5. Latent Semantic Indexing New Documents Sparse Vectors Dense Vectors Make Document Vectors Reduce Dimensions Compute Similarity Ranking Threshold Matrix Representative Documents Sparse Vectors Make Document Vectors SVD Select and Examine (user) Document, Dense Vector Dense Vector(s) Assign Ratings (user) Matrix Rating, Dense Vector Initial Profile Features Sparse Vector Dense Vector Make Profile Vector Reduce Dimensions Update User Model

  6. Linear Separators • Which of the linear separators is optimal? Original from Ray Mooney

  7. Maximum Margin ClassificationSupport Vector Machine (SVM) • Implies that only support vectors matter • Other training examples are ignorable. Original from Ray Mooney

  8. Soft Margin SVM ξi ξi Original from Ray Mooney

  9. Non-linear SVMs Φ: x→φ(x) Original from Ray Mooney

  10. 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

  11. 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

More Related