whether forward and predict in deep learning are the same
Mostra commenti meno recenti
So far I think they are the same but may I confirm?
Risposta accettata
Più risposte (1)
Souvik Das
il 18 Ago 2022
0 voti
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.
1 Commento
robinho robinho
il 18 Ago 2022
Categorie
Scopri di più su Deep Learning Toolbox in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!