normalize {keras3} | R Documentation |
Normalizes an array.
Description
If the input is an R array, an R array will be returned. If it's a backend tensor, a backend tensor will be returned.
Usage
normalize(x, axis = -1L, order = 2L)
Arguments
x |
Array to normalize. |
axis |
axis along which to normalize. |
order |
Normalization order (e.g. |
Value
A normalized copy of the array.
See Also
Other numerical utils:
to_categorical()
Other utils:
audio_dataset_from_directory()
clear_session()
config_disable_interactive_logging()
config_disable_traceback_filtering()
config_enable_interactive_logging()
config_enable_traceback_filtering()
config_is_interactive_logging_enabled()
config_is_traceback_filtering_enabled()
get_file()
get_source_inputs()
image_array_save()
image_dataset_from_directory()
image_from_array()
image_load()
image_smart_resize()
image_to_array()
layer_feature_space()
pad_sequences()
set_random_seed()
split_dataset()
text_dataset_from_directory()
timeseries_dataset_from_array()
to_categorical()
zip_lists()