Factorization Machines with libFM

Liangjie Hong
Liangjie HongResearch Scientist at Yahoo! Labs
Factorization Machines with libFM
Steffen Rendle
University of Konstanz
ACM TIST, May 2012

                         WUME Reading Group
                         Liangjie Hong
Outline
• Motivations
• Model
• Experiments
Motivation
Factorization models show superior performance
• Collaborative filtering
  ▫ Movie recommendation
  ▫ Tag recommendation
• Link prediction
Motivation
• (Too) many factorization models
 ▫ General Form
    matrix factorization [Srebro and Jaakkola 2003]
    tensor factorization [Tucker 1966, Harshman 1970]
 ▫ Specific Tasks
      SVD++ [Koren 2008]
      STE [Ma et al. 2011]
      timeSVD++ [Koren 2009b]
      BPTF [Xiong et al. 2010]
Motivation
• Each task requires re-design
 ▫ model
 ▫ inference algorithm
Motivation
• What we want!
 ▫ Simple, easy to use, like libSVM, Weka…
 ▫ Feed in feature vectors
 ▫ Keep factorizations!
Proposed method
• Factorization Machines
 ▫ like libSVM…
 ▫ enjoy the benefits of factorized interactions
   between variables
    2-n order interactions…
 ▫ can mimic many successful models
 ▫ three major inference algorithms
    SGD
    ALS
    MCMC
Proposed method
• Similar approaches
 ▫ Regression-based latent factor models
 ▫ SVD-feature model
 ▫ MF with Gaussian process/Dirichlet mixture
   process
Roadmap
• Model
  ▫ properties
• Probabilistic Interpretation
• Relationships with other Factorization models
  ▫   matrix factorizations
  ▫   pairwise interaction tensor factorization
  ▫   SVD++ and FPMC
  ▫   BPFT and TimeSVD++
  ▫   NN
  ▫   attribute-aware models
• Inference algorithms
  ▫ SGD, ALS, MCMC
Model
Model
Model
• Factorization model with degree = 2
Model
• Factorization model with degree = 2




   global “bias”
                               pairwise interaction   factorization!
   regression coefficients
   strength of j-th variable
Model
• Factorization model with degree = 2
Model
Model
Model: Properties
• Expressiveness
Model: Properties
•
Model: Properties
• Multi-linearity
Model: Properties
• Multi-linearity
Model: Properties
• Multi-linearity
Model: Properties
• Multi-linearity
Model: Properties
• Multi-linearity
Model: Properties
• Complexity
Model: Properties
• Complexity
Model: Properties
• Complexity
Model: Higher-order
Model: Higher-order
Relationships to other models
•   Matrix factorization
•   Pairwise interaction tensor factorization
•   SVD++ and FPMC
•   BPTF and TimeSVD++
•   NN
•   Attribute-aware models
•   SVM
•   Others
Relationships to other models
•   Matrix factorization
•   Pairwise interaction tensor factorization
•   SVD++ and FPMC
•   BPTF and TimeSVD++
•   NN
•   Attribute-aware models
•   SVM
•   Others
Relationships to other models
• Matrix factorization
Relationships to other models
• Pairwise Interaction Tensor Factorization
 ▫ [Rendle and Schmidt-Thieme 2010]
Relationships to other models
• Pairwise Interaction Tensor Factorization
Relationships to other models
• Pairwise Interaction Tensor Factorization
 ▫ Tucker Decomposition
Relationships to other models
• Pairwise Interaction Tensor Factorization
 ▫ Canonical Decomposition (CD)
Relationships to other models
• Pairwise Interaction Tensor Factorization
 ▫ Pairwise Decomposition
Relationships to other models
• Pairwise Interaction Tensor Factorization
Relationships to other models
• Pairwise Interaction Tensor Factorization
Relationships to other models
• Pairwise Interaction Tensor Factorization
Relationships to other models
• SVD++
 ▫ SVD++ [Koren 2008]
Relationships to other models
• SVD++
Relationships to other models
• SVD++
Relationships to other models
• Bayesian Probabilistic Tensor Factorization
 ▫ [Xiong et al. 2010]
• TimeSVD++
 ▫ [Koren 2009b]

