October 2018
Intermediate to advanced
472 pages
10h 57m
English
We will define some of the hyperparameters for our model, as follows:
size_layer = 128num_layers = 2embedded_size = 128dimension_output = len(trainset.target_names)learning_rate = 1e-3maxlen = 50batch_size = 128
Read now
Unlock full access