Advertisement
IvonLiu

perfectParams214

Mar 7th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. Perfect weights for ANN
  2.  
  3. Function:
  4. y = x1 * x2
  5.  
  6. Hyperparameters:
  7. inputLayerSize = 2
  8. outputLayerSize = 1
  9. hiddenLayerSize = 4
  10.  
  11. Input/output parameters:
  12. n = 100
  13. yMax = 1000
  14. maxNoise = 3
  15.  
  16. Weights:
  17. array([ 1.01275545, -56.52080697, 1.08475523, -12.96642581,
  18. -1.37938519, -284.78060384, -1.37067348, 2.68145405,
  19. -260.99911217, -139.95759384, 252.78518696, -1.25361515])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement