Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit bed671a

Browse files
authored
Add new SIG area: vendor specific libs
Welcome more broad contributions related to recommendations using TF, including: vendor specific extensions and platform integrations.
1 parent b137c9f commit bed671a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rfcs/20201023-sig-recommenders.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ It might touch various aspects of the TensorFlow ecosystem, including:
1717
- Serving with efficiency: Given recommendation models are usually pretty large, how to serve super large models easily, and how to serve efficiently?
1818
- Modeling with SoTA techniques: online learning, multi-target learning, deal with quality inconsistent among online and offline, model understandability, GNN etc.
1919
- End-to-end pipeline: how to train continuously, e.g. integrate with platforms like TFX.
20+
- Vendor specific extensions and platform integrations: for example, runtime specific frameworks (e.g. NVIDIA Merlin, …), and integrations with Cloud services (e.g. GCP, AWS, Azure…)
2021

2122
Notice that TensorFlow has open-sourced [TensorFlow Recommenders](https://blog.tensorflow.org/2020/09/introducing-tensorflow-recommenders.html), an open-source TensorFlow package that makes building, evaluating, and serving sophisticated recommender models easy. Github:
2223
[github.com/tensorflow/recommenders](http://github.com/tensorflow/recommenders)
2324

2425
Further, we plan to create a tensorflow repo dedicated for community contributions and maintained by SIG as well, under:
2526
**github.com/tensorflow/recommenders-addons** (to be created).
26-
SIG Recommenders can contributes more addons as complementary to TensorFlow Recommenders, or any helpful libraries related to recommendation systems using TensorFlow. We hope this can make community contributions much easier.
27+
SIG Recommenders can contributes more addons as complementary to TensorFlow Recommenders, or any helpful libraries related to recommendation systems using TensorFlow. The contribution areas can be broad and don't limit to the topic listed above. We hope this can make community contributions much easier.
2728

2829
## Who will be part of it?
2930

0 commit comments

Comments
 (0)