SlideShare ist ein Scribd-Unternehmen logo
1 von 12
Downloaden Sie, um offline zu lesen
Review of Probabilistic Matrix Factorization
Topic Modeling and Collaborative Topic Modeling
Collaborative Deep Learning
Review: Collaborative Deep Learning
Hai D. Nguyen
May 5, 2016
Hai D. Nguyen Review: Collaborative Deep Learning
Review of Probabilistic Matrix Factorization
Topic Modeling and Collaborative Topic Modeling
Collaborative Deep Learning
Table of contents
1 Review of Probabilistic Matrix Factorization
2 Topic Modeling and Collaborative Topic Modeling
3 Collaborative Deep Learning
Hai D. Nguyen Review: Collaborative Deep Learning
Review of Probabilistic Matrix Factorization
Topic Modeling and Collaborative Topic Modeling
Collaborative Deep Learning
Probabilistic Matrix Factorization (PMF)
T
A GENERATIVE process:
Pick User Factor Ui
Ui ∼ N(0, σ2
u)
Pick Item Factor Vj
Vj ∼ N(0, σ2
v )
For each (User, Item) pair, pick Rij
Rij ∼ N(UT
i Vj , σ2
r )
Joint Probability:
P(U, V , R) = P(U)P(V )P(R|U, V )
Graphical Model
Hai D. Nguyen Review: Collaborative Deep Learning
Review of Probabilistic Matrix Factorization
Topic Modeling and Collaborative Topic Modeling
Collaborative Deep Learning
MAP is equivalent to Regularized Least Square
MAP under gaussian distribution
U∗
, V ∗
= argmax
U,V
P(U, V |R)
= argmax
U,V
P(U)P(V )P(R|U, V )
= argmax
U,V
logP(U) + logP(V ) + logP(R|U, V )
= argmin
U,V
1
2 ruv
(UT
V − Ruv )2
+
λu
2
||U||2
2 +
λv
2
||V ||2
2
Hai D. Nguyen Review: Collaborative Deep Learning
Review of Probabilistic Matrix Factorization
Topic Modeling and Collaborative Topic Modeling
Collaborative Deep Learning
Latent Dirichlet Allocation
A GENERATIVE process
LDA assumes the following generative process for each
document w in a corpus D
1 For k = 1...K:
(a) φ(k)
∼ Dirichlet(β)
2 For each document d ∈ D :
(a) θd ∼ Dirichlet(α)
(b) For each word wi ∈ d :
i. zi ∼ Mult(θd )
ii. wi ∼ Mult(φ(zi )
)
Make use of Gibb Sampling or Variational Inference to train
the model
Hai D. Nguyen Review: Collaborative Deep Learning
Review of Probabilistic Matrix Factorization
Topic Modeling and Collaborative Topic Modeling
Collaborative Deep Learning
Collaborative Topic Models
Combination of LDA and PMF
In PMF, each item has a latent representation V in some
unknown latent space
In Topic modelling (LDA), each item (article) has topic
proportions θ in the learned topic space
Basic idea: Fix V = θ
Hai D. Nguyen Review: Collaborative Deep Learning
Review of Probabilistic Matrix Factorization
Topic Modeling and Collaborative Topic Modeling
Collaborative Deep Learning
Collaborative Topic Modeling: Graphical Model and
Generative Process
The generative process for CTP is defined as follow:
Hai D. Nguyen Review: Collaborative Deep Learning
Review of Probabilistic Matrix Factorization
Topic Modeling and Collaborative Topic Modeling
Collaborative Deep Learning
Collaborative Deep Learning
Same idea as CTP model previously mentioned but different
methods (Deep Learning)
Replace Topic Model (LDA here) with a certain DEEP
LEARNING model which can be DBF, SDAE or CNN.
Hai D. Nguyen Review: Collaborative Deep Learning
Review of Probabilistic Matrix Factorization
Topic Modeling and Collaborative Topic Modeling
Collaborative Deep Learning
Collaborative Deep Learning: Graphical Model and
Generative Process
The generative process for CDL is defined as follow:
Hai D. Nguyen Review: Collaborative Deep Learning
Review of Probabilistic Matrix Factorization
Topic Modeling and Collaborative Topic Modeling
Collaborative Deep Learning
Collaborative Deep Learning: Learning
Hai D. Nguyen Review: Collaborative Deep Learning
Review of Probabilistic Matrix Factorization
Topic Modeling and Collaborative Topic Modeling
Collaborative Deep Learning
Comparison between two methods: CTM vs CDL
CTM method
CDL method
Hai D. Nguyen Review: Collaborative Deep Learning
Review of Probabilistic Matrix Factorization
Topic Modeling and Collaborative Topic Modeling
Collaborative Deep Learning
Some thoughs and extensions
it canbe extended to multi-dimensional recommendation
system (e.g., context-based RS) with Tensor approaches
In my opinion, LDA can be viewed as a shalow model. In this
paper, authors proposed using DL which can automatically
and deeply extract features for document (features maybe
more effective than that of LDA)
How can we extend LDA to deeper model?
Hai D. Nguyen Review: Collaborative Deep Learning

