What is the right way to input a “normal” vector into a MLP and receiving *one* output value as a result?

前端 未结 0 1586
鱼传尺愫
鱼传尺愫 2020-12-24 04:11

I built this simple Neural Network in Keras, however I don\'t understand the output of certain input vectors. To illustrate:

X = np.array([1,2,3,4,5])

#Resha         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题