Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhshkdz/tsne-top-indian-tweeps
t-SNE visualization of top Indian Twitter accounts
https://github.com/abhshkdz/tsne-top-indian-tweeps
Last synced: 5 days ago
JSON representation
t-SNE visualization of top Indian Twitter accounts
- Host: GitHub
- URL: https://github.com/abhshkdz/tsne-top-indian-tweeps
- Owner: abhshkdz
- Created: 2015-05-06T08:24:42.000Z (over 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-08-22T23:21:42.000Z (about 9 years ago)
- Last Synced: 2024-04-15T03:08:27.885Z (7 months ago)
- Language: JavaScript
- Homepage: http://abhishekdas.com/tsne-top-indian-tweeps/
- Size: 3.43 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Visualizing using t-SNE
Visualization of top 100 Indian Twitter accounts using t-SNE.
Source: http://karpathy.github.io/2014/07/02/visualizing-top-tweeps-with-t-sne-in-Javascript/
Credits: [Andrej Karpathy](http://cs.stanford.edu/people/karpathy/)
## Implementation Details
* `data/get_tweets.py` and `data/get_images.py` download tweets and images from Twitter.
* `main.py` creates td-idf vector and calculates distance matrix.
* `index.html` picks up data from `data.json`.