2
votes
1answer
113 views

Hyper-parameter optimization via random search

I’m working on a classification system which consists of an auto-encoder for feature learning and logistic regression for classification. The system has five hyper-parameters as enumerated below. ...
0
votes
1answer
454 views

Hyperparameter estimation in gaussian process

Dear gaussian process experts, i'm trying to optimize the hyperparameters for a gaussian process. As a starter i choose the squared exponential formula for covariance where i have to optimize 3 ...