Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

API Updates

Old Name New Name

output_dim units

init kernel_initializer

nb_epoch epochs

Convolution2D(32, 3, 3, …) Conv2D(32, (3, 3), …)

samples_per_epoch steps_per_epoch

nb_val_samples validation_steps

Deep Learning A-Z © SuperDataScience

You might also like