Weitere ähnliche Inhalte

Was ist angesagt?

Introduction to Probabilistic Latent Semantic Analysis
Introduction to Probabilistic Latent Semantic AnalysisIntroduction to Probabilistic Latent Semantic Analysis
Introduction to Probabilistic Latent Semantic Analysis
NYC Predictive Analytics
 
Representing Documents and Queries as Sets of Word Embedded Vectors for Infor...
Representing Documents and Queries as Sets of Word Embedded Vectors for Infor...Representing Documents and Queries as Sets of Word Embedded Vectors for Infor...
Representing Documents and Queries as Sets of Word Embedded Vectors for Infor...
Dwaipayan Roy
 
Probabilistic retrieval model
Probabilistic retrieval modelProbabilistic retrieval model
Probabilistic retrieval model
baradhimarch81
 

Was ist angesagt? (20)

Latent dirichletallocation presentation
Latent dirichletallocation presentationLatent dirichletallocation presentation
Latent dirichletallocation presentation
 
Probabilistic Retrieval Models - Sean Golliher Lecture 8 MSU CSCI 494
Probabilistic Retrieval Models - Sean Golliher Lecture 8 MSU CSCI 494Probabilistic Retrieval Models - Sean Golliher Lecture 8 MSU CSCI 494
Probabilistic Retrieval Models - Sean Golliher Lecture 8 MSU CSCI 494
 
FaDA: Fast document aligner with word embedding - Pintu Lohar, Debasis Gangul...
FaDA: Fast document aligner with word embedding - Pintu Lohar, Debasis Gangul...FaDA: Fast document aligner with word embedding - Pintu Lohar, Debasis Gangul...
FaDA: Fast document aligner with word embedding - Pintu Lohar, Debasis Gangul...
 
Latent Dirichlet Allocation
Latent Dirichlet AllocationLatent Dirichlet Allocation
Latent Dirichlet Allocation
 
Topic model, LDA and all that
Topic model, LDA and all thatTopic model, LDA and all that
Topic model, LDA and all that
 
Topic modeling using big data analytics
Topic modeling using big data analyticsTopic modeling using big data analytics
Topic modeling using big data analytics
 
Duet @ TREC 2019 Deep Learning Track
Duet @ TREC 2019 Deep Learning TrackDuet @ TREC 2019 Deep Learning Track
Duet @ TREC 2019 Deep Learning Track
 
Lec 4,5
Lec 4,5Lec 4,5
Lec 4,5
 
Introduction to Probabilistic Latent Semantic Analysis
Introduction to Probabilistic Latent Semantic AnalysisIntroduction to Probabilistic Latent Semantic Analysis
Introduction to Probabilistic Latent Semantic Analysis
 
NLP Project: Paragraph Topic Classification
NLP Project: Paragraph Topic ClassificationNLP Project: Paragraph Topic Classification
NLP Project: Paragraph Topic Classification
 
Deep Neural Methods for Retrieval
Deep Neural Methods for RetrievalDeep Neural Methods for Retrieval
Deep Neural Methods for Retrieval
 
Ir models
Ir modelsIr models
Ir models
 
