backend: Keras backend tensor engine

Description Usage Arguments Value Note

View source: R/backend.R

Description

Obtain a reference to the keras.backend Python module used to implement tensor operations.

Usage

1
backend(convert = TRUE)

Arguments

convert

TRUE to automatically convert Python objects to their R equivalent. If you pass FALSE you can do manual conversion using the py_to_r() function.

Value

Reference to Keras backend python module.

Note

See the documentation here https://keras.io/backend/ for additional details on the available functions.


dfalbel/keras documentation built on Nov. 27, 2019, 8:16 p.m.