Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
无法编辑输出层的神经元数量,该字段被禁用。当我将层数设置为 2 时,即使这样,第二个字段也被锁定/禁用。请帮我确定是什么问题。提前致谢!
网络的输出必须与您的目标变量具有相同的维度,因为误差函数是 MSE,您只能针对相同大小的向量计算 MSE。这意味着输出层中的神经元数量必须与输出的维度相同。