Representing Documents and Queries as Sets of Word Embedded Vectors for Infor...
Representing Documents and Queries as Sets of Word Embedded Vectors for Infor...Representing Documents and Queries as Sets of Word Embedded Vectors for Infor...
Representing Documents and Queries as Sets of Word Embedded Vectors for Infor...
 
Neural Semi-supervised Learning under Domain Shift
Neural Semi-supervised Learning under Domain ShiftNeural Semi-supervised Learning under Domain Shift
Neural Semi-supervised Learning under Domain Shift
 
Neural Models for Information Retrieval
Neural Models for Information RetrievalNeural Models for Information Retrieval
Neural Models for Information Retrieval
 
Probabilistic retrieval model
Probabilistic retrieval modelProbabilistic retrieval model
Probabilistic retrieval model
 
Topic Modeling for Information Retrieval and Word Sense Disambiguation tasks
Topic Modeling for Information Retrieval and Word Sense Disambiguation tasksTopic Modeling for Information Retrieval and Word Sense Disambiguation tasks
Topic Modeling for Information Retrieval and Word Sense Disambiguation tasks
 
Topic modeling of marketing scientific papers: An experimental survey
Topic modeling of marketing scientific papers: An experimental surveyTopic modeling of marketing scientific papers: An experimental survey
Topic modeling of marketing scientific papers: An experimental survey
 
Boolean,vector space retrieval Models
Boolean,vector space retrieval Models Boolean,vector space retrieval Models
Boolean,vector space retrieval Models
 
Survey of Generative Clustering Models 2008
Survey of Generative Clustering Models 2008Survey of Generative Clustering Models 2008
Survey of Generative Clustering Models 2008
 

Ähnlich wie Collaborative DL

graduate_thesis (1)
graduate_thesis (1)graduate_thesis (1)
graduate_thesis (1)
Sihan Chen
 
(Hierarchical) Topic Modeling_Yueshen Xu
(Hierarchical) Topic Modeling_Yueshen Xu(Hierarchical) Topic Modeling_Yueshen Xu
(Hierarchical) Topic Modeling_Yueshen Xu
Yueshen Xu
 
Spatially Coherent Latent Topic Model For Concurrent Object Segmentation and ...
Spatially Coherent Latent Topic Model For Concurrent Object Segmentation and ...Spatially Coherent Latent Topic Model For Concurrent Object Segmentation and ...
Spatially Coherent Latent Topic Model For Concurrent Object Segmentation and ...
Shao-Chuan Wang
 
Visual textual joint relevance learning for tag based social image search
Visual textual joint relevance learning for  tag based social  image searchVisual textual joint relevance learning for  tag based social  image search
Visual textual joint relevance learning for tag based social image search
Sushil kumar
 

Ähnlich wie Collaborative DL (20)

graduate_thesis (1)
graduate_thesis (1)graduate_thesis (1)
graduate_thesis (1)
 
Diversified Social Media Retrieval for News Stories
Diversified Social Media Retrieval for News StoriesDiversified Social Media Retrieval for News Stories
Diversified Social Media Retrieval for News Stories
 
Dedalo, looking for Cluster Explanations in a labyrinth of Linked Data
Dedalo, looking for Cluster Explanations in a labyrinth of Linked DataDedalo, looking for Cluster Explanations in a labyrinth of Linked Data
Dedalo, looking for Cluster Explanations in a labyrinth of Linked Data
 
A scalable gibbs sampler for probabilistic entity linking
A scalable gibbs sampler for probabilistic entity linkingA scalable gibbs sampler for probabilistic entity linking
A scalable gibbs sampler for probabilistic entity linking
 
(Hierarchical) topic modeling
(Hierarchical) topic modeling (Hierarchical) topic modeling
(Hierarchical) topic modeling
 
EXPERT OPINION AND COHERENCE BASED TOPIC MODELING
EXPERT OPINION AND COHERENCE BASED TOPIC MODELINGEXPERT OPINION AND COHERENCE BASED TOPIC MODELING
EXPERT OPINION AND COHERENCE BASED TOPIC MODELING
 
Topicmodels
TopicmodelsTopicmodels
Topicmodels
 
(Hierarchical) Topic Modeling_Yueshen Xu
(Hierarchical) Topic Modeling_Yueshen Xu(Hierarchical) Topic Modeling_Yueshen Xu
(Hierarchical) Topic Modeling_Yueshen Xu
 
