一.輸入層 1.用途 構建深度神經網絡輸入層,確定輸入數據的類型和樣式。 2.應用代碼 input_data = Input(name='the_input', shape=(1600, 200, 1)) 3.源碼 def Input(shape=None, batch_shape=None,