1. BatchNormalization層:該層在每個batch上將前一層的啟用值重新規範化,即使得其輸出資料的均值接近0,其標準差接近1keras.layers.normalization.
確定! 回上一頁