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.
如果我要在训练神经网络之前对训练数据进行标准化,那么在训练之后我会对训练数据进行去标准化并将其反馈回神经网络以显示最终的建模结果和预期结果。或者我是否将标准化的训练数据反馈回来,然后对最终结果和预期结果进行去标准化?
你永远不会去规范化输入数据。网络(或任何其他机器学习模型)将无法理解与训练期间使用的数据不同规模/空间的数据。
但是,如果您这样做了,则缩放输出值,而不是以明显的方式必须将它们缩小以获得“未缩放”结果。