Google's AutoML produces black box models that are only available over a network call. This services seems to produces downloadable models, and a notebook with Python code that creates the model. If that is the case, this is substantially better than GCP's offering.<p>AWS consistently releases similar products after GCP... but they are much more well-thought-out, as AWS has to support them indefinitely...
Would be useful to have a comparison to Google's AutoML Tables: <a href="https://cloud.google.com/automl-tables/docs/features" rel="nofollow">https://cloud.google.com/automl-tables/docs/features</a>
Pretty neat, but unfortunately I cannot see a lot of business cases for this. I haven't worked with a ton of models, but especially if you are not dealing with pretty much solved problems like classification, the results won't be great.<p>First of all, which models are going to be used? How many combinations of hyperparameters are going to be tried? The combinatorial explosion is certain.<p>And then if you don't know how to prepare the right dataset everything is in vain.<p>Not really a critique to AWS, but to AutoML in general.<p>EDIT: After a deeper read it seems it's regressions on textual data only.
I assume this won't do things like add convolutional layers if you give it pixel or signal data, right?<p>Like is this just adding standard layers to a neural net, maybe trying a few activation functions, fiddling with the number of layers and just seeing which give the best results?
In general, If you're interested in looking into AutoML landscape and its adoption here's a Kaggle kernel based on recent Kaggle Survey <a href="https://www.kaggle.com/nulldata/carving-out-the-automl-niche-from-kaggle-survey" rel="nofollow">https://www.kaggle.com/nulldata/carving-out-the-automl-niche...</a>
Do any of these autoML offerings have a way to use the generated model in JavaScript/nodejs? I know of [sklearn-porter](<a href="https://github.com/nok/sklearn-porter" rel="nofollow">https://github.com/nok/sklearn-porter</a>) which transpiles scikit-learn models to JavaScript among other targets, but not sure if this nicely connects with any of the solutions discussed.
This is rather interesting development. Just last week I saw similar feature in IBM Watson being demoed on IBM Cloud. And now AWS Sagemaker has this capability.<p>Does this mean that going forward, for small-to-mid size IT companies and Corporates, the demand for Data scientists and ML developers would decrease?
This is the second science-fiction-level announcement from Amazon in as many days. Either they're about to take over the world with effective AGI and Quantum Computation, or they're being a bit silly.