• Capture temporal effects
Relationships to other models
Relationships to other models
• Nearest neighbor Models
 ▫ Factorized nearest neighbor model
    [Koren 2010]
 ▫ Non-factorized nearest neighbor model
    [Koren 2008b]
Relationships to other models
• Nearest neighbor Models
Relationships to other models
• Nearest neighbor Models
Relationships to other models
• Attribute-aware models
Relationships to other models
• Attribute-aware models
 ▫ [Agarwal and Chen 2009]
 ▫ [Gantner et al. 2010]

• Cold-start problem
Relationships to other models
• Attribute-aware models
Relationships to other models
• Attribute-aware models
Relationships to other models
• Attribute-aware models
Relationships to other models
• SVM
Relationships to other models
• SVM
 ▫ Linear kernel
Relationships to other models
• SVM
  ▫ Linear kernel




• identical to 1st order FM
Relationships to other models
• SVM
 ▫ Polynomial kernel
Relationships to other models
• SVM
 ▫ Polynomial kernel
Relationships to other models
• SVM




              V.S.
Relationships to other models
• SVM




              V.S.
Experiments
• Rating prediction
 ▫ Netflix data
 ▫ RMSE
• Context-aware recommendation
 ▫ Yahoo! Webscope data
 ▫ RMSE
• Tag recommendation
 ▫ ECML/PKDD data
 ▫ F1 measure
Experiments
• Rating prediction
Experiments
• Rating prediction
Experiments
• Context-aware Rec.
Experiments
• Tag Rec.
Conclusion
• libFM is available.
• (potentially) integrate many more models.
• A simple way to combine features & latent factors
Conclusion
• libFM is available.
• (potentially) integrate many more models.
• A simple way to combine features & latent factors


• Both 4th position in KDD Cup 2012 T1/T2
Reference
• Steffen Rendle. Factorization machines with libfm. ACM Transactions on
  Intelligent Systems and Technology, 3(3):57:1–57:22, May 2012
• Steffen Rendle. Factorization machines. In Proceedings of the 2010 IEEE
  International     Conference    on      Data     Mining,     pages    995–
  1000, Washington, DC, USA, 2010. IEEE Computer Society.
• Steffen Rendle, Zeno Gantner, Christoph Freudenthaler, and Lars Schmidt-
  Thieme. Fast context-aware recommendations with factorization machines. In
  Proceedings of the 34th international ACM SIGIR Conference on Research
  and Development in Information Retrieval (SIGIR), pages 635–644, New
  York, NY, USA, 2011. ACM
• Christoph Freudenthaler, Lars Schmidt-Thieme, and Steffen Rendle. Bayesian
  factorization machines. In Workshop on Sparse Representation and Low-rank
  Approximation,        Neural     Information        Processing     Systems
  (NIPS), Granada, Spain, 2011
1 of 67

Recommended

Personalized Retweet Prediction in Twitter by
Personalized Retweet Prediction in TwitterPersonalized Retweet Prediction in Twitter
Personalized Retweet Prediction in TwitterLiangjie Hong
1.2K views30 slides
Utilizing Marginal Net Utility for Recommendation in E-commerce by
Utilizing Marginal Net Utility for Recommendation in E-commerceUtilizing Marginal Net Utility for Recommendation in E-commerce
Utilizing Marginal Net Utility for Recommendation in E-commerceLiangjie Hong
1.2K views48 slides
Cikm 2013 - Beyond Data From User Information to Business Value by
Cikm 2013 - Beyond Data From User Information to Business ValueCikm 2013 - Beyond Data From User Information to Business Value
Cikm 2013 - Beyond Data From User Information to Business ValueXavier Amatriain
2.3K views36 slides
MMDS 2014 Talk - Distributing ML Algorithms: from GPUs to the Cloud by
MMDS 2014 Talk - Distributing ML Algorithms: from GPUs to the CloudMMDS 2014 Talk - Distributing ML Algorithms: from GPUs to the Cloud
MMDS 2014 Talk - Distributing ML Algorithms: from GPUs to the CloudXavier Amatriain
3.8K views34 slides
Recommender Systems In Industry by
Recommender Systems In IndustryRecommender Systems In Industry
Recommender Systems In IndustryXavier Amatriain
5.1K views128 slides
MLConf - Emmys, Oscars & Machine Learning Algorithms at Netflix by
MLConf - Emmys, Oscars & Machine Learning Algorithms at NetflixMLConf - Emmys, Oscars & Machine Learning Algorithms at Netflix
MLConf - Emmys, Oscars & Machine Learning Algorithms at NetflixXavier Amatriain
4K views47 slides

