SlideShare une entreprise Scribd logo
1  sur  36
nlab.
Machine
Group
Perception
http://www.nlab.ci.i.u-tokyo.ac.jp/
Content-based viewer estimation using image
features for recommendation of video clips
Kohei Yamamoto Riku Togashi Hideki Nakayama
Nakayama Lab. (Machine Perception Group)
Graduate School of Information Science and Technology
The University of Tokyo
Oct. 10, 2014
15年2月26日木曜日
nlab.
Machine
Group
Perception
• Introduction
• Experiment
• Result
• Conclusion & Future work
Kohei Yamamoto
Agenda
15年2月26日木曜日
nlab.
Machine
Group
Perception
• Introduction
• Experiment
• Result
• Conclusion & Future work
Kohei Yamamoto
Agenda
15年2月26日木曜日
nlab.
Machine
Group
Perception
•Popularity
•Rule-based filtering
•Collaborative filtering
•Content-based filtering
•
•
•
Recommendation
Monetize only 14%
YouTube Press Statistics :
http://yuoutube.com/yt/press/statistics (March. 12)
Kohei Yamamoto
Youtube
Background
15年2月26日木曜日
nlab.
Machine
Group
Perception
•Popularity
•Rule-based filtering
•Collaborative filtering
•Content-based filtering
•
•
•
Recommendation
Monetize only 14%
why?
YouTube Press Statistics :
http://yuoutube.com/yt/press/statistics (March. 12)
Kohei Yamamoto
Youtube
Background
15年2月26日木曜日
nlab.
Machine
Group
Perception
•Popularity
•Rule-based filtering
•Collaborative filtering
•Content-based filtering
•
•
•
Recommendation
Monetize only 14%
Cold-start problem
sparse information
ex)No login
Freshly uploaded
Meaningless title,tag
why?
YouTube Press Statistics :
http://yuoutube.com/yt/press/statistics (March. 12)
Kohei Yamamoto
Youtube
Background
15年2月26日木曜日
nlab.
Machine
Group
Perception
•Popularity
•Rule-based filtering
•Collaborative filtering
•Content-based filtering
•
•
•
Recommendation
AD / Content recommendation
Monetize only 14%
Cold-start problem
sparse information
ex)No login
Freshly uploaded
Meaningless title,tag
why?
Content-based estimation
YouTube Press Statistics :
http://yuoutube.com/yt/press/statistics (March. 12)
Kohei Yamamoto
Youtube
Background
15年2月26日木曜日
nlab.
Machine
Group
Perception
Estimating viewer profiles from image features of video clips
Content-based
estimate
Overcome cold-start problem
Image
features
Viewer
profile
Kohei Yamamoto
Objective
15年2月26日木曜日
nlab.
Machine
Group
Perception
• Linking Visual Concept Detection with Viewer
Demographics [A. Ulges et al., ICMR2012]
➡ detect concept of video clips (semantic indexing)
estimate demographic from concept
• Online video recommendation based on multi-
modal fusion and relevance feedback [Bo Yang
et al., CIVR2007]
➡ calculate the similarity of video clips using featur-
es such as colors and movements and tempo of
sound
Kohei Yamamoto
Related works
15年2月26日木曜日
nlab.
Machine
Group
Perception
Semantic indexing
•Lack of important information to estimate viewership
•High cost
label:[singer] = ?
Kohei Yamamoto
Problem in previous works
15年2月26日木曜日
nlab.
Machine
Group
Perception
Existing method Proposed method
video label demographic video demographic
“Soccer”
“Skateboard”
“Basketball”
“Baseball”
:
:
Logistic Regression
Directly
Semantic
indexing
Kohei Yamamoto
Novelty
15年2月26日木曜日
nlab.
Machine
Group
Perception
• Introduction
• Experiment
• Result
• Conclusion & Future work
Kohei Yamamoto
Agenda
15年2月26日木曜日
nlab.
Machine
Group
Perception
Creating
dataset
Extracting
features
Learning
Thumbnail
Key-frame
x=(0,1, 0,1.5.-1,......)
y=(1,0.5,2,1.5,.........)
Feature vector
Classification
Regression
Logistic regression
YouTube
!! =
exp!(!!
!! + !)
1 + exp!(!!
!! + !)
!
images
Kohei Yamamoto
Experiment
15年2月26日木曜日
nlab.
Machine
Group
Perception
Creating
dataset
Extracting
features
Learning
Thumbnail
Key-frame
x=(0,1, 0,1.5.-1,......)
y=(1,0.5,2,1.5,.........)
Feature vector
Classification
Regression
Logistic regression
YouTube
!! =
exp!(!!
!! + !)
1 + exp!(!!
!! + !)
!
images
Kohei Yamamoto
Experiment
15年2月26日木曜日
nlab.
Machine
Group
Perception
YouTube Trends Map
Scraping
http://www.youtube.com/trendsmapYouTube Trends Map:
Class
Video
Clips
Thumbnail
images
Keyframe
images
Train Male
Female
5000
5000
5000
5000
20000
20000
Test Male
Female
500
500
500
500
2000
2000
•Area -Japan
•Age -All
•Sex -Male/Female
fusion
Kohei Yamamoto
Dataset
15年2月26日木曜日
nlab.
Machine
Group
Perception
Creating
dataset
Extracting
features
Learning
Thumbnail
Key-frame
x=(0,1, 0,1.5.-1,......)
y=(1,0.5,2,1.5,.........)
Feature vector
Classification
Regression
Logistic regression
YouTube
!! =
exp!(!!
!! + !)
1 + exp!(!!
!! + !)
!
images
Kohei Yamamoto
Experiment
15年2月26日木曜日
nlab.
Machine
Group
Perception
・Gist
・Fisher vector
・SIFT
・C-SIFT
・Opponent-SIFT
・RGB-SIFT
・CNN (Caffe*1)
Kohei Yamamoto
*1 Caffe: software which provide the pre-trained CNN model ofKrizhevsky’s architecture[Yangqing Jia,]
http://caffe.berkeleyvision.org/
Image features
15年2月26日木曜日
nlab.
Machine
Group
Perception
•Modeling the shape of the scene: a holistic representation of the
spatial envelope, [A. Olivia et. al., IJCV, 2001]
•Commonly used for describing the scene of an image
3 x 4 x 4 x 20 = 960 dim
Kohei Yamamoto
Gist
Pipeline of Gist descriptor*1
*1:Evaluation of GIST descriptors for web-scale image search [Matthijs Douze et. al., CIVR 2009]
RGB Regions dimensional responses
15年2月26日木曜日
nlab.
Machine
Group
Perception
•Improving the fisher kernel for large-scale image classification, [F.
Perronnin, et.al., ECCV, 2010]
•State-of-the-art method of bag-of-visual-words based global image
representation
Kohei Yamamoto
Fisher Vector
Pipeline of Gist descriptor*1
*1:Evaluation of GIST descriptors for web-scale image search [Matthijs Douze et. al., CIVR 2009]
SIFT descriptor SIFT descriptor
Vector quantization
Gaussian Mixture
Model (GMM)
Local descriptor Image features
BoVW
Fisher Vector
* Image representation of Fisher Vector: http://www.slideshare.net/takao-y/fisher-vector
15年2月26日木曜日
nlab.
Machine
Group
Perception
Implementation:
・SIFT
・C-SIFT
・Opponent-SIFT
・RGB-SIFT
Fisher Vector
(dim = 32768)
PCA
Fisher kernel
(x4 regions)
(dim = 64)
64 Gaussians
Kohei Yamamoto
Fisher Vector
Local descriptor Image feature
15年2月26日木曜日
nlab.
Machine
Group
Perception
•Achieve surprisingly high performance in visual recognition
•Caffe*1 (dim = 4096)
•Pre-trained model*2
•Used a response of last layer as image features
*1 Caffe: software which provide the pre-trained CNN model ofKrizhevsky’s architecture[Yangqing Jia,]
http://caffe.berkeleyvision.org/
*2 Imagenet classification with deep convolutional neural networks. [ A. Krizhevsky, et.al., NIPS2012]
Kohei Yamamoto
Convolutional Neural Networks (CNN)
Pre-trained model by Supervision Group *2
Repeat convolution & pooling
15年2月26日木曜日
nlab.
Machine
Group
Perception
Creating
dataset
Extracting
features
Learning
Key-frame Image,
Audio...
x=(0,1, 0,1.5.-1,......)
y=(1,0.5,2,1.5,.........)
Feature vector
Classification
Regression
Logistic regression
YouTube
!! =
exp!(!!
!! + !)
1 + exp!(!!
!! + !)
!
Kohei Yamamoto
Experiment
15年2月26日木曜日
nlab.
Machine
Group
Perception
Kohei Yamamoto
•Train classifiers for each image feature
•Linear logistic regression
•Solver type = L2 Regularization
•Late-fusion
•Final score is defined as the average of
each classifier score (posterior probability)
•Search the best combination of features
Learning
15年2月26日木曜日
nlab.
Machine
Group
Perception
• Introduction
• Experiment
• Result
• Conclusion & Future work
Kohei Yamamoto
Agenda
15年2月26日木曜日
nlab.
Machine
Group
Perception
Thumbnail+Keyframe
Fisher Vector
(RGB-SIFT)
Gist/CNN(Caffe)
Precision, Recall, F1
Kohei Yamamoto
Result (Classification accuracy)
15年2月26日木曜日
nlab.
Machine
Group
Perception
Thumbnail+Keyframe
Fisher Vector
(RGB-SIFT)
Gist/CNN(Caffe)
Precision, Recall, F1
Kohei Yamamoto
Gist 65%
Result (Classification accuracy)
15年2月26日木曜日
nlab.
Machine
Group
Perception
Thumbnail+Keyframe
Fisher Vector
(RGB-SIFT)
Gist/CNN(Caffe)
Precision, Recall, F1
Kohei Yamamoto
Fisher Vector(RGB-SIFT) 70%
Result (Classification accuracy)
15年2月26日木曜日
nlab.
Machine
Group
Perception
Thumbnail+Keyframe
Fisher Vector
(RGB-SIFT)
Gist/CNN(Caffe)
Precision, Recall, F1
Kohei Yamamoto
73%Late-fusion of Fisher Vector’s sore 72%
Result (Classification accuracy)
15年2月26日木曜日
nlab.
Machine
Group
Perception
Thumbnail+Keyframe
Fisher Vector
(RGB-SIFT)
Gist/CNN(Caffe)
Precision, Recall, F1
Kohei Yamamoto
73%Integrating Key-frame’s score 74%
Result (Classification accuracy)
15年2月26日木曜日
nlab.
Machine
Group
Perception
Thumbnail+Keyframe
Fisher Vector
(RGB-SIFT)
Gist/CNN(Caffe)
Precision, Recall, F1
Kohei Yamamoto
Subjective evaluation 79%
Result (Classification accuracy)
15年2月26日木曜日
nlab.
Machine
Group
Perception
Thumbnail+Keyframe
Fisher Vector
(RGB-SIFT)
Gist/CNN(Caffe)
Precision, Recall, F1
Kohei Yamamoto
Result (Classification accuracy)
74% 79%
15年2月26日木曜日
nlab.
Machine
Group
Perception
Top 15 samples of high probability
(Fisher vector(RGB-SIFT))
Kohei Yamamoto
15年2月26日木曜日
nlab.
Machine
Group
Perception
• Introduction
• Experiment
• Result
• Conclusion & Future work
Kohei Yamamoto
Agenda
15年2月26日木曜日
nlab.
Machine
Group
Perception
• Proposed the method that estimate viewer demographic of video
clips using various image features
• Performed an evaluation experiment of the proposed method and
confirmed the effectiveness of it
• Fisher vector encoding a local descriptors is effective
• Local descriptors in consideration of a color information such as
RGB-SIFT are effective
• Integration of various image features of video clips and
combining of key-frame of video clips leads to improvements of
classification accuracy
Kohei Yamamoto
Conclusion
15年2月26日木曜日
nlab.
Machine
Group
Perception
• Consider a larger set of demographics (not only gender but
also region and age group)
• Compare our method with the method using high-level
concepts (semantic indexing approach)
• Improve CNN(Caffe) model to perform fine-tuning
• Use multimodal features such as audio features and text
features
Kohei Yamamoto
Future work
15年2月26日木曜日
nlab.
Machine
Group
Perception
Thank you for listening.
Question?
15年2月26日木曜日

