home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / languages / progs / curses / bp / rec / tem < prev   
Encoding:
Text File  |  1987-08-09  |  920 b   |  28 lines

  1. define: layout
  2. epoch  $
  3. cpname $           input          $
  4. pss    $           first output   $
  5. tss    $           second output  $
  6.  
  7.  
  8. in1        $             bia out1/in2 $             bia out2
  9.                          
  10. weights    $            $   $         $            $   $
  11.  
  12. end
  13. epochno    variable    1    $    0    epochno    6    1.0
  14. cpname    variable    1    $    1    cpname    -6    1.0
  15. input    vector        2    $    2    activation h 4 100.0 0 3
  16. pss    floatvar    1    $    3    pss    6     1.0 
  17. hidden    vector        2    $    4    activation h 4 100.0 3 3
  18. tss    floatvar    1    $       5       tss    6     1.0 
  19. output    vector        2    $    6    activation h 4 100.0 6 3
  20. in.1    vector        3    $    7    activation h 4 100.0 0 3
  21. in.2    vector        3    $    8    activation h 4 100.0 3 3
  22. weight.1 matrix        3    $    9    weight h 4 100.0 3 3 0 3
  23. bias.1    vector        3    $    10    bias v 4 100.0 3 3
  24. out.1    vector        3    $    11    activation v 4 100.0 3 3
  25. weight.2 matrix        3    $    12    weight h 4 100.0 6 3 3 3
  26. bias.2    vector        3    $    13    bias v 4 100.0 6 3
  27. out.2    vector        3    $    14    activation v 4 100.0 6 3
  28.