@@ -95,10 +95,11 @@ landing_page:
95
95
items :
96
96
- list :
97
97
- description : >
98
- <a href="/tensorboard"><h3 class="tfo-landing-page-heading no-link">TensorBoard</h3></a>
99
- A suite of visualization tools to understand, debug, and optimize
100
- TensorFlow programs.
101
- path: /tensorboard
98
+ <a href="/decision_forests"><h3 class="tfo-landing-page-heading no-link">TensorFlow Decision Forests
99
+ </h3></a>
100
+ A library to train, run and interpret decision forest models (e.g., Random Forests,
101
+ Gradient Boosted Trees) in TensorFlow.
102
+ path: /decision_forests
102
103
icon:
103
104
icon_name: chevron_right
104
105
foreground: theme
@@ -113,10 +114,10 @@ landing_page:
113
114
foreground: theme
114
115
background: grey
115
116
- description : >
116
- <a href="/model_optimization "><h3 class="tfo-landing-page-heading no-link">Model Optimization </h3></a>
117
- The TensorFlow Model Optimization Toolkit is a suite of tools for
118
- optimizing ML models for deployment and execution .
119
- path: /model_optimization
117
+ <a href="/tfx/guide/serving "><h3 class="tfo-landing-page-heading no-link">Serving </h3></a>
118
+ A TFX serving system for ML models, designed for high-performance in
119
+ production environments .
120
+ path: /tfx/guide/serving
120
121
icon:
121
122
icon_name: chevron_right
122
123
foreground: theme
@@ -147,7 +148,24 @@ landing_page:
147
148
icon_name: chevron_right
148
149
foreground: theme
149
150
background: grey
151
+ - description : >
152
+ <a href="https://github.com/tensorflow/addons"><h3 class="tfo-landing-page-heading no-link">SIG Addons</h3></a>
153
+ Extra functionality for TensorFlow, maintained by SIG Addons.
154
+ path: https://github.com/tensorflow/addons
155
+ icon:
156
+ icon_name: chevron_right
157
+ foreground: theme
158
+ background: grey
150
159
- list :
160
+ - description : >
161
+ <a href="/tensorboard"><h3 class="tfo-landing-page-heading no-link">TensorBoard</h3></a>
162
+ A suite of visualization tools to understand, debug, and optimize
163
+ TensorFlow programs.
164
+ path: /tensorboard
165
+ icon:
166
+ icon_name: chevron_right
167
+ foreground: theme
168
+ background: grey
151
169
- description : >
152
170
<a href="/datasets"><h3 class="tfo-landing-page-heading no-link">Datasets</h3></a>
153
171
A collection of datasets ready to use with TensorFlow.
@@ -157,10 +175,10 @@ landing_page:
157
175
foreground: theme
158
176
background: grey
159
177
- description : >
160
- <a href="/tfx/guide/serving "><h3 class="tfo-landing-page-heading no-link">Serving </h3></a>
161
- A TFX serving system for ML models, designed for high-performance in
162
- production environments .
163
- path: /tfx/guide/serving
178
+ <a href="/model_optimization "><h3 class="tfo-landing-page-heading no-link">Model Optimization </h3></a>
179
+ The TensorFlow Model Optimization Toolkit is a suite of tools for
180
+ optimizing ML models for deployment and execution .
181
+ path: /model_optimization
164
182
icon:
165
183
icon_name: chevron_right
166
184
foreground: theme
@@ -192,14 +210,6 @@ landing_page:
192
210
icon_name: chevron_right
193
211
foreground: theme
194
212
background: grey
195
- - description : >
196
- <a href="https://github.com/tensorflow/addons"><h3 class="tfo-landing-page-heading no-link">SIG Addons</h3></a>
197
- Extra functionality for TensorFlow, maintained by SIG Addons.
198
- path: https://github.com/tensorflow/addons
199
- icon:
200
- icon_name: chevron_right
201
- foreground: theme
202
- background: grey
203
213
- description : >
204
214
<a href="https://github.com/tensorflow/io"><h3 class="tfo-landing-page-heading no-link">SIG IO</h3></a>
205
215
Dataset, streaming, and file system extensions, maintained by SIG IO.
0 commit comments