Show / Hide Table of Contents

Class History

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.

Inheritance
System.Object
Keras
Base
Callback
History
Implements
System.IDisposable
Inherited Members
Base.Parameters
Base.None
Base.Init()
Base.ToPython()
Base.InvokeStaticMethod(Object, String, Dictionary<String, Object>)
Base.InvokeMethod(String, Dictionary<String, Object>)
Base.Item[String]
Keras.Instance
Keras.keras
Keras.keras2onnx
Keras.tfjs
Keras.Dispose()
Keras.ToTuple(Array)
Keras.ToList(Array)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Keras.Callbacks
Assembly: Keras.dll
Syntax
public class History : Callback, IDisposable

Constructors

| Improve this Doc View Source

History()

Initializes a new instance of the History class.

Declaration
public History()

Properties

| Improve this Doc View Source

Epoch

Gets the epoch.

Declaration
public int[] Epoch { get; }
Property Value
Type Description
System.Int32[]

The epoch.

| Improve this Doc View Source

HistoryLogs

Gets the history logs.

Declaration
public double[] HistoryLogs { get; }
Property Value
Type Description
System.Double[]

The history logs.

Implements

System.IDisposable
  • Improve this Doc
  • View Source
Back to top Generated by DocFX