Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 34 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,34 @@
# topic-analysis
[![SingnetLogo](docs/assets/singnet-logo.jpg?raw=true 'SingularityNET')](https://singularitynet.io/)

# Topic Analysis Services


This repository contains various [topic analysis](https://en.wikipedia.org/wiki/Topic_model) services for SingularityNET. The topic analysis methods would include:

* Latent semantic analysis (LSA)
* Probabilistic latent semantic analysis (PLSA)
* Latent Diritchlet allocation (LDA)
* LDA2vec

The services are wrapped using gRPC.

The user provides a collection of documents for topic analysis and the service would return discoverd topics. Each topic
consists of a collection of words that represent a given topic.


## Resources

LSA:
* Research paper: [Indexing by Latent Semantic Analysis](http://citeseer.ist.psu.edu/viewdoc/download?doi=10.1.1.108.8490&rep=rep1&type=pdf)
* [Wikipedia entry](https://en.wikipedia.org/wiki/Latent_semantic_analysis)

PLSA:
* Research aper: [Unsupervised Learning by Probabilistic Latent Semantic Analysis](http://www.cs.bham.ac.uk/~pxt/IDA/plsa.pdf)
* [Wikipedia entry](https://en.wikipedia.org/wiki/Probabilistic_latent_semantic_analysis)

LDA:
* Research paper: [Latent Dirichlet Allocation](http://www.jmlr.org/papers/volume3/blei03a/blei03a.pdf)
* [Wikipedia entry](https://en.wikipedia.org/wiki/Latent_Dirichlet_allocation)

LDA2vec:
* Research paper: [Mixing Dirichlet Topic Models and Word Embeddings to Make lda2vec](https://arxiv.org/abs/1605.02019)
Binary file added docs/assets/singnet-logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.