Learn R Programming

keras (version 0.3.5)

backend: Keras backend tensor engine

Description

Obtain a reference to the keras.backend Python module used to implement tensor operations (this will always be the TensorFlow backend in the current implementation, which only works with TensorFlow).

Usage

backend()

Arguments

Value

Reference to Keras backend python module.