Options
All
  • Public
  • Public/Protected
  • All
Menu

Deep Learning with Tensorflow

implements

{TensorScriptModelInterface}

Hierarchy

Index

Constructors

constructor

Properties

compiled

compiled: boolean

getInputShape

getInputShape: (...args: any[]) => any

Type declaration

    • (...args: any[]): any
    • Parameters

      • Rest ...args: any[]

      Returns any

Optional getTimeseriesShape

getTimeseriesShape: undefined | ((x_timeseries: NestedArray<any> | undefined) => Shape)

Optional layers

Optional loss

loss: undefined | number

model

model: any

reshape

reshape: (...args: any[]) => any

Type declaration

    • (...args: any[]): any
    • Parameters

      • Rest ...args: any[]

      Returns any

settings

tf

tf: any

tokenizer

tokenizer: any

trained

trained: boolean

type

type: string

Optional xShape

xShape: number[]

Optional yShape

yShape: number[]

Methods

calculate

exportConfiguration

generateLayers

importConfiguration

loadModel

  • loadModel(options: string): Promise<any>

predict

saveModel

  • saveModel(options: string): Promise<any>

train

Static getInputShape

  • getInputShape(matrix?: any): Shape

Static reshape