tensorflow model hyperparameters
extra instance properties
Predicts new dependent variables
new test independent variables
returns tensorflow prediction
Loads a saved tensoflow / keras model, this is an alias for
tensorflow load model options
tensorflow model
Returns prediction values from tensorflow model
new test independent variables
predicted model values
saves a tensorflow model, this is an alias for
tensorflow save model options
tensorflow model
Asynchronously trains tensorflow model, must be implemented by tensorscript class
independent variables
dependent variables
returns trained tensorflow model
Returns the shape of an input matrix
input matrix
returns the shape of a matrix (e.g. [2,2])
Reshapes an array
input array
shape array
returns a matrix with the defined shape
Base class for tensorscript models
TensorScriptModelInterface
{Object} settings - tensorflow model hyperparameters
{Object} model - tensorflow model
{Object} tf - tensorflow / tensorflow-node / tensorflow-node-gpu
{Function} reshape - static reshape array function
{Function} getInputShape - static TensorScriptModelInterface