• 2022-06-07 问题

    Add an output port block (Out block) to the simulation model, and this block can output the results to the MATLAB workspace.

    Add an output port block (Out block) to the simulation model, and this block can output the results to the MATLAB workspace.

  • 2022-06-08 问题

    Keras中想要在模型中加入尺寸为2*2的最大池化层,相应的Python语句是() A: model.add(MaxPool2D(2)) B: model.add(AvgPool2D(2)) C: model.add(AvgPool2D[2]) D: model.add(MaxPool2D[2])

    Keras中想要在模型中加入尺寸为2*2的最大池化层,相应的Python语句是() A: model.add(MaxPool2D(2)) B: model.add(AvgPool2D(2)) C: model.add(AvgPool2D[2]) D: model.add(MaxPool2D[2])

  • 2022-07-02 问题

    model.add(flatten ())表示添加嵌入层。

    model.add(flatten ())表示添加嵌入层。

  • 2022-06-08 问题

    keras当中,想要在模型中加入32尺寸为3*3的卷积核,并设置整流线性单元激活函数,相应的Python语句是 A: model.add(Con2D(32,3,activation='relu')) B: model.add(Con2D(3,32,activation='relu')) C: model.add(Con2D(32,3,activation='sigmoid')) D: model.add(Con2D(32,3,activation='tanh'))

    keras当中,想要在模型中加入32尺寸为3*3的卷积核,并设置整流线性单元激活函数,相应的Python语句是 A: model.add(Con2D(32,3,activation='relu')) B: model.add(Con2D(3,32,activation='relu')) C: model.add(Con2D(32,3,activation='sigmoid')) D: model.add(Con2D(32,3,activation='tanh'))

  • 2022-06-08 问题

    Keras中添加层的命令是model.add()。

    Keras中添加层的命令是model.add()。

  • 2022-06-01 问题

    Which is not a cross-cultural communication model?( )。 A: The language model B: The cognitive model C: The behavioral model D: The interpretive model

    Which is not a cross-cultural communication model?( )。 A: The language model B: The cognitive model C: The behavioral model D: The interpretive model

  • 2022-06-01 问题

    Which of the following is not a cross-cultural communication model?( ) A: The cognitive model B: The language model C: The interpretive model D: The behavioral model

    Which of the following is not a cross-cultural communication model?( ) A: The cognitive model B: The language model C: The interpretive model D: The behavioral model

  • 2022-05-28 问题

    Which one is not a model of medical tourism?( ) A: Thailand Model B: China Model C: US Model D: India Model

    Which one is not a model of medical tourism?( ) A: Thailand Model B: China Model C: US Model D: India Model

  • 2022-07-24 问题

    model.add(Dropout(0.2))表示将有80%的神经元或数据将要舍弃。

    model.add(Dropout(0.2))表示将有80%的神经元或数据将要舍弃。

  • 2022-06-08 问题

    使用以下程序段建立神经网络,错误的描述是____。import tensorflow as tfmodel = tf.keras.Sequential()model.add(tf.keras.layers.Flatten(input_shape=(28,28)))model.add(tf.keras.layers.Dense(128, activation="relu"))model.add(tf.keras.layers.Dense(10, activation="sotfmax")) A: 这是一个全连接神经网络 B: 这个神经网络有2个隐含层 C: 这个神经网络有2层 D: 这个神经网络有1个隐含层

    使用以下程序段建立神经网络,错误的描述是____。import tensorflow as tfmodel = tf.keras.Sequential()model.add(tf.keras.layers.Flatten(input_shape=(28,28)))model.add(tf.keras.layers.Dense(128, activation="relu"))model.add(tf.keras.layers.Dense(10, activation="sotfmax")) A: 这是一个全连接神经网络 B: 这个神经网络有2个隐含层 C: 这个神经网络有2层 D: 这个神经网络有1个隐含层

  • 1 2 3 4 5 6 7 8 9 10