More Related Content

What's hot

MaxEnt (Loglinear) Models - Overview by
MaxEnt (Loglinear) Models - OverviewMaxEnt (Loglinear) Models - Overview
MaxEnt (Loglinear) Models - Overviewananth
2K views13 slides
Explainable AI - making ML and DL models more interpretable by
Explainable AI - making ML and DL models more interpretableExplainable AI - making ML and DL models more interpretable
Explainable AI - making ML and DL models more interpretableAditya Bhattacharya
205 views39 slides
Personalized Job Recommendation System at LinkedIn: Practical Challenges and ... by
Personalized Job Recommendation System at LinkedIn: Practical Challenges and ...Personalized Job Recommendation System at LinkedIn: Practical Challenges and ...
Personalized Job Recommendation System at LinkedIn: Practical Challenges and ...Benjamin Le
4.5K views34 slides
Deep Learning For Practitioners, lecture 2: Selecting the right applications... by
Deep Learning For Practitioners,  lecture 2: Selecting the right applications...Deep Learning For Practitioners,  lecture 2: Selecting the right applications...
Deep Learning For Practitioners, lecture 2: Selecting the right applications...ananth
1K views6 slides
Summary of a Recommender Systems Survey paper by
Summary of a Recommender Systems Survey paperSummary of a Recommender Systems Survey paper
Summary of a Recommender Systems Survey paperChangsung Moon
1.7K views15 slides
Introduction To Applied Machine Learning by
Introduction To Applied Machine LearningIntroduction To Applied Machine Learning
Introduction To Applied Machine Learningananth
2.2K views18 slides

What's hot(20)

MaxEnt (Loglinear) Models - Overview by ananth
MaxEnt (Loglinear) Models - OverviewMaxEnt (Loglinear) Models - Overview
MaxEnt (Loglinear) Models - Overview
ananth2K views
Explainable AI - making ML and DL models more interpretable by Aditya Bhattacharya
Explainable AI - making ML and DL models more interpretableExplainable AI - making ML and DL models more interpretable
Explainable AI - making ML and DL models more interpretable
Personalized Job Recommendation System at LinkedIn: Practical Challenges and ... by Benjamin Le
Personalized Job Recommendation System at LinkedIn: Practical Challenges and ...Personalized Job Recommendation System at LinkedIn: Practical Challenges and ...
Personalized Job Recommendation System at LinkedIn: Practical Challenges and ...
Benjamin Le4.5K views
Deep Learning For Practitioners, lecture 2: Selecting the right applications... by ananth
Deep Learning For Practitioners,  lecture 2: Selecting the right applications...Deep Learning For Practitioners,  lecture 2: Selecting the right applications...
Deep Learning For Practitioners, lecture 2: Selecting the right applications...
ananth1K views
Summary of a Recommender Systems Survey paper by Changsung Moon
Summary of a Recommender Systems Survey paperSummary of a Recommender Systems Survey paper
Summary of a Recommender Systems Survey paper
Changsung Moon1.7K views
Introduction To Applied Machine Learning by ananth
Introduction To Applied Machine LearningIntroduction To Applied Machine Learning
Introduction To Applied Machine Learning
ananth2.2K views
Tutorial: Context In Recommender Systems by YONG ZHENG
Tutorial: Context In Recommender SystemsTutorial: Context In Recommender Systems
Tutorial: Context In Recommender Systems
YONG ZHENG11.5K views
BIG2016- Lessons Learned from building real-life user-focused Big Data systems by Xavier Amatriain
BIG2016- Lessons Learned from building real-life user-focused Big Data systemsBIG2016- Lessons Learned from building real-life user-focused Big Data systems
BIG2016- Lessons Learned from building real-life user-focused Big Data systems
Xavier Amatriain3.4K views
H transformer-1d paper review!! by taeseon ryu
H transformer-1d paper review!!H transformer-1d paper review!!
H transformer-1d paper review!!
taeseon ryu482 views
Efficient Top-N Recommendation by Linear Regression by Mark Levy
Efficient Top-N Recommendation by Linear RegressionEfficient Top-N Recommendation by Linear Regression
Efficient Top-N Recommendation by Linear Regression
Mark Levy11.6K views
IMPROVED SENTIMENT ANALYSIS USING A CUSTOMIZED DISTILBERT NLP CONFIGURATION by adeij1
IMPROVED SENTIMENT ANALYSIS USING A CUSTOMIZED DISTILBERT NLP CONFIGURATIONIMPROVED SENTIMENT ANALYSIS USING A CUSTOMIZED DISTILBERT NLP CONFIGURATION
IMPROVED SENTIMENT ANALYSIS USING A CUSTOMIZED DISTILBERT NLP CONFIGURATION
adeij141 views
Recommender Systems: Advances in Collaborative Filtering by Changsung Moon
Recommender Systems: Advances in Collaborative FilteringRecommender Systems: Advances in Collaborative Filtering
Recommender Systems: Advances in Collaborative Filtering
Changsung Moon1.4K views
Context-aware preference modeling with factorization by Balázs Hidasi
Context-aware preference modeling with factorizationContext-aware preference modeling with factorization
Context-aware preference modeling with factorization
Balázs Hidasi1.7K views
Preference amplification in recommendation system by taeseon ryu
Preference amplification in recommendation system Preference amplification in recommendation system
Preference amplification in recommendation system
taeseon ryu217 views
Introduction to machine learning and model building using linear regression by Girish Gore
Introduction to machine learning and model building using linear regressionIntroduction to machine learning and model building using linear regression
Introduction to machine learning and model building using linear regression
Girish Gore457 views
Big & Personal: the data and the models behind Netflix recommendations by Xa... by BigMine
 Big & Personal: the data and the models behind Netflix recommendations by Xa... Big & Personal: the data and the models behind Netflix recommendations by Xa...
