Skip to content

Commit

Permalink
stray NEWS tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kalinowski committed Sep 30, 2021
1 parent e4a1ca5 commit 80333b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# keras 2.6.1

- New family of *preprocessing* layers. These are the spiritual successor to the `tfdatasets::step_*` family of data transformers (to be deprecated in a future release).
Added a new vignette: "Working with preprocessing layers".
Added a new vignette: "Working with Preprocessing Layers".
New functions:

Image preprocessing:
- `layer_resizing()`
- `layer_rescaling()`
- `layer_center_crop()`

Image augmentation
Image augmentation:
- `layer_random_crop()`
- `layer_random_flip()`
- `layer_random_translation()`
Expand All @@ -19,13 +19,13 @@
- `layer_random_height()`
- `layer_random_width()`

Categorical features preprocessing
Categorical features preprocessing:
- `layer_category_encoding()`
- `layer_hashing()`
- `layer_integer_lookup()`
- `layer_string_lookup()`

Numerical features preprocessing
Numerical features preprocessing:
- `layer_normalization()`
- `layer_discretization()`

Expand Down

0 comments on commit 80333b6

Please sign in to comment.