Topic modelling
Topic modellingTopic modelling
Topic modelling
 
Neo4j MeetUp - Graph Exploration with MetaExp
Neo4j MeetUp - Graph Exploration with MetaExpNeo4j MeetUp - Graph Exploration with MetaExp
Neo4j MeetUp - Graph Exploration with MetaExp
 
Semantic Annotation of Documents
Semantic Annotation of DocumentsSemantic Annotation of Documents
Semantic Annotation of Documents
 
Paris Lecture 1
Paris Lecture 1Paris Lecture 1
Paris Lecture 1
 
Image Similarity Detection at Scale Using LSH and Tensorflow with Andrey Gusev
Image Similarity Detection at Scale Using LSH and Tensorflow with Andrey GusevImage Similarity Detection at Scale Using LSH and Tensorflow with Andrey Gusev
Image Similarity Detection at Scale Using LSH and Tensorflow with Andrey Gusev
 
Modeling documents with Generative Adversarial Networks - John Glover
Modeling documents with Generative Adversarial Networks - John GloverModeling documents with Generative Adversarial Networks - John Glover
Modeling documents with Generative Adversarial Networks - John Glover
 
Naver learning to rank question answer pairs using hrde-ltc
Naver learning to rank question answer pairs using hrde-ltcNaver learning to rank question answer pairs using hrde-ltc
Naver learning to rank question answer pairs using hrde-ltc
 
Oopsla04.ppt
Oopsla04.pptOopsla04.ppt
Oopsla04.ppt
 
Spatially Coherent Latent Topic Model For Concurrent Object Segmentation and ...
Spatially Coherent Latent Topic Model For Concurrent Object Segmentation and ...Spatially Coherent Latent Topic Model For Concurrent Object Segmentation and ...
Spatially Coherent Latent Topic Model For Concurrent Object Segmentation and ...
 
Sparse Composite Document Vector (Emnlp 2017)
Sparse Composite Document Vector (Emnlp 2017)Sparse Composite Document Vector (Emnlp 2017)
Sparse Composite Document Vector (Emnlp 2017)
 
Ghost
GhostGhost
Ghost
 
Visual textual joint relevance learning for tag based social image search
Visual textual joint relevance learning for  tag based social  image searchVisual textual joint relevance learning for  tag based social  image search
Visual textual joint relevance learning for tag based social image search
 

Mehr von Dai-Hai Nguyen (8)

Advanced machine learning for metabolite identification
Advanced machine learning for metabolite identificationAdvanced machine learning for metabolite identification
Advanced machine learning for metabolite identification
 
Metrics for generativemodels
Metrics for generativemodelsMetrics for generativemodels
Metrics for generativemodels
 
IBSB tutorial
IBSB tutorialIBSB tutorial
IBSB tutorial
 
Brief introduction on GAN
Brief introduction on GANBrief introduction on GAN
Brief introduction on GAN
 
Hierarchical selection
Hierarchical selectionHierarchical selection
Hierarchical selection
 
Semi-supervised learning model for molecular property prediction
Semi-supervised learning model for molecular property predictionSemi-supervised learning model for molecular property prediction
Semi-supervised learning model for molecular property prediction
 
DL for molecules
DL for moleculesDL for molecules
DL for molecules
 
Seminar
SeminarSeminar
Seminar
 

Kürzlich hochgeladen

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
Enterprise Knowledge
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 

Kürzlich hochgeladen (20)

Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 

