SigOpt (YC W15) Helps Customers Optimize Everything from Ads to Shaving Cream
1–10 of 17 posts
Re: SigOpt (YC W15) Helps Customers Optimize Everything from Ads to Shaving Cream
#2Re: SigOpt (YC W15) Helps Customers Optimize Everything from Ads to Shaving Cream
#3I'm one of the founders of SigOpt. Let me know if you have any questions about what we do, how we do it, or the math behind SigOpt. We'll be in the thread all night and are happy to answer any questions.
Re: SigOpt (YC W15) Helps Customers Optimize Everything from Ads to Shaving Cream
#4I'm one of the founders of SigOpt. Let me know if you have any questions about what we do, how we do it, or the math behind SigOpt. We'll be in the thread all night and are happy to answer any questions.
Re: SigOpt (YC W15) Helps Customers Optimize Everything from Ads to Shaving Cream
#5I'm one of the founders of SigOpt. Let me know if you have any questions about what we do, how we do it, or the math behind SigOpt. We'll be in the thread all night and are happy to answer any questions.
What did you solve with MOE that would have been difficult to optimize by hand?
Re: SigOpt (YC W15) Helps Customers Optimize Everything from Ads to Shaving Cream
#6I'm one of the founders of SigOpt. Let me know if you have any questions about what we do, how we do it, or the math behind SigOpt. We'll be in the thread all night and are happy to answer any questions.
What are a couple specific examples of how this has been useful at Yelp and Netflix? What did you solve with MOE that would have been difficult to optimize by hand?
Netflix has used MOE to optimize their deep learning systems (talk at MLconf [3], slides from NIPS [4]). Yelp was also able to leverage it to tune the hyperparameters of various machine learning systems in advertising and search.
SigOpt takes this work and related research and puts it behind an easy-to-use API and web interface. We want to bring these powerful tools to everyone and optimize everything.
[1]: https://www.youtube.com/watch?v=CC6qvzWp9_A
[2]: http://www.slideshare.net/YelpEngineering/optimal-learning-f...
[3]: https://www.youtube.com/watch?v=WdzWPuazLA8#t=24m55s
[4]: https://image.slidesharecdn.com/lessonslearnedpublic-1412132...
Re: SigOpt (YC W15) Helps Customers Optimize Everything from Ads to Shaving Cream
#7I'm one of the founders of SigOpt. Let me know if you have any questions about what we do, how we do it, or the math behind SigOpt. We'll be in the thread all night and are happy to answer any questions.
This is really vague, can you give some more technical details on what's actually happening?
Re: SigOpt (YC W15) Helps Customers Optimize Everything from Ads to Shaving Cream
#8I'm one of the founders of SigOpt. Let me know if you have any questions about what we do, how we do it, or the math behind SigOpt. We'll be in the thread all night and are happy to answer any questions.
Re: SigOpt (YC W15) Helps Customers Optimize Everything from Ads to Shaving Cream
#9I'm one of the founders of SigOpt. Let me know if you have any questions about what we do, how we do it, or the math behind SigOpt. We'll be in the thread all night and are happy to answer any questions.
> Even more intriguingly, SigOpt helps you optimize physical experiments. For example, Clark said one of his initial customers is using SigOpt to test different chemical combinations in creating shaving creams. It shouldn’t matter what you’re testing — Clark said SigOpt’s technology just uses your data and “builds up this model of what it thinks the world looks like. … It’s designed to be a very general system.” This…
This has been an active field in academia for the last few decades, and the seminal paper behind some of our algorithms was published in 1998 [3]. There have been many successful applications in different fields from drug discovery [4] to nanotechnology experiments [5].
We wrap these powerful techniques behind an API and web interface to let anyone start running optimal experiments and leverage this research right away for any experiment they are trying to optimize. We have some more examples and a use case on our site [6].
[1]: http://en.wikipedia.org/wiki/Design_of_experiments
[2]: http://optimallearning.princeton.edu
[3]: http://link.springer.com/article/10.1023/A:1008306431147#pag...
[4]: http://people.orie.cornell.edu/pfrazier/Presentations/2014.1...
[5]: http://optimallearning.princeton.edu/tutorialsciences.htm
Re: SigOpt (YC W15) Helps Customers Optimize Everything from Ads to Shaving Cream
#10I'm one of the founders of SigOpt. Let me know if you have any questions about what we do, how we do it, or the math behind SigOpt. We'll be in the thread all night and are happy to answer any questions.
I have a few questions (about SigOpt / MOE):
* how many parameters can be optimized at once? Peter Frazier's slides [1] seem to imply that a gaussian-process based approach is suited for d* can multiple objectives be handled?
* can the system produce experimental designs for n>1 points designed to be sampled in a batch, or is it just n=1 point at a time?
* in some scenarios, it might only be cost-effective to perform experiments in batches, where there are additional constraints upon which set of samples can be selected per batch (these might be dictated by the manufacturing process). Would it be possible to support this somehow?
[1] -- http://people.orie.cornell.edu/pfrazier/Presentations/2014.0...