Contenu connexe

En vedette

En vedette (20)

20160601画像電子学会
20160601画像電子学会20160601画像電子学会
20160601画像電子学会
 
Machine Translation Introduction
Machine Translation IntroductionMachine Translation Introduction
Machine Translation Introduction
 
20150930
2015093020150930
20150930
 
Deep Learningによる画像認識革命 ー歴史・最新理論から実践応用までー
Deep Learningによる画像認識革命 ー歴史・最新理論から実践応用までーDeep Learningによる画像認識革命 ー歴史・最新理論から実践応用までー
Deep Learningによる画像認識革命 ー歴史・最新理論から実践応用までー
 
マシンパーセプション研究におけるChainer活用事例
マシンパーセプション研究におけるChainer活用事例マシンパーセプション研究におけるChainer活用事例
マシンパーセプション研究におけるChainer活用事例
 
Deep Learningと画像認識   ~歴史・理論・実践~
Deep Learningと画像認識 ~歴史・理論・実践~Deep Learningと画像認識 ~歴史・理論・実践~
Deep Learningと画像認識   ~歴史・理論・実践~
 
Laplacian Pyramid of Generative Adversarial Networks (LAPGAN) - NIPS2015読み会 #...
Laplacian Pyramid of Generative Adversarial Networks (LAPGAN) - NIPS2015読み会 #...Laplacian Pyramid of Generative Adversarial Networks (LAPGAN) - NIPS2015読み会 #...
Laplacian Pyramid of Generative Adversarial Networks (LAPGAN) - NIPS2015読み会 #...
 
