LostTech.TensorFlow : API Documentation

Type distillation_loss

Namespace tensorflow.contrib.boosted_trees.estimator_batch.distillation_loss

Public static methods

object create_dnn_to_tree_cross_entropy_loss_fn(Nullable<int> n_classes)

object create_dnn_to_tree_cross_entropy_loss_fn_dyn(object n_classes)

object create_dnn_to_tree_squared_loss_fn(object n_classes)

object create_dnn_to_tree_squared_loss_fn_dyn(object n_classes)

Public properties

PythonFunctionContainer create_dnn_to_tree_cross_entropy_loss_fn_fn get;

PythonFunctionContainer create_dnn_to_tree_squared_loss_fn_fn get;