Skip to content

topic modeling & visualization exercise with bitcoin forum data

Notifications You must be signed in to change notification settings

Kyeongpil/bitcoin_topicmodeling

Repository files navigation

Topic modeling & visualization with bitcoin

Introduction

  • After topic modeling (Nonnegative matrix factorization; NMF) with bitcoin forum data, I visualized scatter plot using t-SNE and Bokeh.

Dependencies

  • Anaconda python 3.6
  • Library
    • pip install ujson (만약 설치 안되면 넘어가도 괜찮습니다.)
    • pip install stop_words
    • python 실행 후
      • import nltk
      • nltk.download() 실행 후 wordnet 설치

Results

t-SNE visualization with Bokeh library

t-SNE visualization

topic keywords extracted from topic modeling

topic modeling

About

topic modeling & visualization exercise with bitcoin forum data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published