whether forward and predict in deep learning are the same
古いコメントを表示
So far I think they are the same but may I confirm?
採用された回答
その他の回答 (1 件)
Souvik Das
2022 年 8 月 18 日
0 投票
I am assuming with 'forward', you mean 'forward propagation'. Deep learning networks usually have a lot of layers. Each layer accepts input data, processes it as per the activation function and passes it to the next layer. This is called 'forward propagation'.
In an abstract way, you can say 'prediction' is something that happens with the last layer where we get the final results from our deep learning network.
So 'prediction' and 'forward propagation' have a minor difference between them.
カテゴリ
ヘルプ センター および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!