Description objects from the Class Slots Note Functions
SM.rnn class contains the trained rnn model and its parameters.
Objects are created by the method buildRNN.
callAn object of class call returning an unevaluated function call.
model_pathThe directory where the trained rnn model should be stored.
compile_optionsA list contanning compile options of keras model, check
buildRNN for more detail.
optim_hyperparametersA list contanning tunable hyperparameters, check
buildRNN.
preprocess_parameterA character value indicating data preparation method,
buildRNN.
trackingA data frame containing the tracking of the gridsearch history of keras model.
Check the Detail section of buildRNN to understand how SM.rnn model is created.
Available functions for this class are:
show: display the information of the RNN model
RNN_predict: predict function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.