| load_weights_ANN | R Documentation |
Load model weights from file
load_weights_ANN(model, filename)
model |
A model object. |
filename |
The file name. |
The model object.
save_weights_ANN, files,
save_model_weights_hdf5.
Other Single & Multi Layer Perceptron (SLP, MLP):
as_MLP_X(),
as_MLP_Y(),
as_tensor_1d(),
as_tensor_2d(),
as_tensor_3d(),
build_MLP(),
fit_MLP(),
nsamples(),
nsubsequences(),
ntimesteps(),
nunits(),
predict_ANN(),
save_weights_ANN()
Other Recurrent Neural Network (RNN):
as_LSTM_X(),
as_LSTM_Y(),
as_LSTM_data_frame(),
as_LSTM_period_outcome(),
as_lag(),
as_timesteps(),
build_LSTM(),
fit_LSTM(),
get_LSTM_XY(),
get_period_shift(),
predict_ANN(),
save_weights_ANN(),
start_invert_differencing()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.