DeepLearningDay2016Summer
DeepLearningDay2016SummerDeepLearningDay2016Summer
DeepLearningDay2016Summer
 
Tutorial-DeepLearning-PCSJ-IMPS2016
Tutorial-DeepLearning-PCSJ-IMPS2016Tutorial-DeepLearning-PCSJ-IMPS2016
Tutorial-DeepLearning-PCSJ-IMPS2016
 
GTC Japan 2015 - Experiments to apply Deep Learning to Forex time series data
GTC Japan 2015 - Experiments to apply Deep Learning to Forex time series dataGTC Japan 2015 - Experiments to apply Deep Learning to Forex time series data
GTC Japan 2015 - Experiments to apply Deep Learning to Forex time series data
 
Deep Learningの技術と未来
Deep Learningの技術と未来Deep Learningの技術と未来
Deep Learningの技術と未来
 
NVIDIA Seminar ディープラーニングによる画像認識と応用事例
NVIDIA Seminar ディープラーニングによる画像認識と応用事例NVIDIA Seminar ディープラーニングによる画像認識と応用事例
NVIDIA Seminar ディープラーニングによる画像認識と応用事例
 
画像認識のための深層学習
画像認識のための深層学習画像認識のための深層学習
画像認識のための深層学習
 
Deep Learningの基礎と応用
Deep Learningの基礎と応用Deep Learningの基礎と応用
Deep Learningの基礎と応用
 
