GithubHelp home page GithubHelp logo

kidist-amde / topic-modeling Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 1.13 MB

The goal of this work is to identify consistent topics in time, i.e., set of terms that become frequent together throughout time.

License: MIT License

Jupyter Notebook 100.00%

topic-modeling's Introduction

Topic modeling using LDA

The goal of this work is to identify consistent topics in time, i.e., set of terms that become frequent together throughout time.

The report is found here.

Data set

Twitter dataset on COVID-19 from Kaggle (https://www.kaggle.com/gpreda/covid19-tweets).

Project notebooks

There are two notebooks for this project.

  1. Data processing.ipynb => This notebook contains an implementation of data preprocesing. It was used to create processed data which eventually will be used by the LDA topic modeling algorithm
  2. Topic Modeling.ipynb => This notebook contains an implementation of the LDA algorithm for topic modeling and the visualization of the experimental results

In order to run the notebooks jupyter notebook should be installed and pip should be registered in the environment variables. This can be confirmed by running the following code on command line interface(cmd/terminal).

pip --version

The above snipt of code will show information about pip. If pip is not installed or not registered in the envirnoment variable it will show error. If there is no error means pip can be accessed from the command line interface.

If pip is not installed on the environment this link have a great resource for pip installation.

jupyter --version

This code will show information related to jupyter including the version and some related libraries installed. If you get an error it means the jupyter is not installed or cannot be accessed from the command line inteface.

If Jupter is not installed on a machine this link have information in different options to install a jupter on a machine.

Running Project noteooks

Once the pip and jupyter notebook have been installed and can be accessed from the command line interface, the notebooks can be started using jupyter. There are different ways to run the notebook. Here simpler way have been presented.

  • Step 1: Change the working directory of the project to the project folder
  • Step 2: run the following command on the cmd
jupyter notebook
  • Step 3: A browser will pop up with a notebook. If the browser is not press a link on the cmd which has "htts://localhost:" in it. This will open a notebook on a browser.
  • Step 4: Now each cell can be run by pressing "SHiFT + ENTER" on your machine

topic-modeling's People

Contributors

kidist-amde avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.