BaşlayınÜcretsiz Başlayın

Comparing the number of parameter of RNN and ANN

In this exercise, you will compare the number of parameters of an artificial neural network (ANN) with the recurrent neural network (RNN) architectures. Here, the vocabulary size is equal to 10,000 for both models.

The models have been defined for you with similar architectures of only one layer with 256 units (Dense or RNN) plus the output layer. They are stored on variables ann_model and rnn_model.

Use the method .summary() to print the models' architecture and number of parameters and select the correct statement.

Bu egzersiz

Recurrent Neural Networks (RNNs) for Language Modeling with Keras

kursunun bir parçasıdır
Kursu Görüntüle

Uygulamalı interaktif egzersiz

İnteraktif egzersizlerimizden biriyle teoriyi pratiğe dökün

Egzersizi başlat