Advertisement
Abhisek92

Angela

Apr 28th, 2020
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. Model: "model_1"
  2. _________________________________________________________________
  3. Layer (type) Output Shape Param #
  4. =================================================================
  5. input_1 (InputLayer) (None, 4) 0
  6. _________________________________________________________________
  7. dense_1 (Dense) (None, 16) 80
  8. _________________________________________________________________
  9. batch_normalization_1 (Batch (None, 16) 64
  10. _________________________________________________________________
  11. dense_2 (Dense) (None, 64) 1088
  12. _________________________________________________________________
  13. batch_normalization_2 (Batch (None, 64) 256
  14. _________________________________________________________________
  15. dense_3 (Dense) (None, 32) 2080
  16. _________________________________________________________________
  17. batch_normalization_3 (Batch (None, 32) 128
  18. _________________________________________________________________
  19. dense_4 (Dense) (None, 16) 528
  20. _________________________________________________________________
  21. batch_normalization_4 (Batch (None, 16) 64
  22. _________________________________________________________________
  23. dense_5 (Dense) (None, 8) 136
  24. _________________________________________________________________
  25. batch_normalization_5 (Batch (None, 8) 32
  26. _________________________________________________________________
  27. dense_6 (Dense) (None, 4) 36
  28. _________________________________________________________________
  29. batch_normalization_6 (Batch (None, 4) 16
  30. _________________________________________________________________
  31. dense_7 (Dense) (None, 2) 10
  32. =================================================================
  33. Total params: 4,518
  34. Trainable params: 4,238
  35. Non-trainable params: 280
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement