LostTech.TensorFlow : API Documentation

Type History

Namespace tensorflow.keras.callbacks

Parent Callback

Interfaces IHistory

Callback that records events into a `History` object.

This callback is automatically applied to every Keras model. The `History` object gets returned by the `fit` method of models.

Properties

Public properties

IList<object> epoch get; set;

IDictionary<string, int> history get; set;

object model get; set;

object params get; set;

object PythonObject get;

object validation_data get; set;