|
| 1 | + |
| 2 | + |
| 3 | +# SIG Recommenders |
| 4 | + |
| 5 | +## Objective |
| 6 | + |
| 7 | +This SIG will drive discussion and collaborations around using TensorFlow for large scale recommendation systems (Recommenders), which are one of most common and impactful use cases in the industry. We hope to encourage sharing of best practices in the industry, get consensus and product feedback to help evolve TensorFlow better, and facilitate the contributions of RFCs and PRs in this domain. |
| 8 | + |
| 9 | +## Scope |
| 10 | + |
| 11 | +See approved TensorFlow RFC #[313](https://github.com/tensorflow/community/pull/313). |
| 12 | + |
| 13 | +Workstreams might touch various aspects of the TensorFlow ecosystem, including: |
| 14 | + |
| 15 | +- Training with scale: How to train from super large sparse features? How to deal with dynamic embedding? |
| 16 | +- Serving with efficiency: Given recommendation models are usually pretty large, how to serve super large models easily, and how to serve efficiently? |
| 17 | +- Modeling with SoTA techniques: online learning, multi-target learning, deal with quality inconsistent among online and offline, model understandability, GNN etc. |
| 18 | +- End-to-end pipeline: how to train continuously, e.g. integrate with platforms like TFX. |
| 19 | +- 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…) |
| 20 | + |
| 21 | +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: |
| 22 | +[github.com/tensorflow/recommenders](http://github.com/tensorflow/recommenders) |
| 23 | + |
| 24 | +Further, we maintain a Tensorflow repo dedicated for community contributions and maintained by SIG as well, under: |
| 25 | +**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. The contribution areas can be broad and don't limit to the topic listed above. We hope this can make community contributions much easier. |
| 27 | + |
| 28 | +## Membership |
| 29 | + |
| 30 | +Everybody with an interest in using TensorFlow to build recommendation systems are welcome to join the SIG. To participate, request an invitation to join the mailing list. Archives of the mailing list are publicly accessible. |
| 31 | + |
| 32 | +## Resources |
| 33 | + |
| 34 | +- SIG Recommenders mailing list, to be created. |
| 35 | +- New TensorFlow github maintained by SIG Recommenders |
| 36 | +(github.com/tensorflow/recommenders-addons, to be created) |
| 37 | +- SIG monthly meeting agenda and [notes](https://docs.google.com/document/d/1-jLPffS_MhOd50WScfjFpVNC1DGaIwWxMQPSl5YIJYo/edit#) |
| 38 | +- SIG Gitter chat channel (https://gitter.im/tensorflow/sig-recommenders, to be created) |
| 39 | + |
| 40 | +## Contacts |
| 41 | + |
| 42 | +Initially SIG leads will be below and welcome |
| 43 | +new members to request to be SIG leads. |
| 44 | + |
| 45 | +* Community leads |
| 46 | + * Bo Liu, Pinterest |
| 47 | + * Haidong Rong, Tencent |
| 48 | + * Yong Li, Alibaba |
| 49 | +* Co-leads and sponsors from Google |
| 50 | + * Yuefeng Zhou, TensorFlow |
| 51 | + * Zhenyu Tan, TensorFlow |
| 52 | + * Wei Wei, TensorFlow |
| 53 | + * Derek Cheng, Google Brain |
| 54 | + |
| 55 | +For administrative questions, contact [email protected]. |
| 56 | + |
| 57 | +## Code of Conduct |
| 58 | + |
| 59 | +As with all forums and spaces related to TensorFlow, SIG Recommenders is subject to |
| 60 | +the [TensorFlow Code of Conduct](https://github.com/tensorflow/tensorflow/blob/master/CODE_OF_CONDUCT.md). |
0 commit comments