Altair RISE
A program to recognize and reward our most engaged community members
Nominate Yourself Now!
Home
Discussions
Community Q&A
Different
mb223223
Hi all
When I run "Deep learning" for a data set, I find different different "r" and "RMSE" of prediction in each separate run!
However this is not the case with "NN".
I want to know why "Deep learning" give different error estimators in each separate run!
Find more posts tagged with
AI Studio
Errors
R
Deep Learning + Neural Nets
Accepted answers
varunm1
Hello
@mb223223
If you are asking about deep learning operator (not the extension), yes results change every time unless you select a reproducible option and a local random seed in the parameters. The reason for that is the weight initialization in every run and also the randomness that might change in the model during the training process.
Each compute node trains a copy of the global model parameters on its local data with multi-threading (
asynchronously
), and contributes periodically to the global model via model averaging across the network.
This the main reason for that. Even a simple neural net might change slightly if we run on different machines, for reproducible results, set local seed.
Hope this helps
All comments
varunm1
Hello
@mb223223
If you are asking about deep learning operator (not the extension), yes results change every time unless you select a reproducible option and a local random seed in the parameters. The reason for that is the weight initialization in every run and also the randomness that might change in the model during the training process.
Each compute node trains a copy of the global model parameters on its local data with multi-threading (
asynchronously
), and contributes periodically to the global model via model averaging across the network.
This the main reason for that. Even a simple neural net might change slightly if we run on different machines, for reproducible results, set local seed.
Hope this helps
mb223223
Hi Dear Varun
Thank you again for the reply on my post. Best
Quick Links
All Categories
Recent Discussions
Activity
Unanswered
日本語 (Japanese)
한국어(Korean)
Groups