Learn R Programming

EFAfactors (version 1.2.2)

load_DNN: Load the Trained Deep Neural Network (DNN)

Description

Loads the Pre-Trained Deep Neural Network (DNN) from the DNN.onnx. The function uses the reticulate package to import the onnxruntime Python library and create an inference session for the model.

Usage

load_DNN()

Arguments

Value

An ONNX runtime inference session object for the DNN model.

See Also

DNN_predictor