📜  没有训练的神经网络返回相同的输出和随机偏差 - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:39.947000             🧑  作者: Mango

代码示例1
if you haven't trained your neural network and you have random weights
and it always return the same output no mater the input then everything is fine.
you just need to train your network to make it have diferent output
depending on the inputs.