Guest User

Untitled

a guest
Oct 17th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. (w^Tx) / (||w||*||x||) = w^T/||w|| * x/||x||
  2.  
  3. weights = model.get_weights()
  4.  
  5. model.set_weights(weights)
  6.  
  7. model.coefs_
Add Comment
Please, Sign In to add comment