ImagenetBinaryGP.conf 798 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #[HIKGP]
  2. [GPHIKClassifier]
  3. #optimization_method = "downhillsimplex"
  4. optimization_method = "none"
  5. parameter_upper_bound = 5.0
  6. ils_max_iterations = 500
  7. ils_verbose = true
  8. noise = 10.0
  9. verbose = true
  10. ils_min_residual = 1e-2
  11. learn_balanced = true
  12. [main]
  13. positive_class = 1
  14. # whether to use eriks folder (only works on dionysos)
  15. imageNetLocal = false
  16. # standard setting with one negative example for each category
  17. nneg = 50
  18. # with 20 iterations
  19. # This standard config should lead to ... classification performance
  20. # With quantization we get: 0.891481 (with only 100 bins :)
  21. # Additional quantization
  22. #[HIKGP]
  23. [GPHIKClassifier]
  24. use_quantization = true
  25. num_bins = 100
  26. [RegGaussianProcess]
  27. noise = 10.0
  28. optimize_parameters = false
  29. [Kernel]
  30. robust_cholesky = "static"
  31. rchol_noise_variance = 10.0