How to decide No of hidden layers in running the neural network problem ?
    4 views (last 30 days)
  
       Show older comments
    
    Koustubh Shirke
 on 13 Jun 2020
  
    
    
    
    
    Commented: Ameer Hamza
      
      
 on 13 Jun 2020
            How to decide  No of hidden layers in running the neural network problem ? 
0 Comments
Accepted Answer
  Ameer Hamza
      
      
 on 13 Jun 2020
        Create it like this
net = feedforwardnet([])
view(net)
2 Comments
  Ameer Hamza
      
      
 on 13 Jun 2020
				If you want to find out how many layers to use, then there is no definite answer. It can only be found after experimentation and tuning.
More Answers (0)
See Also
Categories
				Find more on Deep Learning Toolbox in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
