Skip to content

UmashankarTriforce/biasDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bias Detection in political statements on Twittter dataset.

Two parts:

  1. Finding the influential users in the network graph using Critical Node Detection Problem. This includes:
  • Serial implementation

  • Parallel implementation using OpenCL

  • Heterogenous implementation using OpenCL

  1. Topic Modelling of the tweets.

The requirements are:

  • CMake 3.11 or better; 3.14+ highly recommended.
  • A C++17 compatible compiler
  • Git
  • Doxygen (optional)

To configure:

cmake -S . -B build

Add -GNinja if you have Ninja.

To build:

cmake --build build

To test (--target can be written as -t in CMake 3.15+):

cmake --build build --target test

To build docs (requires Doxygen, output in build/docs/html):

cmake --build build --target docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published