Big & Personal: the data and the models behind Netflix recommendations by Xa...
BigMine6.2K views
Comparative Recommender System Evaluation: Benchmarking Recommendation Frame... by Alan Said
Comparative Recommender System Evaluation: Benchmarking Recommendation Frame...Comparative Recommender System Evaluation: Benchmarking Recommendation Frame...
Comparative Recommender System Evaluation: Benchmarking Recommendation Frame...
Alan Said4.6K views
Strata 2016 - Lessons Learned from building real-life Machine Learning Systems by Xavier Amatriain
Strata 2016 -  Lessons Learned from building real-life Machine Learning SystemsStrata 2016 -  Lessons Learned from building real-life Machine Learning Systems
Strata 2016 - Lessons Learned from building real-life Machine Learning Systems
Xavier Amatriain5.9K views
[RIIT 2017] Identifying Grey Sheep Users By The Distribution of User Similari... by YONG ZHENG
[RIIT 2017] Identifying Grey Sheep Users By The Distribution of User Similari...[RIIT 2017] Identifying Grey Sheep Users By The Distribution of User Similari...
[RIIT 2017] Identifying Grey Sheep Users By The Distribution of User Similari...
YONG ZHENG835 views

Viewers also liked

Recommender system introduction by
Recommender system   introductionRecommender system   introduction
Recommender system introductionLiang Xiang
12.2K views39 slides
Neighbor methods vs matrix factorization - case studies of real-life recommen... by
Neighbor methods vs matrix factorization - case studies of real-life recommen...Neighbor methods vs matrix factorization - case studies of real-life recommen...
Neighbor methods vs matrix factorization - case studies of real-life recommen...Domonkos Tikk
5.8K views35 slides
Intro to Factorization Machines by
Intro to Factorization MachinesIntro to Factorization Machines
Intro to Factorization MachinesPavel Kalaidin
4.9K views19 slides
Matrix factorization by
Matrix factorizationMatrix factorization
Matrix factorizationrubyyc
1.2K views24 slides
Collaborative Filtering with Spark by
Collaborative Filtering with SparkCollaborative Filtering with Spark
Collaborative Filtering with SparkChris Johnson
46.7K views56 slides
Matrix Factorization Technique for Recommender Systems by
Matrix Factorization Technique for Recommender SystemsMatrix Factorization Technique for Recommender Systems
Matrix Factorization Technique for Recommender SystemsAladejubelo Oluwashina
1.8K views30 slides

