Skip to content

Commit 80333b6

Browse files
committed
stray NEWS tweaks
1 parent e4a1ca5 commit 80333b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

NEWS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# keras 2.6.1
22

33
- 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).
4-
Added a new vignette: "Working with preprocessing layers".
4+
Added a new vignette: "Working with Preprocessing Layers".
55
New functions:
66

77
Image preprocessing:
88
- `layer_resizing()`
99
- `layer_rescaling()`
1010
- `layer_center_crop()`
1111

12-
Image augmentation
12+
Image augmentation:
1313
- `layer_random_crop()`
1414
- `layer_random_flip()`
1515
- `layer_random_translation()`
@@ -19,13 +19,13 @@
1919
- `layer_random_height()`
2020
- `layer_random_width()`
2121

22-
Categorical features preprocessing
22+
Categorical features preprocessing:
2323
- `layer_category_encoding()`
2424
- `layer_hashing()`
2525
- `layer_integer_lookup()`
2626
- `layer_string_lookup()`
2727

28-
Numerical features preprocessing
28+
Numerical features preprocessing:
2929
- `layer_normalization()`
3030
- `layer_discretization()`
3131

0 commit comments

Comments
 (0)