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

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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