Viewers also liked(17)

Recommender system introduction by Liang Xiang
Recommender system   introductionRecommender system   introduction
Recommender system introduction
Liang Xiang12.2K views
Neighbor methods vs matrix factorization - case studies of real-life recommen... by Domonkos Tikk
Neighbor methods vs matrix factorization - case studies of real-life recommen...Neighbor methods vs matrix factorization - case studies of real-life recommen...
Neighbor methods vs matrix factorization - case studies of real-life recommen...
Domonkos Tikk5.8K views
Intro to Factorization Machines by Pavel Kalaidin
Intro to Factorization MachinesIntro to Factorization Machines
Intro to Factorization Machines
Pavel Kalaidin4.9K views
Matrix factorization by rubyyc
Matrix factorizationMatrix factorization
Matrix factorization
rubyyc1.2K views
Collaborative Filtering with Spark by Chris Johnson
Collaborative Filtering with SparkCollaborative Filtering with Spark
Collaborative Filtering with Spark
Chris Johnson46.7K views
Lecture 6 lu factorization & determinants - section 2-5 2-7 3-1 and 3-2 by njit-ronbrown
Lecture 6   lu factorization & determinants - section 2-5 2-7 3-1 and 3-2Lecture 6   lu factorization & determinants - section 2-5 2-7 3-1 and 3-2
Lecture 6 lu factorization & determinants - section 2-5 2-7 3-1 and 3-2
njit-ronbrown1.5K views
Nonnegative Matrix Factorization by Tatsuya Yokota
Nonnegative Matrix FactorizationNonnegative Matrix Factorization
Nonnegative Matrix Factorization
Tatsuya Yokota4.4K views
آموزش محاسبات عددی - بخش دوم by faradars
آموزش محاسبات عددی - بخش دومآموزش محاسبات عددی - بخش دوم
آموزش محاسبات عددی - بخش دوم
faradars2.5K views
Introduction to Matrix Factorization Methods Collaborative Filtering by DKALab
Introduction to Matrix Factorization Methods Collaborative FilteringIntroduction to Matrix Factorization Methods Collaborative Filtering
Introduction to Matrix Factorization Methods Collaborative Filtering
DKALab18.9K views
Beginners Guide to Non-Negative Matrix Factorization by Benjamin Bengfort
Beginners Guide to Non-Negative Matrix FactorizationBeginners Guide to Non-Negative Matrix Factorization
Beginners Guide to Non-Negative Matrix Factorization
Benjamin Bengfort33.1K views
Recommender Systems by T212
Recommender SystemsRecommender Systems
Recommender Systems
T21243.9K views
Recommendation system by Vikrant Arya
Recommendation system Recommendation system
Recommendation system
Vikrant Arya54.2K views
Collaborative Filtering Recommendation System by Milind Gokhale
Collaborative Filtering Recommendation SystemCollaborative Filtering Recommendation System
Collaborative Filtering Recommendation System
Milind Gokhale10.9K views
Building a Recommendation Engine - An example of a product recommendation engine by NYC Predictive Analytics
Building a Recommendation Engine - An example of a product recommendation engineBuilding a Recommendation Engine - An example of a product recommendation engine
Building a Recommendation Engine - An example of a product recommendation engine
Recommender system algorithm and architecture by Liang Xiang
Recommender system algorithm and architectureRecommender system algorithm and architecture
Recommender system algorithm and architecture
Liang Xiang40.7K views

Similar to Factorization Machines with libFM

