Module: tfrs
Stay organized with collections
Save and categorize content based on your preferences.
TensorFlow Recommenders is a library for building recommender system models.
It helps with the full workflow of building a recommender system: data
preparation, model formulation, training, evaluation, and deployment.
It's built on Keras and aims to have a gentle learning curve while still giving
you the flexibility to build complex models.
Modules
examples
module: Functions used in examples.
experimental
module: Experimental APIs.
layers
module: Layers.
metrics
module: Metrics.
models
module: Models.
tasks
module: Task libraries.
types
module: Type definitions.
Classes
class Model
: Base model for TFRS models.
Other Members |
version
|
'v0.7.3'
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-04-26 UTC.
[null,null,["Last updated 2024-04-26 UTC."],[],[],null,["# Module: tfrs\n\n\u003cbr /\u003e\n\n|---------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/recommenders/blob/v0.7.3/tensorflow_recommenders/__init__.py) |\n\nTensorFlow Recommenders is a library for building recommender system models.\n\nIt helps with the full workflow of building a recommender system: data\npreparation, model formulation, training, evaluation, and deployment.\n\nIt's built on Keras and aims to have a gentle learning curve while still giving\nyou the flexibility to build complex models.\n\nModules\n-------\n\n[`examples`](./tfrs/examples) module: Functions used in examples.\n\n[`experimental`](./tfrs/experimental) module: Experimental APIs.\n\n[`layers`](./tfrs/layers) module: Layers.\n\n[`metrics`](./tfrs/metrics) module: Metrics.\n\n[`models`](./tfrs/models) module: Models.\n\n[`tasks`](./tfrs/tasks) module: Task libraries.\n\n[`types`](./tfrs/types) module: Type definitions.\n\nClasses\n-------\n\n[`class Model`](./tfrs/models/Model): Base model for TFRS models.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Other Members ------------- ||\n|-------------|------------|\n| **version** | `'v0.7.3'` |\n\n\u003cbr /\u003e"]]