Collaborative DL

  • 1. Review of Probabilistic Matrix Factorization Topic Modeling and Collaborative Topic Modeling Collaborative Deep Learning Review: Collaborative Deep Learning Hai D. Nguyen May 5, 2016 Hai D. Nguyen Review: Collaborative Deep Learning
  • 2. Review of Probabilistic Matrix Factorization Topic Modeling and Collaborative Topic Modeling Collaborative Deep Learning Table of contents 1 Review of Probabilistic Matrix Factorization 2 Topic Modeling and Collaborative Topic Modeling 3 Collaborative Deep Learning Hai D. Nguyen Review: Collaborative Deep Learning
  • 3. Review of Probabilistic Matrix Factorization Topic Modeling and Collaborative Topic Modeling Collaborative Deep Learning Probabilistic Matrix Factorization (PMF) T A GENERATIVE process: Pick User Factor Ui Ui ∼ N(0, σ2 u) Pick Item Factor Vj Vj ∼ N(0, σ2 v ) For each (User, Item) pair, pick Rij Rij ∼ N(UT i Vj , σ2 r ) Joint Probability: P(U, V , R) = P(U)P(V )P(R|U, V ) Graphical Model Hai D. Nguyen Review: Collaborative Deep Learning
  • 4. Review of Probabilistic Matrix Factorization Topic Modeling and Collaborative Topic Modeling Collaborative Deep Learning MAP is equivalent to Regularized Least Square MAP under gaussian distribution U∗ , V ∗ = argmax U,V P(U, V |R) = argmax U,V P(U)P(V )P(R|U, V ) = argmax U,V logP(U) + logP(V ) + logP(R|U, V ) = argmin U,V 1 2 ruv (UT V − Ruv )2 + λu 2 ||U||2 2 + λv 2 ||V ||2 2 Hai D. Nguyen Review: Collaborative Deep Learning
  • 5. Review of Probabilistic Matrix Factorization Topic Modeling and Collaborative Topic Modeling Collaborative Deep Learning Latent Dirichlet Allocation A GENERATIVE process LDA assumes the following generative process for each document w in a corpus D 1 For k = 1...K: (a) φ(k) ∼ Dirichlet(β) 2 For each document d ∈ D : (a) θd ∼ Dirichlet(α) (b) For each word wi ∈ d : i. zi ∼ Mult(θd ) ii. wi ∼ Mult(φ(zi ) ) Make use of Gibb Sampling or Variational Inference to train the model Hai D. Nguyen Review: Collaborative Deep Learning
  • 6. Review of Probabilistic Matrix Factorization Topic Modeling and Collaborative Topic Modeling Collaborative Deep Learning Collaborative Topic Models Combination of LDA and PMF In PMF, each item has a latent representation V in some unknown latent space In Topic modelling (LDA), each item (article) has topic proportions θ in the learned topic space Basic idea: Fix V = θ Hai D. Nguyen Review: Collaborative Deep Learning
  • 7. Review of Probabilistic Matrix Factorization Topic Modeling and Collaborative Topic Modeling Collaborative Deep Learning Collaborative Topic Modeling: Graphical Model and Generative Process The generative process for CTP is defined as follow: Hai D. Nguyen Review: Collaborative Deep Learning
  • 8. Review of Probabilistic Matrix Factorization Topic Modeling and Collaborative Topic Modeling Collaborative Deep Learning Collaborative Deep Learning Same idea as CTP model previously mentioned but different methods (Deep Learning) Replace Topic Model (LDA here) with a certain DEEP LEARNING model which can be DBF, SDAE or CNN. Hai D. Nguyen Review: Collaborative Deep Learning
  • 9. Review of Probabilistic Matrix Factorization Topic Modeling and Collaborative Topic Modeling Collaborative Deep Learning Collaborative Deep Learning: Graphical Model and Generative Process The generative process for CDL is defined as follow: Hai D. Nguyen Review: Collaborative Deep Learning
  • 10. Review of Probabilistic Matrix Factorization Topic Modeling and Collaborative Topic Modeling Collaborative Deep Learning Collaborative Deep Learning: Learning Hai D. Nguyen Review: Collaborative Deep Learning
  • 11. Review of Probabilistic Matrix Factorization Topic Modeling and Collaborative Topic Modeling Collaborative Deep Learning Comparison between two methods: CTM vs CDL CTM method CDL method Hai D. Nguyen Review: Collaborative Deep Learning
  • 12. Review of Probabilistic Matrix Factorization Topic Modeling and Collaborative Topic Modeling Collaborative Deep Learning Some thoughs and extensions it canbe extended to multi-dimensional recommendation system (e.g., context-based RS) with Tensor approaches In my opinion, LDA can be viewed as a shalow model. In this paper, authors proposed using DL which can automatically and deeply extract features for document (features maybe more effective than that of LDA) How can we extend LDA to deeper model? Hai D. Nguyen Review: Collaborative Deep Learning