How many trainable parameters are there in this model


Problem

MyNN=Sequential()
MyNN.add(Dense(units=10,input_shape=(50,),activation='relu',use_bias=True))
MyNN.add(Dense(units=1,activation='sigmoid',use_bias=True))

How many trainable parameters (weights) are there in this model?

Request for Solution File

Ask an Expert for Answer!!
Python Programming: How many trainable parameters are there in this model
Reference No:- TGS03293544

Expected delivery within 24 Hours