Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Machine Learning by (19k points)
Can someone predict :) or guess how does the Google Prediction API work under the hood? I know there are some machine learning techniques: Decision Trees, Neuron networks, naive Bayesian classification etc.

Which technique do you think Google is using?

1 Answer

0 votes
by (33.1k points)
edited by

Google documentation simply concludes that Google isn't disclosing the innards of the Google Prediction API.

But, there is a Reddit discussion about this too. A response was from a user who is credible due to his prior work in that field. It wasn't certain what Google Prediction API was using, but had some ideas about what it was NOT using, based on discussions on the Google Group for the Prediction API:

The current implementation is not able to deal correctly with non-linear separable data sets (XOR and Circular). That probably means that they are fitting linear models such as regularized logistic regression or SVMs but not neural networks or kernel SVMs. Fitting linear models is very scalable to both wide problems (many features) and long problems (many samples) provided that you use... stochastic gradient descent with truncated gradients to handle sparsity inducing regularizers.

There are some other responses. Google Prediction API has since released a new version, but it is not any more obvious how it works "under the hood".

If you want to know the real-world applications of Machine Learning then you can go through this video:

Browse Categories

...