assemble icon indicating copy to clipboard operation
assemble copied to clipboard

NOT AN ACTIVE PROJECT -- Check readme for data sources

Results 6 assemble issues
Sort by recently updated
recently updated
newest added

The idea is to list and test classic, pre-implemented algorithms for community detection: - Louvain detection using this implementation https://github.com/taynaud/python-louvain/ - hierarchical clustering https://networkx.github.io/documentation/networkx-1.10/examples/algorithms/blockmodel.html - others? Testing to be done...

help wanted
modeling
status-in-progress

The idea here is to treat the graph matrix as a feature matrix and to use traditional dimension reduction/clustering techniques on these features. An example workflow would be: - build...

modeling
status-in-progress

Anyone interested in doing some basic word/n-gram analysis, topic models, etc. on presidential candidate speeches and press releases? Would be really interesting to see which candidates were/weren't plugged in to...

help wanted
modeling

Initially suggested by @hadoopjax in https://github.com/Data4Democracy/discursive/issues/4 - test and implement non-negative matrix factorization using both graph and textual features as described in https://arxiv.org/pdf/1608.01771v1.pdf - testing to be done on the...

data-viz
help wanted
modeling
status-in-progress

- Look through data available at https://data.world/data4democracy/far-right as data from the discursive project Some of the tasks we might do are: - Stem - Tokenize - Remove stop words -...

help wanted
status-in-progress

Construct word2vec model with tweets for groups of people (e.g. far right) and compare with models trained on the overall twitterverse (e.g. http://fredericgodin.com/papers/Named%20Entity%20Recognition%20for%20Twitter%20Microposts%20using%20Distributed%20Word%20Representations.pdf) Some things to try: clustering tweets with...

help wanted
status-in-progress