Guest User

Untitled

a guest
Mar 22nd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. net = NetInitialize@
  2. NetChain[{LinearLayer[2], SoftmaxLayer[]}, "Input" -> 2,
  3. "Output" -> NetDecoder[{"Class", {0, 1}}]]
  4.  
  5. net@RandomReal[{-1, 1}, {10, 2}]
Add Comment
Please, Sign In to add comment