mirror of
https://github.com/twitter/the-algorithm-ml.git
synced 2025-01-26 21:45:26 +01:00
dependabot[bot]
421487fed7
Bump tensorflow from 2.9.3 to 2.11.1 in /images
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.9.3 to 2.11.1. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v2.9.3...v2.11.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This project open sources some of the ML models used at Twitter.
Currently these are:
-
The "For You" Heavy Ranker (projects/home/recap).
-
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.
Description
Languages
Python
99.3%
Shell
0.7%