Guest User

Untitled

a guest
Jun 19th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. if(f1 < 127.5){
  2. if(f7 < 28.5){
  3. if(f5 < 45.4){
  4. return 0.167528f;
  5. } else {
  6. return 0.05f;
  7. }
  8. }
  9. }
  10.  
  11. if condition1 and condition2 and condition3 then outcome.
  12.  
  13. 1/(1+np.exp(-1*0.167528))=0.5417843204057448
Add Comment
Please, Sign In to add comment