SlideShare une entreprise Scribd logo
1  sur  26
Télécharger pour lire hors ligne
Company	Recommendation	for	New	
Graduates	via	Implicit	Feedback	
Multiple	Matrix	Factorization	with	
Bayesian	Optimization	
IEEE BIG DATA
2016 Washington D.C.
Masahiro	Kazama1,	Issei Sato2,	Haruaki	Yatabe3,	
Tairiku Ogihara3,	Tetsuro Onishi3,	Hiroshi	Nakagawa2
1.Recruit	Technologies	Co.,	Ltd.	2.	University	of	Tokyo
3.Recruit	Career	Co.,	Ltd
Outline
• Problem	Settings
• Data	Description
• Proposed	Method
• Experiments
• Results
• Conclusion
Problem	Setting
• Unique	job	hunting	activities	of	Japanese	students
• The	starting	time	for	job	hunting	is	fixed
• All	students	apply	at	the	same	time
Example.	job	hunting	schedule	of	students	who	graduate	in	2015
Start	job	hunting	 activities Start	Interview Graduate/Join
Dec	1,	2013 April	1,	2014 April	1,	2015
Problem	Setting
• Students	have	to	send	application	sheet	for	many	
companies	to	get	a	job	offer
• Many	students	spend	much	time	on	job	hunting	
activities.	This	is	a	big	social	problem	in	Japan
• Many	students	send	application	sheet	to	the	
popular	companies	at	the	beginning.	But	they	have	
a	high	competition	rate,	therefore	they	can	not	get	
a	job	offer.
Popularity	bias
• Browsing	concentrates	on	some	companies
5Company(ordered	by	popularity)
Low-browsed	companies	(Bottom	80%)
High-browsed	companies(Top	20%)
Number	of	Students
Problem	Setting
• It	is	important	to	find	a	company	suitable	for	
students	at	an	early	stage	of	job	hunting	activities
• It	is	important	to	consider	not	only	High-browsed	
companies	but	also	Low-browsed	companies
Solutions
• We	recommend	suitable	companies	to	students	at	
an	early	stage
• We	focus	on	low-browsed	companies
Data
• Our	company	(Recruit.Co.Ltd)	provides	a	job	
recruiting	service
• Almost	all	students	use	our	service
• We	have	three	types	of	data
1. Browsing	data
2. Entry	data
3. Student/Company	information
Browsing	data
• Browsing	data	of	students	on	our	recruiting	service
• Used	for	training	our	model
• period: 2013/12/1〜2014/3/31
9
Entry	data
• Entry	data	of	students	on	our	recruiting	service
• Used	for	evaluating	our	model
• period: 2013/12/1〜2014/3/31
10
Browsing	(click)	data
11
click i1 i2 i3 i4
j1 0 4 0 21
j2 71 31 0 18
j3 3 1 2 0
Students
Company
Entry	data
12
entry i1 i2 i3 i4
j1 0 1 0 0
j2 0 1 0 1
j3 1 0 1 0
Student
Company
Student/Company	info
13
Student
Faculty
Department
etc..
Company
Industry type
Location
Number of employees
Overview
14
Purpose
Solution
・Using	browsing	data	and	student/company	information,	
we	recommend	suitable	companies	to	students
・We	focus	on	low-browsed	companies
• Using	browsing	data	->	Implicit	feedback	recommendation
• Low-browsed	item	recommendation	->	Popularity	bias
• Hyper	parameter	search	→	Bayesian	optimization
Explicit	VS	Implicit
15
Explicit feedback Implicit feedback
The	data	user	
explicitly	give.
The	user	action	data	for
guessing	user	
preference
e.g. Amazon 5	star	rating Click	log
Pros Good quality Easy to get
Much data
Con Difficult to get Noise
Popularity bias
Popularity	bias
• Browsing	concentrates	on	some	companies
→High-browsed	companies	are	more	likely	to	be	
recommended
16Company(ordered	by	popularity)
Low-browsed	company	(Bottom	80%)
We	want	to	recommend	these
High-browsed	company(Top	20%)
Number	of	students
Implicit	feedback	matrix	factorization
17
Number	of	clicks
Collaborative	Filtering	for	Implicit	Feedback	Datasets(2008)	
Yifan Hu,	Yehuda	Koren,	Chris	Volinsky
rui =
1
0
rui > 0
rui = 0
!
"
#
$#
confidence
preference
i1 i2 i3
j1 41
j2 2
j3 24 3 51
Browsing	data
Problem
• High-browsed	companies	are	more	likely	to	be	
recommended
18
i1 i2 i3 i4 i5 i6 i7 i8 i9 i10 i11 i12
Company
Number
of
clicks
Low-browsed	companies
We	want	to	recommend	these
Likely	to	be	recommended
Proposed	method
19
=	Number	of	users	who	browsed	the	company	i
(Company’s	popularity)
c	is	bigger	when	the	company	has	fewer	clicks
→	Low-browsed	companies	are	likely	to	be	
recommended
Proposed	method	with	side	
information
20
Student
information
Company
information
Hyper	parameter	search
• Weight	of	Browsing	α、β、Regularization	λ1,	λ2,	λ3
• When	the	number	of	hyper	parameter is	large,	grid	
search	doesn’t	work	well
• Use	Bayesian	optimization for	hyper	parameter	search
21
Bayesian	optimization
22
x y=f(x) y
Optimization	for	Black-box
→Gaussian	process	is	assumed	for	distribution	of	function	f(x)
→It	suggests	the	next	hyper	parameter	to	evaluate
x	:	Hyper	parameter α、β、λ1,	λ2,	λ3
f(x) :	Recall
We	want	to	find	hyper	parameter	that	maximize	Recall
Mockus,1978
Data	and	Evaluation
Recall@100(low	browsed)
23
c01 c02 c03 c04 c05 c06 c07 c08 c09 c10
Brow
sing
10 20 1 8 5 10 3 7 23 13
Entry ◯ ◯ ◯ ◯
60% 20% 20%
Training	Set	for	matrix	factorization
Validation	Set	for	Bayesian	Optimization(BO)
Evaluation	Set
Results
0 0.1 0.2 0.3 0.4 0.5
BO+Hu	et	al.
BO+Fang	et	al.
Proposed
Proposed	with	side
Proposed	models	get	better	recall
Trials	of	Bayesian	Optimization
Increasing	the	trials,	we	get	better	recall.
->	we	can	find	better	hyper	parameters
Conclusions
• We	built	a	recommendation	system	that	relaxes	
popularity	bias
• By	using	the	side	information,	the	recommendation	
performance	of	the	low-browsed	companies	
improved
• Hyper	parameter	optimization	was	performed	
using	Bayesian	optimization

