LostTech.TensorFlow : API Documentation

Type model_utils

Namespace tensorflow_estimator.python.estimator.canned.timeseries.model_utils

Public static methods

ndarray canonicalize_times_or_steps_from_output(object times, object steps, object previous_model_output)

object canonicalize_times_or_steps_from_output_dyn(object times, object steps, object previous_model_output)

Tensor fully_connected(object inp, object inp_size, object layer_size, string name, ImplicitContainer<T> activation, ImplicitContainer<T> dtype)

object fully_connected_dyn(object inp, object inp_size, object layer_size, object name, ImplicitContainer<T> activation, ImplicitContainer<T> dtype)

Public properties

PythonFunctionContainer canonicalize_times_or_steps_from_output_fn get;

PythonFunctionContainer fully_connected_fn get;