Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akhil-neoito/the-algorithm-ml
Source code for Twitter's Recommendation Algorithm
https://github.com/akhil-neoito/the-algorithm-ml
Last synced: 3 months ago
JSON representation
Source code for Twitter's Recommendation Algorithm
- Host: GitHub
- URL: https://github.com/akhil-neoito/the-algorithm-ml
- Owner: akhil-neoito
- License: agpl-3.0
- Fork: true (twitter/the-algorithm-ml)
- Created: 2023-04-01T13:43:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-01T12:55:18.000Z (almost 2 years ago)
- Last Synced: 2023-07-18T11:58:56.489Z (over 1 year ago)
- Homepage: https://blog.twitter.com/engineering/en_us/topics/open-source/2023/twitter-recommendation-algorithm
- Size: 114 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
This project open sources some of the ML models used at Twitter.
Currently these are:
1. The "For You" Heavy Ranker (projects/home/recap).
2. TwHIN embeddings (projects/twhin) https://arxiv.org/abs/2202.05387
This project can be run inside a python virtualenv. We have only tried this on Linux machines and because we use torchrec it works best with an Nvidia GPU. To setup run
`./images/init_venv.sh` (Linux only).
The READMEs of each project contain instructions about how to run each project.