LostTech.TensorFlow : API Documentation

Type kernel_methods

Namespace tensorflow.contrib.kernel_methods

Public static methods

object sparse_multiclass_hinge_loss(IGraphNodeBase labels, IGraphNodeBase logits, double weights, object scope, ImplicitContainer<T> loss_collection, ImplicitContainer<T> reduction)

object sparse_multiclass_hinge_loss(IGraphNodeBase labels, IGraphNodeBase logits, IGraphNodeBase weights, object scope, ImplicitContainer<T> loss_collection, ImplicitContainer<T> reduction)

object sparse_multiclass_hinge_loss_dyn(object labels, object logits, ImplicitContainer<T> weights, object scope, ImplicitContainer<T> loss_collection, ImplicitContainer<T> reduction)

Public properties

PythonFunctionContainer sparse_multiclass_hinge_loss_fn get;