Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. Training Data shape: (1894676, 228)
  2. Test Data shape: (933200, 228)
  3. AutoEncoder(batch_size=1024, contamination=0.1966,
  4. dropout_rate=0.2, epochs=100, hidden_activation='relu',
  5. hidden_neurons=[128, 64, 32, 64, 128], l2_regularizer=0.1,
  6. loss='binary_crossentropy', optimizer='adam',
  7. output_activation='sigmoid', preprocessing=False, random_state=42,
  8. validation_size=0.1, verbose=1)
  9.  
  10. Epoch 100/100
  11. 1705208/1705208 [==============================] - 72s 42us/step - loss: -2.1918e-04 - val_loss: 0.0103
  12.  
  13. AUC: 0.701
  14. Brier: 0.193
  15. Precision: 0.337
  16. Recall: 0.337
  17. F1: 0.337
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement