试题详情

在Keras中,可以使用哪个方法为模型添加一个完全连接层?

Amodel.add(Dense())

Bmodel.add(Conv2D())

Cmodel.add(MaxPooling2D())

Dmodel.add(LSTM())