Options
All
  • Public
  • Public/Protected
  • All
Menu

Parameters for HCN train method.

Hierarchy

  • HCNTrainArgs

Index

Properties

Optional nEpochs

nEpochs: number

Number of times the model will be passed the whole set of training stories during training. Default is set to 12 epochs.

Optional onEpochEnd

onEpochEnd: TrainingCallback

After each epoch, this callback function will be executed with the metrics collected during the epoch.

stories

stories: Stories

Training stories to learn from.

Legend

  • Function
  • Type alias
  • Interface
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Generated using TypeDoc