AutoML toolkit for neural architecture search and hyper-parameter tuning
1–10 of 60 posts
Re: AutoML toolkit for neural architecture search and hyper-parameter tuning
#2Re: AutoML toolkit for neural architecture search and hyper-parameter tuning
#3No Windows support in a Microsoft product. Curious.
This looks very useful for tuning hyper-parameters, and the fact that the tuned algorithm is treated as a black box makes this very flexible.
Re: AutoML toolkit for neural architecture search and hyper-parameter tuning
#4Are people migrating from scikit to tensorflow in production for non-deep learning usecases ?
Re: AutoML toolkit for neural architecture search and hyper-parameter tuning
#5interesting - there's no scikit support, which for long has been the mainstay for data scientists everywhere. Are people migrating from scikit to tensorflow in production for non-deep learning usecases ?
At least that's the behaviour of the platform[1] I am working on.
[1]: https://github.com/polyaxon/polyaxon#hyperparameters-tuning
Re: AutoML toolkit for neural architecture search and hyper-parameter tuning
#6interesting - there's no scikit support, which for long has been the mainstay for data scientists everywhere. Are people migrating from scikit to tensorflow in production for non-deep learning usecases ?
Re: AutoML toolkit for neural architecture search and hyper-parameter tuning
#7interesting - there's no scikit support, which for long has been the mainstay for data scientists everywhere. Are people migrating from scikit to tensorflow in production for non-deep learning usecases ?
I think it should probably support scikit as well as any other library, since it's only making suggestions of hyper-parameters based on recorded/historical observations or random evaluations. At least that's the behaviour of the platform[1] I am working on. [1]: https://github.com/polyaxon/polyaxon#hyperparameters-tuning
[1]: https://nni.readthedocs.io/en/latest/sklearn_examples.html
Re: AutoML toolkit for neural architecture search and hyper-parameter tuning
#8interesting - there's no scikit support, which for long has been the mainstay for data scientists everywhere. Are people migrating from scikit to tensorflow in production for non-deep learning usecases ?
I think it should probably support scikit as well as any other library, since it's only making suggestions of hyper-parameters based on recorded/historical observations or random evaluations. At least that's the behaviour of the platform[1] I am working on. [1]: https://github.com/polyaxon/polyaxon#hyperparameters-tuning
BTW, I think all autoML solutions forget about end users. They all require too much engineering knowledge from the user. I think it will be nice to have an autoML solution that can be used by citizen data scientist.
Re: AutoML toolkit for neural architecture search and hyper-parameter tuning
#9Re: AutoML toolkit for neural architecture search and hyper-parameter tuning
#10I think the `future of work` for machine learning practitioners will quickly separate into two groups: a very small and elite group that performs research and a much larger groups that use AutoML but whose jobs also deal more with data preparation (which gets automated also) and ML devops, supporting models in production.