Adversarial Networks の画像生成に迫る @WBAFLカジュアルトーク#3
Adversarial Networks の画像生成に迫る @WBAFLカジュアルトーク#3Adversarial Networks の画像生成に迫る @WBAFLカジュアルトーク#3
Adversarial Networks の画像生成に迫る @WBAFLカジュアルトーク#3
 
Deep Learning技術の今
Deep Learning技術の今Deep Learning技術の今
Deep Learning技術の今
 
MIRU2014 tutorial deeplearning
MIRU2014 tutorial deeplearningMIRU2014 tutorial deeplearning
MIRU2014 tutorial deeplearning
 
一般向けのDeep Learning
一般向けのDeep Learning一般向けのDeep Learning
一般向けのDeep Learning
 
CVPR 2016 まとめ v1
CVPR 2016 まとめ v1CVPR 2016 まとめ v1
CVPR 2016 まとめ v1
 
Chainer Update v1.8.0 -> v1.10.0+
Chainer Update v1.8.0 -> v1.10.0+Chainer Update v1.8.0 -> v1.10.0+
Chainer Update v1.8.0 -> v1.10.0+
 

Similaire à RecSysTV2014

Machine Reading the Web: beyond Named Entity Recognition and Relation Extraction
Machine Reading the Web: beyond Named Entity Recognition and Relation ExtractionMachine Reading the Web: beyond Named Entity Recognition and Relation Extraction
Machine Reading the Web: beyond Named Entity Recognition and Relation Extraction
Estevam Hruschka
 

Similaire à RecSysTV2014 (20)

[Rakuten TechConf2014] [C-6] Japan ICHIBA Daily Work - Tools & Processes
[Rakuten TechConf2014] [C-6] Japan ICHIBA Daily Work - Tools & Processes[Rakuten TechConf2014] [C-6] Japan ICHIBA Daily Work - Tools & Processes
[Rakuten TechConf2014] [C-6] Japan ICHIBA Daily Work - Tools & Processes
 
Tomorrow's software testing for embedded systems
Tomorrow's software testing for embedded systemsTomorrow's software testing for embedded systems
Tomorrow's software testing for embedded systems
 
seven quality tool
seven quality toolseven quality tool
seven quality tool
 
Youtube Trending Prediction
Youtube Trending PredictionYoutube Trending Prediction
Youtube Trending Prediction
 
