On Thu, Mar 08, 2012 at 12:25:34PM -0800, Jacob VanderPlas wrote: > Has anyone ever seen gaussian process learning used for this sort of > hyperparameter estimation?
Yes, James Bergstra did that. The core idea is at each iteration to take the point maximizing the chance of improving the current score. I think that this would be a simple way of having an optimizer quite interesting for optimizing a few parameters together. Gaël ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
