View source: R/cnn_callbacks.R
create_lr_rate_parameters_exp | R Documentation |
This function generates parameters for learning rate callbacks defined by user input of number of epochs, the max learning rate willing, tensor used as input for ML or DL model, growth constant, and batch_size
create_lr_rate_parameters_exp( epochz, max_lr, training_data, growth_constant, process_batch_size )
epochz |
number of epochs the user plans to set for model they wish to train data on |
max_lr |
maximum allowed value for learning rate |
training_data |
A tensor of specific dimension |
growth_constant |
growth_constant for modeling exponential increase |
process_batch_size |
number of batches set when training model |
l_rate and n_iter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.