Advertisement
Guest User

Untitled

a guest
Mar 26th, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. where : N is the number of the samples,I is the number of inputs,O is the number of outputs, Ntrn is the number of training equations , Neq is the number of equations. and Hub is a limit we put for limiting the number of retraining of the network. To have a Robust Network there are conditions that :
  2.  
  3.  
  4.  
  5. begin{equation}
  6.  
  7. begin{cases}
  8. Hmax << Hub \
  9. Nw << Neq
  10. end{cases}
  11. end{equation}
  12.  
  13.  
  14. Hidden layer numbers are altered from 1 to 15 , and the H = 13 is found to have the best results.
  15.  
  16. subsection{The results of the training }
  17.  
  18. The training function divides the data to three blocks : training, validation, and test.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement