layer = tf.keras.layers.Dense(32, activation='relu') #unit = 32 : layer에 총 32개의 노드를 만든다. In [47]:. output = layer(flatten) output.
確定! 回上一頁