Introduction_to_dataassimilation by
Introduction_to_dataassimilationIntroduction_to_dataassimilation
Introduction_to_dataassimilationNils van Velzen
121 views27 slides
FP Days: Down the Clojure Rabbit Hole by
FP Days: Down the Clojure Rabbit HoleFP Days: Down the Clojure Rabbit Hole
FP Days: Down the Clojure Rabbit HoleChristophe Grand
692 views72 slides
Sybrandt Thesis Proposal Presentation by
Sybrandt Thesis Proposal PresentationSybrandt Thesis Proposal Presentation
Sybrandt Thesis Proposal PresentationJustin Sybrandt, Ph.D.
369 views92 slides
What To Leave Implicit by
What To Leave ImplicitWhat To Leave Implicit
What To Leave ImplicitMartin Odersky
3.7K views41 slides
Enriching Solr with Deep Learning for a Question Answering System - Sanket Sh... by
Enriching Solr with Deep Learning for a Question Answering System - Sanket Sh...Enriching Solr with Deep Learning for a Question Answering System - Sanket Sh...
Enriching Solr with Deep Learning for a Question Answering System - Sanket Sh...Lucidworks
564 views45 slides
Effective Detection of Model Changes by
Effective Detection of Model ChangesEffective Detection of Model Changes
Effective Detection of Model ChangesDavid Méndez-Acuña
90 views29 slides

Similar to Factorization Machines with libFM(20)

Introduction_to_dataassimilation by Nils van Velzen
Introduction_to_dataassimilationIntroduction_to_dataassimilation
Introduction_to_dataassimilation
Nils van Velzen121 views
FP Days: Down the Clojure Rabbit Hole by Christophe Grand
FP Days: Down the Clojure Rabbit HoleFP Days: Down the Clojure Rabbit Hole
FP Days: Down the Clojure Rabbit Hole
Christophe Grand692 views
Enriching Solr with Deep Learning for a Question Answering System - Sanket Sh... by Lucidworks
Enriching Solr with Deep Learning for a Question Answering System - Sanket Sh...Enriching Solr with Deep Learning for a Question Answering System - Sanket Sh...
Enriching Solr with Deep Learning for a Question Answering System - Sanket Sh...
Lucidworks564 views
The Machine Learning Workflow with Azure by Ivo Andreev
The Machine Learning Workflow with AzureThe Machine Learning Workflow with Azure
The Machine Learning Workflow with Azure
Ivo Andreev6.4K views
BPM 2014 - The Automated Discovery of Hybrid Processes by Tijs Slaats
BPM 2014 - The Automated Discovery of Hybrid ProcessesBPM 2014 - The Automated Discovery of Hybrid Processes
BPM 2014 - The Automated Discovery of Hybrid Processes
Tijs Slaats1.2K views
Marco Mancuso - Data Context Interaction by cosenzaLab
Marco Mancuso - Data Context InteractionMarco Mancuso - Data Context Interaction
Marco Mancuso - Data Context Interaction
cosenzaLab1.1K views
Approaches to Model Transformation Reuse: from Concepts to A-posteriori typing by miso_uam
Approaches to Model Transformation Reuse: from Concepts to A-posteriori typingApproaches to Model Transformation Reuse: from Concepts to A-posteriori typing
Approaches to Model Transformation Reuse: from Concepts to A-posteriori typing
miso_uam378 views
Hybrid models by hreijers
Hybrid modelsHybrid models
Hybrid models
hreijers1.2K views
The secret life of rules in Software Engineering by Jordi Cabot
The secret life of rules in Software EngineeringThe secret life of rules in Software Engineering
The secret life of rules in Software Engineering
Jordi Cabot3.1K views
IncQuery-D: Distributed Incremental Model Queries over the Cloud: Engineerin... by Daniel Varro
IncQuery-D: Distributed Incremental Model Queries over the Cloud: Engineerin...IncQuery-D: Distributed Incremental Model Queries over the Cloud: Engineerin...
IncQuery-D: Distributed Incremental Model Queries over the Cloud: Engineerin...
Daniel Varro505 views
WhyR? Analiza sentymentu by Łukasz Grala
WhyR? Analiza sentymentuWhyR? Analiza sentymentu
WhyR? Analiza sentymentu
Łukasz Grala444 views

Recently uploaded

