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.
時系列予測ネットワークの隠れ層関数として LSTM を使用しています。入力の正規化は必要ですか? もしそうなら、data = data / sum(data) は正しい正規化ですか? 出力も入力で正規化する必要がありますか?
入力の正規化は必要ですか?
いいえ。ただし、ネットワークの収束が速くなる可能性があります。この計算を使用して、値を [0,1] にスケーリングします。
.
出力も入力で正規化する必要がありますか?
いいえ、あなたがそうしたいと思う理由が思いつきません。