Skip to content

Commit 308e9fd

Browse files
committed
add preprocessing layers to website
1 parent 647391b commit 308e9fd

File tree

509 files changed

+15442
-2527
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

509 files changed

+15442
-2527
lines changed

man/flow_images_from_dataframe.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/install_keras.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/is_keras_available.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/layer_add.Rd

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/text_hashing_trick.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgdown/_pkgdown.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,36 @@ reference:
205205
- layer_minimum
206206
- layer_concatenate
207207
- layer_dot
208+
209+
- title: "Image Preprocessing Layers"
210+
contents:
211+
- layer_resizing
212+
- layer_rescaling
213+
- layer_center_crop
214+
215+
- title: "Image Augmentation Layers"
216+
contents:
217+
- layer_random_contrast
218+
- layer_random_crop
219+
- layer_random_flip
220+
- layer_random_height
221+
- layer_random_rotation
222+
- layer_random_translation
223+
- layer_random_width
224+
- layer_random_zoom
225+
226+
- title: "Categorical Features Preprocessing"
227+
contents:
228+
- layer_category_encoding
229+
- layer_hashing
230+
- layer_integer_lookup
231+
- layer_string_lookup
232+
233+
- title: "Numerical Features Preprocessing"
234+
contents:
235+
- layer_normalization
236+
- layer_discretization
237+
208238
- title: "Attention Layers"
209239
contents:
210240
- layer_attention

vignettes/new-guides/preprocessing_layers.Rmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ type: docs
1919
repo: https://github.com/rstudio/keras
2020
---
2121

22+
```{r, include=FALSE}
23+
knitr::opts_chunk$set(comment = NA, eval = FALSE)
24+
```
25+
2226
```{r}
2327
library(tensorflow)
2428
library(keras)

website/404.html

Lines changed: 10 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/LICENSE-text.html

Lines changed: 10 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/articles/applications.html

Lines changed: 11 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)