October 2018
Intermediate to advanced
472 pages
10h 57m
English
Now that we have our model definition ready, we will define the hyperparameters. We will keep most of the configurations the same as in the previous one:
size_layer = 128num_layers = 2embedded_size = 128learning_rate = 0.001batch_size = 32epoch = 50
Read now
Unlock full access