Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
2018-web/data/talks/PC-55526.yaml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
33 lines (22 sloc)
1.62 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Talk details are specified in YAML files | |
| # YAML was selected because we can use multi-line strings and add | |
| # comments in the file. | |
| speaker_name: "Eva Sasson" | |
| talk_title: "Identifying influencers via Slack Messages in Python using Network Analysis and NLP" | |
| # At least 1 tag is necessary!! | |
| talk_tags: | |
| - "datascience" | |
| - "nlp" | |
| - "graphtheory" | |
| - "Machine Learning" | |
| - "Data Science" | |
| - "Data Visualization" | |
| - "low level" | |
| - "fun" | |
| - "data science" | |
| talk_abstract: "Learn how to build a network web in Python to reflect conversations between people based on Slack conversations. Then, build a natural language processing model to evaluate what all those people are talking about, and which conversations determine who in the network carries 'technical knowledge'." | |
| talk_details: "What can you do with your Slack data? Turns out, a lot! In this presentation, we will go over the basics of how to build a network map in Python, in this instance, using your conversations in Slack regarding who is talking to who. From there, we will dive deeper into the diagram by building a rule-based natural language processing model and a basic machine learning model to understand the context of the conversations that we've mapped. Which conversations are social and which are work-related? Which conversations are people asking for advise or technical questions? Who are the main players in the map who answer people's questions quickly and effectively? Through this process, we are able to find 5 'influencers' out of 200,000 Slack messages. " | |
| # Markdown is supported | |
| about_author: '' | |
| # web link will only show if about_author section is present | |
| author_website: '' |