Question: Consider the following code that we used to classify the income of adults in the US . inputs tf . keras.layers.Dense ( units 3 2

Consider the following code that we used to classify the income of adults in the US. inputs tf.keras.layers.Dense (units32, activationrelu, input_shape[len (features.columns)) hidden tf.keras.layers.Dense (units32, activationrelu) outputs tf.keras.layers.Dense (unitsTO BE FILLED, activation=softmax) model tf.keras.Sequential ([inputs , hidden, outputs ) loss sparse_categorical_crossentropy optimizer tf.keras.optimizers . RMSprop (0.001) model.compile (lossloss , optimizer optimizer , metrics accuracy ) What was the number of units in the output layer of this deep neural network ?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!