paper-2019-iceis
Detecting Influencers in Very Large Social Networks of Games
Science Score: 57.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 5 DOI reference(s) in README -
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.9%) to scientific vocabulary
Keywords
Repository
Detecting Influencers in Very Large Social Networks of Games
Basic Info
- Host: GitHub
- Owner: leomaurodesenv
- License: apache-2.0
- Language: Jupyter Notebook
- Default Branch: master
- Homepage: https://doi.org/10.5220/0007728200930103
- Size: 10.4 MB
Statistics
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
📄 Detecting Influencers in Very Large Social Networks of Games
This repository present three temporal feature extractors. Each extractor captures a specific characteristic of the a data stream. We used these extractors to infer features about players of well-known Super Mario Maker game (Nintendo Inc., Kyoto, Japan).
Paper: Leonardo Mauro Pereira Moraes, and Robson Leonardo Ferreira Cordeiro. Detecting Influencers in Very Large Social Networks of Games. In 21th International Conference on Enterprise Information Systems (ICEIS), Crete, Greece, 2019. (Presentation, DOI)
Abstract: Online games have become a popular form of entertainment, reaching millions of players. Among these players are the game influencers, that is, players with high influence in creating new trends by publishing online content (e.g., videos, blogs, forums). Other players follow the influencers to appreciate their game contents. In this sense, game companies invest in influencers to perform marketing for their products. However, how to identify the game influencers among millions of players of an online game? This paper proposes a framework to extract temporal aspects of the players' actions, and then detect the game influencers by performing a classification analysis. Experiments with the well-known Super Mario Maker game (Nintendo Inc., Kyoto, Japan) show that our approach is able to detect game influencers of different nations with high accuracy.
Code
The pseudo-code is available on the paper, the following code is in Python (folder /python/).
```python
- Import the Extractors
from python/lrextractor import LRExtractor from python/drextractor import DRExtractor from python/caextractor import CAExtractor
- Data Stream
X = [1, 2, 3, 4, 5, 6, 7] # time Y = [0, 1, 4, 6, 6, 8, 9] # values
- Features Extraction
ext1 = LRExtractor() ext2 = DRExtractor() ext3 = CA_Extractor()
feature1 = ext1.compute(X, Y) feature2 = ext2.compute(X, Y) feature3 = ext3.compute(X, Y) ```
- See the commented code with an example in Jupyter Notebook.
- See paper experiments in folder.
Citation
tex
@inproceedings{moraes:19:detecting-influencers,
author={Leonardo Mauro Pereira Moraes and Robson Leonardo Ferreira Cordeiro},
title={Detecting Influencers in Very Large Social Networks of Games},
booktitle={Proceedings of the 21st International Conference on Enterprise Information Systems - Volume 1: ICEIS,},
year={2019},
pages={93-103},
publisher={SciTePress},
organization={INSTICC},
address={Crete, Greece},
doi={10.5220/0007728200930103},
isbn={978-989-758-372-8},
}
Also look ~
- License - Apache 2.0
- Citation - BibTex
- Created by leomaurodesenv
Owner
- Name: Leonardo Mauro
- Login: leomaurodesenv
- Kind: user
- Location: Sao Carlos, SP - Brazil
- Company: Sinch
- Website: https://leomaurodesenv.github.io/
- Repositories: 14
- Profile: https://github.com/leomaurodesenv
Data Scientist | Tutor (Data Mining, Machine Learning, Business Intelligence)
Citation (citation.bib)
@inproceedings{moraes:19:detecting-influencers,
author={Leonardo Mauro Pereira Moraes and Robson Leonardo Ferreira Cordeiro},
title={Detecting Influencers in Very Large Social Networks of Games},
booktitle={Proceedings of the 21st International Conference on Enterprise Information Systems - Volume 1: ICEIS,},
year={2019},
pages={93-103},
publisher={SciTePress},
organization={INSTICC},
address={Crete, Greece},
doi={10.5220/0007728200930103},
isbn={978-989-758-372-8},
}
GitHub Events
Total
Last Year
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| leomaurodesenv | l****v@g****m | 13 |
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0