Contenu connexe

Tendances

TFI Internship project report
TFI Internship project reportTFI Internship project report
TFI Internship project report
Sultan Khadar
 
TALIS 2018 - Teachers and school leaders as lifelong learners
TALIS 2018 - Teachers and school leaders as lifelong learnersTALIS 2018 - Teachers and school leaders as lifelong learners
TALIS 2018 - Teachers and school leaders as lifelong learners
EduSkills OECD
 

Tendances (14)

Getting to grips with TESTA methods
Getting to grips with TESTA methodsGetting to grips with TESTA methods
Getting to grips with TESTA methods
 
TFI Internship project report
TFI Internship project reportTFI Internship project report
TFI Internship project report
 
2019 DSA 105 Introduction to Data Science Week 4
2019 DSA 105 Introduction to Data Science Week 42019 DSA 105 Introduction to Data Science Week 4
2019 DSA 105 Introduction to Data Science Week 4
 
What questions are MOOCs asking? An evidence based investigation
What questions are MOOCs asking? An evidence based investigationWhat questions are MOOCs asking? An evidence based investigation
What questions are MOOCs asking? An evidence based investigation
 
Online Homework- Seminar presentation
Online Homework- Seminar presentationOnline Homework- Seminar presentation
Online Homework- Seminar presentation
 
