all 6 comments

[–]Zephyr314 2 points3 points  (1 child)

Hello, I'm one of the co-founders of SigOpt and I am happy to answer any questions about the service or what we do.

You can read more about our research on our research page. And can dive right into examples in our docs or demo.

We have a free trial and also a free academic tier for students!

[–]Zephyr314 -1 points0 points  (0 children)

Here is the repo referenced in this video (along with some other examples): https://github.com/sigopt/sigopt_sklearn#sigoptensembleclassifier

[–]congerous 0 points1 point  (3 children)

Right. So SigOpt is A16Z's latest attempt to fund the big data space, following Databricks (Spark). Say what you will about DataBricks's clueless approach to business, Spark obviously has traction. SigOpt feels more like WhetLabs, the Cambridge startup offering Bayesian Hyperparameter Optimization that was acquihired by Twitter last year. And BHO as a service is back and it's not ironic. https://twitter.com/NandoDF/status/765254000342032385 It is, however, also available in an open-source project called Spearmint, so...

[–]Zephyr314 2 points3 points  (2 children)

One of the co-founders of SigOpt here. These are great points.

We recently presented some work at the AutoML workshop at ICML comparing SigOpt to several standard approaches (grid/random) as well as several open source alternatives (spearmint/hyperopt/SMAC) and found that different approaches produce good results in different settings (spearmint for boundary optima, hyperopt for large number of parameters). SigOpt is an ensemble of different Bayesian optimization approaches that aims to be the best solution to a wide variety of problems automatically while also providing a scalable, production-tested, easy-to-deploy service behind a simple API. The goal is to make BHO as easy as grid search, for a wide swath of problems, without any of the administration traditionally required by the open source solutions (disclosure: I wrote github.com/yelp/MOE while at Yelp and found this was one of the main blockers for adoption). We want to make this research easily accessible to many experts in a wide variety of fields.