input of layer !?
input 1 : [1, 2, 3, 4] —> my predefined weights —> [.2, .3, .4 , .8]
input 2 : [6, 3, 7, 42] —> my predefined weights —> [.5, .43, .24 , .84]
input 1 : [12, 24, 34, 4] —> my predefined weights —> [.32, .53, .43 , .82]
https://stackoverflow.com/questions/47183159/how-to-set-weights-in-keras-with-a-numpy-array
Обсуждают сегодня