Chlders&Rott Final Presentation
Chlders&Rott Final PresentationChlders&Rott Final Presentation
Chlders&Rott Final Presentation
 
Resume 2016
Resume 2016Resume 2016
Resume 2016
 
TALIS 2018 - Teachers and school leaders as lifelong learners
TALIS 2018 - Teachers and school leaders as lifelong learnersTALIS 2018 - Teachers and school leaders as lifelong learners
TALIS 2018 - Teachers and school leaders as lifelong learners
 
Presentation eapril 2 Wednesday 25/11 16.15-17.45
Presentation eapril  2 Wednesday 25/11 16.15-17.45Presentation eapril  2 Wednesday 25/11 16.15-17.45
Presentation eapril 2 Wednesday 25/11 16.15-17.45
 
Introduction to Data Science - Week 2 - Predictive Analytics
Introduction to Data Science - Week 2 - Predictive AnalyticsIntroduction to Data Science - Week 2 - Predictive Analytics
Introduction to Data Science - Week 2 - Predictive Analytics
 
IRJET- Academic Performance Analysis System
IRJET- Academic Performance Analysis SystemIRJET- Academic Performance Analysis System
IRJET- Academic Performance Analysis System
 
Evaluating a new electronic service using mixed methods
Evaluating a new electronic service using mixed methodsEvaluating a new electronic service using mixed methods
Evaluating a new electronic service using mixed methods
 
Model findings results_graphs
Model findings results_graphsModel findings results_graphs
Model findings results_graphs
 
AI ethics pathway
AI ethics pathwayAI ethics pathway
AI ethics pathway
 

En vedette

En vedette (20)

リクルートにおけるセキュリティ施策方針とCSIRT組織運営のポイント
リクルートにおけるセキュリティ施策方針とCSIRT組織運営のポイントリクルートにおけるセキュリティ施策方針とCSIRT組織運営のポイント
リクルートにおけるセキュリティ施策方針とCSIRT組織運営のポイント
 
事業とUXデザイン
事業とUXデザイン事業とUXデザイン
事業とUXデザイン
 
EMRでスポットインスタンスの自動入札ツールを作成する
EMRでスポットインスタンスの自動入札ツールを作成するEMRでスポットインスタンスの自動入札ツールを作成する
EMRでスポットインスタンスの自動入札ツールを作成する
 
Tableau活用4年の軌跡
Tableau活用4年の軌跡Tableau活用4年の軌跡
Tableau活用4年の軌跡
 
ユーザー企業内製CSIRTにおける対応のポイント
ユーザー企業内製CSIRTにおける対応のポイントユーザー企業内製CSIRTにおける対応のポイント
ユーザー企業内製CSIRTにおける対応のポイント
 
カーセンサーで深層学習を使ってUX改善を行った事例とそこからの学び
カーセンサーで深層学習を使ってUX改善を行った事例とそこからの学びカーセンサーで深層学習を使ってUX改善を行った事例とそこからの学び
カーセンサーで深層学習を使ってUX改善を行った事例とそこからの学び
 
「リクルートデータセット」 ~公開までの道のりとこれから~
「リクルートデータセット」 ~公開までの道のりとこれから~「リクルートデータセット」 ~公開までの道のりとこれから~
「リクルートデータセット」 ~公開までの道のりとこれから~
 
企業文化をサービスデザインスタイルに
企業文化をサービスデザインスタイルに企業文化をサービスデザインスタイルに
企業文化をサービスデザインスタイルに
 
ユーザー企業内製CSIRTにおける対応のポイント
ユーザー企業内製CSIRTにおける対応のポイントユーザー企業内製CSIRTにおける対応のポイント
ユーザー企業内製CSIRTにおける対応のポイント
 
銀行ロビーアシスタント
銀行ロビーアシスタント銀行ロビーアシスタント
銀行ロビーアシスタント
 
HadoopをBQにマイグレしようとしてる話
HadoopをBQにマイグレしようとしてる話HadoopをBQにマイグレしようとしてる話
HadoopをBQにマイグレしようとしてる話
 