IRJET- Movie Success Prediction using Data Mining and Social Media
IRJET- Movie Success Prediction using Data Mining and Social MediaIRJET- Movie Success Prediction using Data Mining and Social Media
IRJET- Movie Success Prediction using Data Mining and Social Media
 
Video Object Extraction Using Feature Matching Based on Nonlocal Matting
Video Object Extraction Using Feature Matching Based on Nonlocal MattingVideo Object Extraction Using Feature Matching Based on Nonlocal Matting
Video Object Extraction Using Feature Matching Based on Nonlocal Matting
 
[Scrum Fest Mikawa] Successful Scrum Migration
[Scrum Fest Mikawa] Successful Scrum Migration[Scrum Fest Mikawa] Successful Scrum Migration
[Scrum Fest Mikawa] Successful Scrum Migration
 
Machine Reading the Web: beyond Named Entity Recognition and Relation Extraction
Machine Reading the Web: beyond Named Entity Recognition and Relation ExtractionMachine Reading the Web: beyond Named Entity Recognition and Relation Extraction
Machine Reading the Web: beyond Named Entity Recognition and Relation Extraction
 
Search-Based Software Testing Tool Competition 2021 by Sebastiano Panichella,...
Search-Based Software Testing Tool Competition 2021 by Sebastiano Panichella,...Search-Based Software Testing Tool Competition 2021 by Sebastiano Panichella,...
Search-Based Software Testing Tool Competition 2021 by Sebastiano Panichella,...
 
Javier Garcia - Verdugo Sanchez - The Poka - Yoke System
Javier Garcia - Verdugo Sanchez -  The Poka - Yoke SystemJavier Garcia - Verdugo Sanchez -  The Poka - Yoke System
Javier Garcia - Verdugo Sanchez - The Poka - Yoke System
 
LeSS Like Adoption @ SAP
LeSS Like Adoption @ SAPLeSS Like Adoption @ SAP
LeSS Like Adoption @ SAP
 
Tackling Open Images Challenge (2019)
Tackling Open Images Challenge (2019)Tackling Open Images Challenge (2019)
Tackling Open Images Challenge (2019)
 
デザインシステムの海で3年間もがいてみて
デザインシステムの海で3年間もがいてみてデザインシステムの海で3年間もがいてみて
デザインシステムの海で3年間もがいてみて
 
Why biased matrix factorization works well?
Why biased matrix factorization works well?Why biased matrix factorization works well?
Why biased matrix factorization works well?
 
[Hitesh mandloi] DevOpsDays Tokyo 2021 presentation
[Hitesh mandloi] DevOpsDays Tokyo 2021 presentation[Hitesh mandloi] DevOpsDays Tokyo 2021 presentation
[Hitesh mandloi] DevOpsDays Tokyo 2021 presentation
 
スクラムマスターのためのアジャイルの考え方と技術的課題
スクラムマスターのためのアジャイルの考え方と技術的課題スクラムマスターのためのアジャイルの考え方と技術的課題
スクラムマスターのためのアジャイルの考え方と技術的課題
 
[CHI 2018] OptiMo: Optimization-Guided Motion Editing for Keyframe Character ...
[CHI 2018] OptiMo: Optimization-Guided Motion Editing for Keyframe Character ...[CHI 2018] OptiMo: Optimization-Guided Motion Editing for Keyframe Character ...
[CHI 2018] OptiMo: Optimization-Guided Motion Editing for Keyframe Character ...
 
An Exploration of Cross-product App Experiences
An Exploration of Cross-product App ExperiencesAn Exploration of Cross-product App Experiences
An Exploration of Cross-product App Experiences
 
從 Atari/AlphaGo/ChatGPT 談深度強化學習及通用人工智慧
從 Atari/AlphaGo/ChatGPT 談深度強化學習及通用人工智慧從 Atari/AlphaGo/ChatGPT 談深度強化學習及通用人工智慧
從 Atari/AlphaGo/ChatGPT 談深度強化學習及通用人工智慧
 
Can We Make Maps from Videos? ~From AI Algorithm to Engineering for Continuou...
Can We Make Maps from Videos? ~From AI Algorithm to Engineering for Continuou...Can We Make Maps from Videos? ~From AI Algorithm to Engineering for Continuou...
Can We Make Maps from Videos? ~From AI Algorithm to Engineering for Continuou...
 

Dernier

Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 

Dernier (20)

Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
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...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
[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
 
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
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
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
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
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...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
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
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 

RecSysTV2014