BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
pvareschi
Quartz | Level 8

Re: Neural Network Modelling

Which method is recommended between Initialization Procedure and Preliminary Training (page 3.5-3.6 of the course text)? Are there any instances where Preliminary Training may not be suitable?

1 ACCEPTED SOLUTION

Accepted Solutions
zhongxiuliu
SAS Employee

initialization is how every neural network initialize. SAS will do it at the back end for you so you just need to understand the method, no need to implement it and it is not an optional method/approach to choose. 

preliminary training is setting in proc neural, to allow neural network initialize multiple times and select the best. Sometimes the randomness in initialization would make you trap in local minimum, and you want to give your model several times to restart to avoid this. 

Always try the preliminary training approach. Often your data is too complicated for you to know if you trapped in a local minimum. 

Aurora Peddycord-Liu

View solution in original post

1 REPLY 1
zhongxiuliu
SAS Employee

initialization is how every neural network initialize. SAS will do it at the back end for you so you just need to understand the method, no need to implement it and it is not an optional method/approach to choose. 

preliminary training is setting in proc neural, to allow neural network initialize multiple times and select the best. Sometimes the randomness in initialization would make you trap in local minimum, and you want to give your model several times to restart to avoid this. 

Always try the preliminary training approach. Often your data is too complicated for you to know if you trapped in a local minimum. 

Aurora Peddycord-Liu

 

This is a knowledge-sharing community for learners in the Academy. Find answers to your questions or post here for a reply.
To ensure your success, use these getting-started resources:

Estimating Your Study Time
Reserving Software Lab Time
Most Commonly Asked Questions
Troubleshooting Your SAS-Hadoop Training Environment

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1129 views
  • 0 likes
  • 2 in conversation