RANCHERを使ったDev(Ops)
RANCHERを使ったDev(Ops)RANCHERを使ったDev(Ops)
RANCHERを使ったDev(Ops)
 
Rancherを活用した開発事例の紹介 ~Rancherのメリットと辛いところ~
Rancherを活用した開発事例の紹介 ~Rancherのメリットと辛いところ~Rancherを活用した開発事例の紹介 ~Rancherのメリットと辛いところ~
Rancherを活用した開発事例の紹介 ~Rancherのメリットと辛いところ~
 
新卒2年目が鍛えられたコードレビュー道場
新卒2年目が鍛えられたコードレビュー道場新卒2年目が鍛えられたコードレビュー道場
新卒2年目が鍛えられたコードレビュー道場
 
LT(自由)
LT(自由)LT(自由)
LT(自由)
 
UXDの職能要件とキャリアパスについて
UXDの職能要件とキャリアパスについてUXDの職能要件とキャリアパスについて
UXDの職能要件とキャリアパスについて
 
Struggling with BIGDATA -リクルートおけるデータサイエンス/エンジニアリング-
Struggling with BIGDATA -リクルートおけるデータサイエンス/エンジニアリング-Struggling with BIGDATA -リクルートおけるデータサイエンス/エンジニアリング-
Struggling with BIGDATA -リクルートおけるデータサイエンス/エンジニアリング-
 
リクルートテクノロジーズが語る 企業における、「AI/ディープラーニング」活用のリアル
リクルートテクノロジーズが語る 企業における、「AI/ディープラーニング」活用のリアルリクルートテクノロジーズが語る 企業における、「AI/ディープラーニング」活用のリアル
リクルートテクノロジーズが語る 企業における、「AI/ディープラーニング」活用のリアル
 
リクルートグループの現場事例から見る AI/ディープラーニング ビジネス活用の勘所
リクルートグループの現場事例から見る AI/ディープラーニング ビジネス活用の勘所リクルートグループの現場事例から見る AI/ディープラーニング ビジネス活用の勘所
リクルートグループの現場事例から見る AI/ディープラーニング ビジネス活用の勘所
 
ユーザーからみたre:Inventのこれまでと今後
ユーザーからみたre:Inventのこれまでと今後ユーザーからみたre:Inventのこれまでと今後
ユーザーからみたre:Inventのこれまでと今後
 

Similaire à Company Recommendation for New Graduates via Implicit Feedback Multiple Matrix Factorization with Bayesian Optimization

[Challenge:Future] Semi finals - Global Unemployment: A case study in Vietnam
[Challenge:Future] Semi finals - Global Unemployment: A case study in Vietnam[Challenge:Future] Semi finals - Global Unemployment: A case study in Vietnam
[Challenge:Future] Semi finals - Global Unemployment: A case study in Vietnam
Challenge:Future
 
[Challenge:Future] Global Unemployment: A case study in Vietnam
[Challenge:Future] Global Unemployment: A case study in Vietnam[Challenge:Future] Global Unemployment: A case study in Vietnam
[Challenge:Future] Global Unemployment: A case study in Vietnam
Challenge:Future
 
Prototype and Test: Design Thinking Action Lab
Prototype and Test: Design Thinking Action LabPrototype and Test: Design Thinking Action Lab
Prototype and Test: Design Thinking Action Lab
teirem1
 
