You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
안녕하세요 강의 잘 듣고 있습니다. 데이터 과학의 Tensorflow (python) 듣는 도중 네번째 딥러닝 - 신경망의 완성:히든레이어 강의에서
H = tf.keras.layers.Dense(8, activation="swish")(X)
H = tf.keras.layers.Dense(8, activation="swish")(H)
H = tf.keras.layers.Dense(8, activation="swish")(H)
Y = tf.keras.layers.Dense(3, activation='softmax')(H)
위 부분에서 예측할때랑 히든레이어 만들때랑 다른 activation함수를 써야하나요??
The text was updated successfully, but these errors were encountered:
안녕하세요 강의 잘 듣고 있습니다.
데이터 과학의 Tensorflow (python) 듣는 도중 네번째 딥러닝 - 신경망의 완성:히든레이어 강의에서
위 부분에서 예측할때랑 히든레이어 만들때랑 다른 activation함수를 써야하나요??
The text was updated successfully, but these errors were encountered: