SlideShare une entreprise Scribd logo
1  sur  27
Télécharger pour lire hors ligne
2017 IEEE CIG
Game Data Mining Competition (GDMC)
(https://cilab.sejong.ac.kr/gdmc2017/
1
KyungJoong Kim, Dumim Yoon and Jihoon Jeon
(Cognition & Intelligence Lab, Sejong University)
Sung-il Yang and SangKwang Lee
(Electronics and Telecommunications Research Institute)
EunJo Lee and Yoonjae Jang
(NCSOFT)
Game Data Mining
• Understanding game players’ behaviors from data
• Especially, predict players’ churn/retention or purchase
behaviors from game log data
• Few public datasets available to researchers and it limits the
growth of the field
2
Game Data Mining Competition
• Access to the big game log data (about 100G) from
commercially successful MMORPG game, Blade & Soul
by NCSOFT, one of the biggest game companies in South
Korea
• Predict the game players’ churn (binary classification problem)
and survival time (regression problem) from the massive
game log data
3
4
http://www.bladeandsoul.com/en/
Competition Tracks
Track 1: Churn Prediction
In this track, participants will predict players’ churn or retention
on the test datasets. The winner will be determined based on
the average F1-Measure.
Track 2: Survival Analysis
In this track, participants will predict the survival time (the
number of days) of game players on the test datasets. The
winner will be determined based on the average Root Mean
Squared Logarithmic Error (RMSLE).
5
GDMC 2017 Homepage
• Important Dates
• Problem Description
• Tutorial (with R)
• Data Description
• Rules
6
https://cilab.sejong.ac.kr/gdmc2017/
GDMC 2017 Google Groups
https://groups.google.com/d/forum/gdmc2017
• Announcement
• Sample Log
• Log Schema
• Log Data Download
• Training Data
• Test Data without Label
• Question/Answer
7
0
76
106
206
255 264
0
50
100
150
200
250
300
March April May June July August
#ofMembers
Test Server
http://web_cilab.sejong.ac.kr/gdmcServer/
8
• Test your predictions
before the deadline
• 10% of test data used for
this test server (not used in
final rankings)
• For security reason, limit
maximum 48 trials per day
(30 minutes waiting time
from the last submission)
Problems Description
9
Prediction Targets
10
Expense
Loyalty
Light Users
or
Malicious Users
(Bots)
Prediction Targets
Predictions about 3 Weeks from Now
11
Churn/Retention
Time
Three WeeksTwo Months
User Data
Churn/Retention
• Long-term inactive state
as a Churn
• How many weeks for
churn decision?
• Five Weeks
• Retention: Logged in the
game more than once
during the five weeks
12
Concept Drift
(Dec 2016~)
13
Subscription Model
(Monthly Fixed Charge Payment) Free-to-Play
Data Description
14
Data Set Time Period Weeks
Number of
Gamers
Data Size*
Training APR-1-2017 ~ MAY-11-2017 6
4000
(30% churn)
48G
(175m
Events)
Test Set 1 JULY-27-2016 ~ SEP-21-2016 8
3000
(30% churn)
30G
Test Set 2 DEC-14-2017 ~ FEB-08-2017 8
3000
(30% churn)
30G
* Uncompressed Size
Log Data Sample
15
Time Event Type Details (up to 72 columns)
2016-05-04 6:38:32 PM Enter World Login Type, Actor Data …
2016-05-04 6:39:16 PM Enter Zone Enter Zone Reason, Zone Type …
2016-05-04 6:39:36 PM Lose Item Item Type, Item Count, …
2016-05-04 6:39:36 PM Get Item Item Type, Item Count, …
2016-05-04 6:39:40 PM Get Item Item Type, Item Count, …
⋮ ⋮ ⋮
82 Event Types
(World, Zone, Item, Party, Quest, Guild)
Competition Results
Track 1 Churn Prediction
16
Participants (13 Teams)
17
Team name Team member Affiliation Type County
GoAlone 1 Yonsei University Academia South Korea
DTND 3 DTND ? South Korea
goedle.io 2 goedle.io GmbH Industry Germany
IISLABSKKU 3 Sungkyunkwan University Academia South Korea
leessang 2 Yonsei University Academia South Korea
TheCowKing 2 KAIST Academia South Korea
TripleS 3 - ? South Korea
UTU 4 University of Turku Academia Finland
YD 6 Silicon Studio Industry Japan
YK 1 Yonsei University Academia South Korea
suya 1 Yonsei University Academia South Korea
NoJam 3 Yonsei University Academia South Korea
MNDS 3 Yonsei University Academia South Korea
18
Rank Team Test1 score Test2 score Total score
1 YD (Japan) 0.61008 0.63326 0.62145
2 UTU (Finland) 0.60326 0.60370 0.60348
3 TripleS (Korea) 0.57968 0.62459 0.60130
4 TheCowKing 0.59370 0.60718 0.60036
5 goedleio 0.57717 0.60095 0.58882
6 MNDS 0.55920 0.56205 0.56062
7 DTND 0.49937 0.58776 0.53997
8 IISLABSKKU 0.56643 0.48733 0.52391
9 suya 0.44460 0.40967 0.42642
10 YK 0.49099 0.33181 0.39600
11 GoAlone 0.42697 0.31019 0.35933
12 NoJam 0.30741 0.30930 0.30835
13 Lessang 0.29760 0.29202 0.29479
YD (Winner)
• Silicon Studio, Japan
• Team Members: Paul Bertens, Pei Pei Chen, Kexin Chen, Anna
Guitart, Sovann Lay, Africa Perianez
• Find features which have similar distribution between training
set and testing set.
• Test 1 : LSTM + DNN (implemented with Keras)
• Test 2 : Extra Tree Classifier (# of trees = 50)
19
20
LSTM+DNN
from the document of YD team
21
Rank Team Techniques
1 YD LSTM+DNN, Extra-Trees Classifier
2 UTU Logistic Regression
3 TripleS Random Forest
4 TheCowKing
LightGBM
(Light Gradient Boosting Machine)
5 goedleio Feed Forward Neural Network
6 MNDS Deep Neural Network
7 DTND Generalized Linear Model
8 IISLABSKKU Tree Boosting
9 suya Deep Neural Network
10 YK Logistic Regression
11 GoAlone Logistic Regression
12 NoJam Decision Tree
13 Lessang Deep Neural Network
Neural Net
Tree
Approach
Linear
Models
Competition Results
Track 2 Survival Analysis
22
Participants (5 Teams)
23
Team name Team member Affiliation County
DTND 3 DTND South Korea
IISLABSKKU 3 Sungkyunkwan University South Korea
TripleS 3 - South Korea
UTU 4 University of Turku Finland
YD 6 Silicon Studio Japan
24
Rank Team Test1 score Test2 score Total score
1 YD (Japan) 0.883248 0.616499 0.726151
2 IISLABSKKU (Korea) 1.034321 0.679214 0.819972
3 UTU (Finland) 0.927712 0.898471 0.912857
4 TripleS 0.958308 0.891106 0.923486
5 DTND 1.032688 0.930417 0.978888
25
Rank Team Techniques
1 YD
Ensemble of Conditional Inference Trees
(# of Trees = 900)
2 IISLABSKKU Tree Boosting
3 UTU Linear Regression
4 TripleS Ensemble Tree Method
5 DTND Generalized Linear Model
Neural Net
Tree
Approach
Linear
Models
Future Data Use
• Data Download Deadline
• Active until end of August, we’re under discussion to extend the
deadline
• Data Use for Academic Research
• No restriction on the data use for academic research (please include
acknowledgement on this competition and NCSOFT)
• Test Data Label
• We’ll open the test data label soon.
26
Q & A
27

Contenu connexe

Tendances

Aaron Roth, Associate Professor, University of Pennsylvania, at MLconf NYC 2017
Aaron Roth, Associate Professor, University of Pennsylvania, at MLconf NYC 2017Aaron Roth, Associate Professor, University of Pennsylvania, at MLconf NYC 2017
Aaron Roth, Associate Professor, University of Pennsylvania, at MLconf NYC 2017MLconf
 
Erik Bernhardsson, CTO, Better Mortgage
Erik Bernhardsson, CTO, Better MortgageErik Bernhardsson, CTO, Better Mortgage
Erik Bernhardsson, CTO, Better MortgageMLconf
 
Hanie Sedghi, Research Scientist at Allen Institute for Artificial Intelligen...
Hanie Sedghi, Research Scientist at Allen Institute for Artificial Intelligen...Hanie Sedghi, Research Scientist at Allen Institute for Artificial Intelligen...
Hanie Sedghi, Research Scientist at Allen Institute for Artificial Intelligen...MLconf
 
Parallel Recurrent Neural Network Architectures for Feature-rich Session-base...
Parallel Recurrent Neural Network Architectures for Feature-rich Session-base...Parallel Recurrent Neural Network Architectures for Feature-rich Session-base...
Parallel Recurrent Neural Network Architectures for Feature-rich Session-base...Balázs Hidasi
 
Face recognition and deep learning โดย ดร. สรรพฤทธิ์ มฤคทัต NECTEC
Face recognition and deep learning  โดย ดร. สรรพฤทธิ์ มฤคทัต NECTECFace recognition and deep learning  โดย ดร. สรรพฤทธิ์ มฤคทัต NECTEC
Face recognition and deep learning โดย ดร. สรรพฤทธิ์ มฤคทัต NECTECBAINIDA
 
Corinna Cortes, Head of Research, Google, at MLconf NYC 2017
Corinna Cortes, Head of Research, Google, at MLconf NYC 2017Corinna Cortes, Head of Research, Google, at MLconf NYC 2017
Corinna Cortes, Head of Research, Google, at MLconf NYC 2017MLconf
 
Deep Reinforcement Learning: MDP & DQN - Xavier Giro-i-Nieto - UPC Barcelona ...
Deep Reinforcement Learning: MDP & DQN - Xavier Giro-i-Nieto - UPC Barcelona ...Deep Reinforcement Learning: MDP & DQN - Xavier Giro-i-Nieto - UPC Barcelona ...
Deep Reinforcement Learning: MDP & DQN - Xavier Giro-i-Nieto - UPC Barcelona ...Universitat Politècnica de Catalunya
 
Deep Learning for Recommender Systems RecSys2017 Tutorial
Deep Learning for Recommender Systems RecSys2017 Tutorial Deep Learning for Recommender Systems RecSys2017 Tutorial
Deep Learning for Recommender Systems RecSys2017 Tutorial Alexandros Karatzoglou
 

Tendances (8)

Aaron Roth, Associate Professor, University of Pennsylvania, at MLconf NYC 2017
Aaron Roth, Associate Professor, University of Pennsylvania, at MLconf NYC 2017Aaron Roth, Associate Professor, University of Pennsylvania, at MLconf NYC 2017
Aaron Roth, Associate Professor, University of Pennsylvania, at MLconf NYC 2017
 
Erik Bernhardsson, CTO, Better Mortgage
Erik Bernhardsson, CTO, Better MortgageErik Bernhardsson, CTO, Better Mortgage
Erik Bernhardsson, CTO, Better Mortgage
 
Hanie Sedghi, Research Scientist at Allen Institute for Artificial Intelligen...
Hanie Sedghi, Research Scientist at Allen Institute for Artificial Intelligen...Hanie Sedghi, Research Scientist at Allen Institute for Artificial Intelligen...
Hanie Sedghi, Research Scientist at Allen Institute for Artificial Intelligen...
 
Parallel Recurrent Neural Network Architectures for Feature-rich Session-base...
Parallel Recurrent Neural Network Architectures for Feature-rich Session-base...Parallel Recurrent Neural Network Architectures for Feature-rich Session-base...
Parallel Recurrent Neural Network Architectures for Feature-rich Session-base...
 
Face recognition and deep learning โดย ดร. สรรพฤทธิ์ มฤคทัต NECTEC
Face recognition and deep learning  โดย ดร. สรรพฤทธิ์ มฤคทัต NECTECFace recognition and deep learning  โดย ดร. สรรพฤทธิ์ มฤคทัต NECTEC
Face recognition and deep learning โดย ดร. สรรพฤทธิ์ มฤคทัต NECTEC
 
Corinna Cortes, Head of Research, Google, at MLconf NYC 2017
Corinna Cortes, Head of Research, Google, at MLconf NYC 2017Corinna Cortes, Head of Research, Google, at MLconf NYC 2017
Corinna Cortes, Head of Research, Google, at MLconf NYC 2017
 
Deep Reinforcement Learning: MDP & DQN - Xavier Giro-i-Nieto - UPC Barcelona ...
Deep Reinforcement Learning: MDP & DQN - Xavier Giro-i-Nieto - UPC Barcelona ...Deep Reinforcement Learning: MDP & DQN - Xavier Giro-i-Nieto - UPC Barcelona ...
Deep Reinforcement Learning: MDP & DQN - Xavier Giro-i-Nieto - UPC Barcelona ...
 
Deep Learning for Recommender Systems RecSys2017 Tutorial
Deep Learning for Recommender Systems RecSys2017 Tutorial Deep Learning for Recommender Systems RecSys2017 Tutorial
Deep Learning for Recommender Systems RecSys2017 Tutorial
 

Similaire à Gdmc v11 presentation

2017 Fighting Game AI Competition
2017 Fighting Game AI Competition2017 Fighting Game AI Competition
2017 Fighting Game AI Competitionftgaic
 
Mastering the game of go with deep neural networks and tree search
Mastering the game of go with deep neural networks and tree searchMastering the game of go with deep neural networks and tree search
Mastering the game of go with deep neural networks and tree searchSanFengChang
 
Custom-Made Games with Machine Learning and Big Data
Custom-Made Games with Machine Learning and Big DataCustom-Made Games with Machine Learning and Big Data
Custom-Made Games with Machine Learning and Big DataAfrica Perianez
 
PFDet: 2nd Place Solutions to Open Images Competition
PFDet: 2nd Place Solutions to Open Images CompetitionPFDet: 2nd Place Solutions to Open Images Competition
PFDet: 2nd Place Solutions to Open Images CompetitionShotaro Sano
 
【DL輪読会】Toward Fast and Stabilized GAN Training for Highfidelity Few-shot Imag...
【DL輪読会】Toward Fast and Stabilized GAN Training for Highfidelity Few-shot Imag...【DL輪読会】Toward Fast and Stabilized GAN Training for Highfidelity Few-shot Imag...
【DL輪読会】Toward Fast and Stabilized GAN Training for Highfidelity Few-shot Imag...Deep Learning JP
 
Churn Prediction in Mobile Social Games: Towards a Complete Assessment Using ...
Churn Prediction in Mobile Social Games: Towards a Complete Assessment Using ...Churn Prediction in Mobile Social Games: Towards a Complete Assessment Using ...
Churn Prediction in Mobile Social Games: Towards a Complete Assessment Using ...Silicon Studio Corporation
 
GVGAI Single-Player Learning Competition at IEEE CIG17
GVGAI Single-Player Learning Competition at IEEE CIG17GVGAI Single-Player Learning Competition at IEEE CIG17
GVGAI Single-Player Learning Competition at IEEE CIG17Jialin LIU
 
How DeepMind Mastered The Game Of Go
How DeepMind Mastered The Game Of GoHow DeepMind Mastered The Game Of Go
How DeepMind Mastered The Game Of GoTim Riser
 
Deep learning to the rescue - solving long standing problems of recommender ...
Deep learning to the rescue - solving long standing problems of recommender ...Deep learning to the rescue - solving long standing problems of recommender ...
Deep learning to the rescue - solving long standing problems of recommender ...Balázs Hidasi
 
Design Patterns using Amazon DynamoDB
 Design Patterns using Amazon DynamoDB Design Patterns using Amazon DynamoDB
Design Patterns using Amazon DynamoDBAmazon Web Services
 
Why biased matrix factorization works well?
Why biased matrix factorization works well?Why biased matrix factorization works well?
Why biased matrix factorization works well?Joonyoung Yi
 
[CS570] Machine Learning Team Project (I know what items really are)
[CS570] Machine Learning Team Project (I know what items really are)[CS570] Machine Learning Team Project (I know what items really are)
[CS570] Machine Learning Team Project (I know what items really are)Kunwoo Park
 
Mastering the game of go with deep neural networks and tree searching
Mastering the game of go with deep neural networks and tree searchingMastering the game of go with deep neural networks and tree searching
Mastering the game of go with deep neural networks and tree searchingBrian Kim
 
A Random Forest using a Multi-valued Decision Diagram on an FPGa
A Random Forest using a Multi-valued Decision Diagram on an FPGaA Random Forest using a Multi-valued Decision Diagram on an FPGa
A Random Forest using a Multi-valued Decision Diagram on an FPGaHiroki Nakahara
 
Interplay of Game Incentives, Player Profiles and Task Difficulty in Games with ...
Interplay of Game Incentives, Player Profiles and Task Difficulty in Games with ...Interplay of Game Incentives, Player Profiles and Task Difficulty in Games with ...
Interplay of Game Incentives, Player Profiles and Task Difficulty in Games with ...Irene Celino
 
Cig2014 starcraft_competition
Cig2014 starcraft_competitionCig2014 starcraft_competition
Cig2014 starcraft_competitionHo-Chul Cho
 
A Combination of Simple Models by Forward Predictor Selection for Job Recomme...
A Combination of Simple Models by Forward Predictor Selection for Job Recomme...A Combination of Simple Models by Forward Predictor Selection for Job Recomme...
A Combination of Simple Models by Forward Predictor Selection for Job Recomme...David Zibriczky
 

Similaire à Gdmc v11 presentation (20)

2017 Fighting Game AI Competition
2017 Fighting Game AI Competition2017 Fighting Game AI Competition
2017 Fighting Game AI Competition
 
Mastering the game of go with deep neural networks and tree search
Mastering the game of go with deep neural networks and tree searchMastering the game of go with deep neural networks and tree search
Mastering the game of go with deep neural networks and tree search
 
Custom-Made Games with Machine Learning and Big Data
Custom-Made Games with Machine Learning and Big DataCustom-Made Games with Machine Learning and Big Data
Custom-Made Games with Machine Learning and Big Data
 
PFDet: 2nd Place Solutions to Open Images Competition
PFDet: 2nd Place Solutions to Open Images CompetitionPFDet: 2nd Place Solutions to Open Images Competition
PFDet: 2nd Place Solutions to Open Images Competition
 
【DL輪読会】Toward Fast and Stabilized GAN Training for Highfidelity Few-shot Imag...
【DL輪読会】Toward Fast and Stabilized GAN Training for Highfidelity Few-shot Imag...【DL輪読会】Toward Fast and Stabilized GAN Training for Highfidelity Few-shot Imag...
【DL輪読会】Toward Fast and Stabilized GAN Training for Highfidelity Few-shot Imag...
 
AlphaGo and AlphaGo Zero
AlphaGo and AlphaGo ZeroAlphaGo and AlphaGo Zero
AlphaGo and AlphaGo Zero
 
Churn Prediction in Mobile Social Games: Towards a Complete Assessment Using ...
Churn Prediction in Mobile Social Games: Towards a Complete Assessment Using ...Churn Prediction in Mobile Social Games: Towards a Complete Assessment Using ...
Churn Prediction in Mobile Social Games: Towards a Complete Assessment Using ...
 
GVGAI Single-Player Learning Competition at IEEE CIG17
GVGAI Single-Player Learning Competition at IEEE CIG17GVGAI Single-Player Learning Competition at IEEE CIG17
GVGAI Single-Player Learning Competition at IEEE CIG17
 
How DeepMind Mastered The Game Of Go
How DeepMind Mastered The Game Of GoHow DeepMind Mastered The Game Of Go
How DeepMind Mastered The Game Of Go
 
Deep learning to the rescue - solving long standing problems of recommender ...
Deep learning to the rescue - solving long standing problems of recommender ...Deep learning to the rescue - solving long standing problems of recommender ...
Deep learning to the rescue - solving long standing problems of recommender ...
 
Design Patterns using Amazon DynamoDB
 Design Patterns using Amazon DynamoDB Design Patterns using Amazon DynamoDB
Design Patterns using Amazon DynamoDB
 
Why biased matrix factorization works well?
Why biased matrix factorization works well?Why biased matrix factorization works well?
Why biased matrix factorization works well?
 
[CS570] Machine Learning Team Project (I know what items really are)
[CS570] Machine Learning Team Project (I know what items really are)[CS570] Machine Learning Team Project (I know what items really are)
[CS570] Machine Learning Team Project (I know what items really are)
 
4Front Game Data Science
4Front Game Data Science4Front Game Data Science
4Front Game Data Science
 
ProjectReport
ProjectReportProjectReport
ProjectReport
 
Mastering the game of go with deep neural networks and tree searching
Mastering the game of go with deep neural networks and tree searchingMastering the game of go with deep neural networks and tree searching
Mastering the game of go with deep neural networks and tree searching
 
A Random Forest using a Multi-valued Decision Diagram on an FPGa
A Random Forest using a Multi-valued Decision Diagram on an FPGaA Random Forest using a Multi-valued Decision Diagram on an FPGa
A Random Forest using a Multi-valued Decision Diagram on an FPGa
 
Interplay of Game Incentives, Player Profiles and Task Difficulty in Games with ...
Interplay of Game Incentives, Player Profiles and Task Difficulty in Games with ...Interplay of Game Incentives, Player Profiles and Task Difficulty in Games with ...
Interplay of Game Incentives, Player Profiles and Task Difficulty in Games with ...
 
Cig2014 starcraft_competition
Cig2014 starcraft_competitionCig2014 starcraft_competition
Cig2014 starcraft_competition
 
A Combination of Simple Models by Forward Predictor Selection for Job Recomme...
A Combination of Simple Models by Forward Predictor Selection for Job Recomme...A Combination of Simple Models by Forward Predictor Selection for Job Recomme...
A Combination of Simple Models by Forward Predictor Selection for Job Recomme...
 

Dernier

A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMANIlamathiKannappan
 
Pharma Works Profile of Karan Communications
Pharma Works Profile of Karan CommunicationsPharma Works Profile of Karan Communications
Pharma Works Profile of Karan Communicationskarancommunications
 
The Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case studyThe Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case studyEthan lee
 
7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...Paul Menig
 
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779Delhi Call girls
 
Monte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMMonte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMRavindra Nath Shukla
 
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...Lviv Startup Club
 
Ensure the security of your HCL environment by applying the Zero Trust princi...
Ensure the security of your HCL environment by applying the Zero Trust princi...Ensure the security of your HCL environment by applying the Zero Trust princi...
Ensure the security of your HCL environment by applying the Zero Trust princi...Roland Driesen
 
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLMONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLSeo
 
Regression analysis: Simple Linear Regression Multiple Linear Regression
Regression analysis:  Simple Linear Regression Multiple Linear RegressionRegression analysis:  Simple Linear Regression Multiple Linear Regression
Regression analysis: Simple Linear Regression Multiple Linear RegressionRavindra Nath Shukla
 
HONOR Veterans Event Keynote by Michael Hawkins
HONOR Veterans Event Keynote by Michael HawkinsHONOR Veterans Event Keynote by Michael Hawkins
HONOR Veterans Event Keynote by Michael HawkinsMichael W. Hawkins
 
Call Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine ServiceCall Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine Serviceritikaroy0888
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...lizamodels9
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Dipal Arora
 
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesMysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesDipal Arora
 
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...amitlee9823
 
Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Centuryrwgiffor
 
Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Neil Kimberley
 
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...Any kyc Account
 

Dernier (20)

A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMAN
 
Pharma Works Profile of Karan Communications
Pharma Works Profile of Karan CommunicationsPharma Works Profile of Karan Communications
Pharma Works Profile of Karan Communications
 
The Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case studyThe Coffee Bean & Tea Leaf(CBTL), Business strategy case study
The Coffee Bean & Tea Leaf(CBTL), Business strategy case study
 
Mifty kit IN Salmiya (+918133066128) Abortion pills IN Salmiyah Cytotec pills
Mifty kit IN Salmiya (+918133066128) Abortion pills IN Salmiyah Cytotec pillsMifty kit IN Salmiya (+918133066128) Abortion pills IN Salmiyah Cytotec pills
Mifty kit IN Salmiya (+918133066128) Abortion pills IN Salmiyah Cytotec pills
 
7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...
 
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
Best VIP Call Girls Noida Sector 40 Call Me: 8448380779
 
Monte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSMMonte Carlo simulation : Simulation using MCSM
Monte Carlo simulation : Simulation using MCSM
 
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
 
Ensure the security of your HCL environment by applying the Zero Trust princi...
Ensure the security of your HCL environment by applying the Zero Trust princi...Ensure the security of your HCL environment by applying the Zero Trust princi...
Ensure the security of your HCL environment by applying the Zero Trust princi...
 
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLMONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
 
Regression analysis: Simple Linear Regression Multiple Linear Regression
Regression analysis:  Simple Linear Regression Multiple Linear RegressionRegression analysis:  Simple Linear Regression Multiple Linear Regression
Regression analysis: Simple Linear Regression Multiple Linear Regression
 
HONOR Veterans Event Keynote by Michael Hawkins
HONOR Veterans Event Keynote by Michael HawkinsHONOR Veterans Event Keynote by Michael Hawkins
HONOR Veterans Event Keynote by Michael Hawkins
 
Call Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine ServiceCall Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine Service
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
 
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best ServicesMysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
Mysore Call Girls 8617370543 WhatsApp Number 24x7 Best Services
 
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
 
Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Century
 
Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023
 
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
KYC-Verified Accounts: Helping Companies Handle Challenging Regulatory Enviro...
 

Gdmc v11 presentation

  • 1. 2017 IEEE CIG Game Data Mining Competition (GDMC) (https://cilab.sejong.ac.kr/gdmc2017/ 1 KyungJoong Kim, Dumim Yoon and Jihoon Jeon (Cognition & Intelligence Lab, Sejong University) Sung-il Yang and SangKwang Lee (Electronics and Telecommunications Research Institute) EunJo Lee and Yoonjae Jang (NCSOFT)
  • 2. Game Data Mining • Understanding game players’ behaviors from data • Especially, predict players’ churn/retention or purchase behaviors from game log data • Few public datasets available to researchers and it limits the growth of the field 2
  • 3. Game Data Mining Competition • Access to the big game log data (about 100G) from commercially successful MMORPG game, Blade & Soul by NCSOFT, one of the biggest game companies in South Korea • Predict the game players’ churn (binary classification problem) and survival time (regression problem) from the massive game log data 3
  • 5. Competition Tracks Track 1: Churn Prediction In this track, participants will predict players’ churn or retention on the test datasets. The winner will be determined based on the average F1-Measure. Track 2: Survival Analysis In this track, participants will predict the survival time (the number of days) of game players on the test datasets. The winner will be determined based on the average Root Mean Squared Logarithmic Error (RMSLE). 5
  • 6. GDMC 2017 Homepage • Important Dates • Problem Description • Tutorial (with R) • Data Description • Rules 6 https://cilab.sejong.ac.kr/gdmc2017/
  • 7. GDMC 2017 Google Groups https://groups.google.com/d/forum/gdmc2017 • Announcement • Sample Log • Log Schema • Log Data Download • Training Data • Test Data without Label • Question/Answer 7 0 76 106 206 255 264 0 50 100 150 200 250 300 March April May June July August #ofMembers
  • 8. Test Server http://web_cilab.sejong.ac.kr/gdmcServer/ 8 • Test your predictions before the deadline • 10% of test data used for this test server (not used in final rankings) • For security reason, limit maximum 48 trials per day (30 minutes waiting time from the last submission)
  • 11. Predictions about 3 Weeks from Now 11 Churn/Retention Time Three WeeksTwo Months User Data
  • 12. Churn/Retention • Long-term inactive state as a Churn • How many weeks for churn decision? • Five Weeks • Retention: Logged in the game more than once during the five weeks 12
  • 13. Concept Drift (Dec 2016~) 13 Subscription Model (Monthly Fixed Charge Payment) Free-to-Play
  • 14. Data Description 14 Data Set Time Period Weeks Number of Gamers Data Size* Training APR-1-2017 ~ MAY-11-2017 6 4000 (30% churn) 48G (175m Events) Test Set 1 JULY-27-2016 ~ SEP-21-2016 8 3000 (30% churn) 30G Test Set 2 DEC-14-2017 ~ FEB-08-2017 8 3000 (30% churn) 30G * Uncompressed Size
  • 15. Log Data Sample 15 Time Event Type Details (up to 72 columns) 2016-05-04 6:38:32 PM Enter World Login Type, Actor Data … 2016-05-04 6:39:16 PM Enter Zone Enter Zone Reason, Zone Type … 2016-05-04 6:39:36 PM Lose Item Item Type, Item Count, … 2016-05-04 6:39:36 PM Get Item Item Type, Item Count, … 2016-05-04 6:39:40 PM Get Item Item Type, Item Count, … ⋮ ⋮ ⋮ 82 Event Types (World, Zone, Item, Party, Quest, Guild)
  • 16. Competition Results Track 1 Churn Prediction 16
  • 17. Participants (13 Teams) 17 Team name Team member Affiliation Type County GoAlone 1 Yonsei University Academia South Korea DTND 3 DTND ? South Korea goedle.io 2 goedle.io GmbH Industry Germany IISLABSKKU 3 Sungkyunkwan University Academia South Korea leessang 2 Yonsei University Academia South Korea TheCowKing 2 KAIST Academia South Korea TripleS 3 - ? South Korea UTU 4 University of Turku Academia Finland YD 6 Silicon Studio Industry Japan YK 1 Yonsei University Academia South Korea suya 1 Yonsei University Academia South Korea NoJam 3 Yonsei University Academia South Korea MNDS 3 Yonsei University Academia South Korea
  • 18. 18 Rank Team Test1 score Test2 score Total score 1 YD (Japan) 0.61008 0.63326 0.62145 2 UTU (Finland) 0.60326 0.60370 0.60348 3 TripleS (Korea) 0.57968 0.62459 0.60130 4 TheCowKing 0.59370 0.60718 0.60036 5 goedleio 0.57717 0.60095 0.58882 6 MNDS 0.55920 0.56205 0.56062 7 DTND 0.49937 0.58776 0.53997 8 IISLABSKKU 0.56643 0.48733 0.52391 9 suya 0.44460 0.40967 0.42642 10 YK 0.49099 0.33181 0.39600 11 GoAlone 0.42697 0.31019 0.35933 12 NoJam 0.30741 0.30930 0.30835 13 Lessang 0.29760 0.29202 0.29479
  • 19. YD (Winner) • Silicon Studio, Japan • Team Members: Paul Bertens, Pei Pei Chen, Kexin Chen, Anna Guitart, Sovann Lay, Africa Perianez • Find features which have similar distribution between training set and testing set. • Test 1 : LSTM + DNN (implemented with Keras) • Test 2 : Extra Tree Classifier (# of trees = 50) 19
  • 21. 21 Rank Team Techniques 1 YD LSTM+DNN, Extra-Trees Classifier 2 UTU Logistic Regression 3 TripleS Random Forest 4 TheCowKing LightGBM (Light Gradient Boosting Machine) 5 goedleio Feed Forward Neural Network 6 MNDS Deep Neural Network 7 DTND Generalized Linear Model 8 IISLABSKKU Tree Boosting 9 suya Deep Neural Network 10 YK Logistic Regression 11 GoAlone Logistic Regression 12 NoJam Decision Tree 13 Lessang Deep Neural Network Neural Net Tree Approach Linear Models
  • 22. Competition Results Track 2 Survival Analysis 22
  • 23. Participants (5 Teams) 23 Team name Team member Affiliation County DTND 3 DTND South Korea IISLABSKKU 3 Sungkyunkwan University South Korea TripleS 3 - South Korea UTU 4 University of Turku Finland YD 6 Silicon Studio Japan
  • 24. 24 Rank Team Test1 score Test2 score Total score 1 YD (Japan) 0.883248 0.616499 0.726151 2 IISLABSKKU (Korea) 1.034321 0.679214 0.819972 3 UTU (Finland) 0.927712 0.898471 0.912857 4 TripleS 0.958308 0.891106 0.923486 5 DTND 1.032688 0.930417 0.978888
  • 25. 25 Rank Team Techniques 1 YD Ensemble of Conditional Inference Trees (# of Trees = 900) 2 IISLABSKKU Tree Boosting 3 UTU Linear Regression 4 TripleS Ensemble Tree Method 5 DTND Generalized Linear Model Neural Net Tree Approach Linear Models
  • 26. Future Data Use • Data Download Deadline • Active until end of August, we’re under discussion to extend the deadline • Data Use for Academic Research • No restriction on the data use for academic research (please include acknowledgement on this competition and NCSOFT) • Test Data Label • We’ll open the test data label soon. 26