Automating a World-Class Technology Conference; Behind the Scenes of CiscoLive by
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLiveAutomating a World-Class Technology Conference; Behind the Scenes of CiscoLive
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLiveNetwork Automation Forum
34 views35 slides
Unit 1_Lecture 2_Physical Design of IoT.pdf by
Unit 1_Lecture 2_Physical Design of IoT.pdfUnit 1_Lecture 2_Physical Design of IoT.pdf
Unit 1_Lecture 2_Physical Design of IoT.pdfStephenTec
12 views36 slides
Voice Logger - Telephony Integration Solution at Aegis by
Voice Logger - Telephony Integration Solution at AegisVoice Logger - Telephony Integration Solution at Aegis
Voice Logger - Telephony Integration Solution at AegisNirmal Sharma
39 views1 slide
NET Conf 2023 Recap by
NET Conf 2023 RecapNET Conf 2023 Recap
NET Conf 2023 RecapLee Richardson
10 views71 slides
HTTP headers that make your website go faster - devs.gent November 2023 by
HTTP headers that make your website go faster - devs.gent November 2023HTTP headers that make your website go faster - devs.gent November 2023
HTTP headers that make your website go faster - devs.gent November 2023Thijs Feryn
22 views151 slides
Info Session November 2023.pdf by
Info Session November 2023.pdfInfo Session November 2023.pdf
Info Session November 2023.pdfAleksandraKoprivica4
13 views15 slides

Recently uploaded(20)

Automating a World-Class Technology Conference; Behind the Scenes of CiscoLive by Network Automation Forum
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLiveAutomating a World-Class Technology Conference; Behind the Scenes of CiscoLive
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLive
Unit 1_Lecture 2_Physical Design of IoT.pdf by StephenTec
Unit 1_Lecture 2_Physical Design of IoT.pdfUnit 1_Lecture 2_Physical Design of IoT.pdf
Unit 1_Lecture 2_Physical Design of IoT.pdf
StephenTec12 views
Voice Logger - Telephony Integration Solution at Aegis by Nirmal Sharma
Voice Logger - Telephony Integration Solution at AegisVoice Logger - Telephony Integration Solution at Aegis
Voice Logger - Telephony Integration Solution at Aegis
Nirmal Sharma39 views
HTTP headers that make your website go faster - devs.gent November 2023 by Thijs Feryn
HTTP headers that make your website go faster - devs.gent November 2023HTTP headers that make your website go faster - devs.gent November 2023
HTTP headers that make your website go faster - devs.gent November 2023
Thijs Feryn22 views
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院 by IttrainingIttraining
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院
6g - REPORT.pdf by Liveplex
6g - REPORT.pdf6g - REPORT.pdf
6g - REPORT.pdf
Liveplex10 views
ESPC 2023 - Protect and Govern your Sensitive Data with Microsoft Purview in ... by Jasper Oosterveld
ESPC 2023 - Protect and Govern your Sensitive Data with Microsoft Purview in ...ESPC 2023 - Protect and Govern your Sensitive Data with Microsoft Purview in ...
ESPC 2023 - Protect and Govern your Sensitive Data with Microsoft Purview in ...
Case Study Copenhagen Energy and Business Central.pdf by Aitana
Case Study Copenhagen Energy and Business Central.pdfCase Study Copenhagen Energy and Business Central.pdf
Case Study Copenhagen Energy and Business Central.pdf
Aitana16 views
Serverless computing with Google Cloud (2023-24) by wesley chun
Serverless computing with Google Cloud (2023-24)Serverless computing with Google Cloud (2023-24)
Serverless computing with Google Cloud (2023-24)
wesley chun11 views
STKI Israeli Market Study 2023 corrected forecast 2023_24 v3.pdf by Dr. Jimmy Schwarzkopf
STKI Israeli Market Study 2023   corrected forecast 2023_24 v3.pdfSTKI Israeli Market Study 2023   corrected forecast 2023_24 v3.pdf
STKI Israeli Market Study 2023 corrected forecast 2023_24 v3.pdf
Piloting & Scaling Successfully With Microsoft Viva by Richard Harbridge
Piloting & Scaling Successfully With Microsoft VivaPiloting & Scaling Successfully With Microsoft Viva
Piloting & Scaling Successfully With Microsoft Viva
Igniting Next Level Productivity with AI-Infused Data Integration Workflows by Safe Software
Igniting Next Level Productivity with AI-Infused Data Integration Workflows Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Safe Software280 views
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f... by TrustArc
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...
TrustArc11 views

Factorization Machines with libFM