UEDA Summit 2012: Awards of Excellence - Backpacks to Briefcases (NC State Un...
UEDA Summit 2012: Awards of Excellence - Backpacks to Briefcases (NC State Un...UEDA Summit 2012: Awards of Excellence - Backpacks to Briefcases (NC State Un...
UEDA Summit 2012: Awards of Excellence - Backpacks to Briefcases (NC State Un...
University Economic Development Association
 

Similaire à Company Recommendation for New Graduates via Implicit Feedback Multiple Matrix Factorization with Bayesian Optimization (20)

[Challenge:Future] Semi finals - Global Unemployment: A case study in Vietnam
[Challenge:Future] Semi finals - Global Unemployment: A case study in Vietnam[Challenge:Future] Semi finals - Global Unemployment: A case study in Vietnam
[Challenge:Future] Semi finals - Global Unemployment: A case study in Vietnam
 
[Challenge:Future] Global Unemployment: A case study in Vietnam
[Challenge:Future] Global Unemployment: A case study in Vietnam[Challenge:Future] Global Unemployment: A case study in Vietnam
[Challenge:Future] Global Unemployment: A case study in Vietnam
 
Internship Search Strategies
Internship Search StrategiesInternship Search Strategies
Internship Search Strategies
 
Degree apprenticeships: apprentice expectations and emerging perspectives
Degree apprenticeships: apprentice expectations and emerging perspectivesDegree apprenticeships: apprentice expectations and emerging perspectives
Degree apprenticeships: apprentice expectations and emerging perspectives
 
EBA (Evidence-Based Approach) Culture
EBA (Evidence-Based Approach) CultureEBA (Evidence-Based Approach) Culture
EBA (Evidence-Based Approach) Culture
 
TARGETjobs IT student survey on graduate careers in IT 2012
TARGETjobs IT student survey on graduate careers in IT 2012TARGETjobs IT student survey on graduate careers in IT 2012
TARGETjobs IT student survey on graduate careers in IT 2012
 
Prototype and Test: Design Thinking Action Lab
Prototype and Test: Design Thinking Action LabPrototype and Test: Design Thinking Action Lab
Prototype and Test: Design Thinking Action Lab
 
Demonstrating the Application of Design Thinking Methodology in MBA Fieldwork...
Demonstrating the Application of Design Thinking Methodology in MBA Fieldwork...Demonstrating the Application of Design Thinking Methodology in MBA Fieldwork...
Demonstrating the Application of Design Thinking Methodology in MBA Fieldwork...
 
Skills and strategies for higher education in the Corona Age
Skills and strategies for higher education in the Corona AgeSkills and strategies for higher education in the Corona Age
Skills and strategies for higher education in the Corona Age
 
ISBE 2012 Session
ISBE 2012 SessionISBE 2012 Session
ISBE 2012 Session
 
Keynote Sally Jordan - Computer-based assessment friend or foe? - OWD14
Keynote Sally Jordan - Computer-based assessment friend or foe? - OWD14Keynote Sally Jordan - Computer-based assessment friend or foe? - OWD14
Keynote Sally Jordan - Computer-based assessment friend or foe? - OWD14
 
[台灣人工智慧學校] 台中分校開學典禮歡迎致詞 - 孔祥重校長
[台灣人工智慧學校] 台中分校開學典禮歡迎致詞 - 孔祥重校長[台灣人工智慧學校] 台中分校開學典禮歡迎致詞 - 孔祥重校長
[台灣人工智慧學校] 台中分校開學典禮歡迎致詞 - 孔祥重校長
 
Principles of assessment
Principles of assessmentPrinciples of assessment
Principles of assessment
 
Workshop Part 1.pptx
Workshop Part 1.pptxWorkshop Part 1.pptx
Workshop Part 1.pptx
 
Copy of Training and Placement - IITM BSc Feb 2022.pptx
Copy of Training and Placement - IITM BSc Feb 2022.pptxCopy of Training and Placement - IITM BSc Feb 2022.pptx
Copy of Training and Placement - IITM BSc Feb 2022.pptx
 
Embracing AI in new forms of assessment
Embracing AI in new forms of assessmentEmbracing AI in new forms of assessment
Embracing AI in new forms of assessment
 
UEDA Summit 2012: Awards of Excellence - Backpacks to Briefcases (NC State Un...
UEDA Summit 2012: Awards of Excellence - Backpacks to Briefcases (NC State Un...UEDA Summit 2012: Awards of Excellence - Backpacks to Briefcases (NC State Un...
UEDA Summit 2012: Awards of Excellence - Backpacks to Briefcases (NC State Un...
 
AHDS Conference November 2014 - Workshop; Scottish Government
AHDS Conference November 2014 - Workshop; Scottish GovernmentAHDS Conference November 2014 - Workshop; Scottish Government
AHDS Conference November 2014 - Workshop; Scottish Government
 
SXSW 2014 Accelerator vs Incubator Presentation
SXSW 2014 Accelerator vs Incubator PresentationSXSW 2014 Accelerator vs Incubator Presentation
SXSW 2014 Accelerator vs Incubator Presentation
 
2017 New College Application Landscape
2017 New College Application Landscape2017 New College Application Landscape
2017 New College Application Landscape
 

Plus de Recruit Technologies

Plus de Recruit Technologies (13)

リクルート式AIの活用法
リクルート式AIの活用法リクルート式AIの活用法
リクルート式AIの活用法
 
リクルートにおけるマルチモーダル Deep Learning Web API 開発事例
リクルートにおけるマルチモーダル Deep Learning Web API 開発事例リクルートにおけるマルチモーダル Deep Learning Web API 開発事例
リクルートにおけるマルチモーダル Deep Learning Web API 開発事例
 
運用で泣かないアーキテクチャで動く原稿作成支援システム ~リクルートにおけるDeepLearning活用事例~
運用で泣かないアーキテクチャで動く原稿作成支援システム ~リクルートにおけるDeepLearning活用事例~運用で泣かないアーキテクチャで動く原稿作成支援システム ~リクルートにおけるDeepLearning活用事例~
運用で泣かないアーキテクチャで動く原稿作成支援システム ~リクルートにおけるDeepLearning活用事例~
 
リクルートにおける画像解析事例紹介と周辺技術紹介
リクルートにおける画像解析事例紹介と周辺技術紹介リクルートにおける画像解析事例紹介と周辺技術紹介
リクルートにおける画像解析事例紹介と周辺技術紹介
 
Spring “BigData”
Spring “BigData”Spring “BigData”
Spring “BigData”
 
Struggle against cross-domain data complexity in Recruit group
Struggle against cross-domain data complexity in Recruit groupStruggle against cross-domain data complexity in Recruit group
Struggle against cross-domain data complexity in Recruit group
 
Case study of DevOps for Hadoop in Recruit.
Case study of DevOps for Hadoop in Recruit.Case study of DevOps for Hadoop in Recruit.
Case study of DevOps for Hadoop in Recruit.
 
A3RT -The details and actual use cases of“Analytics & Artificial intelligence...
A3RT -The details and actual use cases of“Analytics & Artificial intelligence...A3RT -The details and actual use cases of“Analytics & Artificial intelligence...
A3RT -The details and actual use cases of“Analytics & Artificial intelligence...
 
Hadoop’s Impact on Recruit Company
Hadoop’s Impact on Recruit CompanyHadoop’s Impact on Recruit Company
Hadoop’s Impact on Recruit Company
 
リクルートにおけるデータのインフラ化への取組
リクルートにおけるデータのインフラ化への取組リクルートにおけるデータのインフラ化への取組
リクルートにおけるデータのインフラ化への取組
 
DataRobot活用状況@リクルートテクノロジーズ
DataRobot活用状況@リクルートテクノロジーズDataRobot活用状況@リクルートテクノロジーズ
DataRobot活用状況@リクルートテクノロジーズ
 
求職サービスの検索ログを用いたクエリのカテゴリ推定とその活用事例の紹介
求職サービスの検索ログを用いたクエリのカテゴリ推定とその活用事例の紹介求職サービスの検索ログを用いたクエリのカテゴリ推定とその活用事例の紹介
求職サービスの検索ログを用いたクエリのカテゴリ推定とその活用事例の紹介
 
リクルート式 自然言語処理技術の適応事例紹介
リクルート式 自然言語処理技術の適応事例紹介リクルート式 自然言語処理技術の適応事例紹介
リクルート式 自然言語処理技術の適応事例紹介
 

Dernier

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

Dernier (20)

Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 
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...
 
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?
 
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)
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
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...
 
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
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
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
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
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
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 

Company Recommendation for New Graduates via Implicit Feedback Multiple Matrix Factorization with Bayesian Optimization