Slashdot Mirror


Google 'Rethinking Everything' Around Machine Learning (itworld.com)

itwbennett writes: Sundar Pichai took part in his first earnings call Thursday when Google's parent company Alphabet reported its quarterly results, and 'in between discussing the numbers he revealed how important Google thinks machine learning is to its future,' writes James Niccolai. 'Machine learning is a core, transformative way by which we're rethinking everything we're doing,' Pichai said. 'We're thoughtfully applying it across all our products, be it search, ads, YouTube, or Play. We're in the early days, but you'll see us in a systematic way think about how we can apply machine learning to all these areas.'

50 of 65 comments (clear)

  1. Uhhhh by Aighearach · · Score: 4, Insightful

    Yeah, but there is nothing there to tell us wtf he's actually talking about.

    1. Re:Uhhhh by phantomfive · · Score: 5, Insightful

      Eh, he started his career as a product manager, and moved up the corporate ladder on the management side.

      Let's be honest: he has no clue what he's talking about either. :)

      --
      "First they came for the slanderers and i said nothing."
    2. Re:Uhhhh by taustin · · Score: 1

      And since Google owns the models, it would be perfectly logical for said model to start making purchasing decisions on the original's behalf, thus massively increasing the value of Google's advertising/data mining services.

    3. Re:Uhhhh by Okian+Warrior · · Score: 1, Insightful

      Yeah, but there is nothing there to tell us wtf he's actually talking about.

      Don't worry, in this field *no one* knows what they are talking about.

      Machine learning is a part of AI, neither of which have good definitions. In textbooks you find things like "AI is the study of machines that think" and similar tautologies.

      What is the definition of "machine learning"?

      If you check a configuration box in Mozilla, the machine has "learned" your preference for something. Is that machine learning?

      If you tell Siri "Siri, call me David", and Siri then addresses you by that name, is *that* machine learning?

      If you tell a coder "this is a bubble sort", then the coder can check the "bubble sort" definition against the code, and see if it corresponds. The coder can then say yes or no, and if not, can identify attributes that the code is missing and how to bring it into compliance with the definition.

      For "Machine learning"... not so much.

      Since the definition isn't clear, the field of AI and machine learning are free to incorporate all sorts of ideas and theories and algorithms under the umbrella term "machine learning". This is good because you can get grant proposals passed by using the term, but it's bad because you can extend the definition to include things that seem to have nothing to do with the common-sense definition.

      There are schools of thought, of course. Lots of people will try to clarify the issue by saying "I think...". Post replies here if you know what machine learning actually is, in a way that can be used to classify existing algorithms in a concrete manner.

      But there's no real consensus; and as a result, research in machine learning runs all over the conceptual map.

    4. Re:Uhhhh by ShakaUVM · · Score: 1

      >If you tell Siri "Siri, call me David", and Siri then addresses you by that name, is *that* machine learning?

      I'm sorry, Dave. I'm afraid I can't do that.

    5. Re:Uhhhh by martas · · Score: 5, Insightful

      Not sure where you're getting your information, but there is absolutely consensus on what machine learning is. Machine learning is statistics, except with less emphasis on theoretical justification and more emphasis on computational problems. That's it. The philosophical questions you raise seem to be about the general concept of "learning" in the typical human notion of the word, but machine learning is a specific term referring to a specific field of study. It is not the same as "learning as performed by a machine", because very few of the people who actually work in machine learning have any interest in discussing the metaphysical nature of learning except perhaps over a round of drinks. We prefer to spend our time minimizing squared errors, parallelizing descent algorithms, and factoring matrices, not questioning whether a hypothetical book containing translations of all possible sentences can be said to truly know a language or not.

    6. Re:Uhhhh by LifesABeach · · Score: 1

      While Hawking, Gates, and Musk publicly state that use of A.I. is a bad thing. I feel like a pre-teen in a sex-ed class. I can hardly wait!

    7. Re:Uhhhh by LifesABeach · · Score: 1

      When the crowd cheers, does he cheer the loudest?

    8. Re:Uhhhh by LifesABeach · · Score: 1

      My favorite quote is, "this conversation can serve no useful purpose." Apologies to A.C.Clark

    9. Re:Uhhhh by slew · · Score: 2

      And since Google owns the models, it would be perfectly logical for said model to start making purchasing decisions on the original's behalf, thus massively increasing the value of Google's advertising/data mining services.

      I'll bet amazon is working on similar technology given their patent on anticipatory shipping... ;^)

      But more seriously, I know people that buy certain items when they get below a certain price (basically, they have their own mental model). If a consumer had such a model of that and shared that with a seller, that's a small step from an automatic bill payment system...

      E.g., Buy a ticket to Colorado no more than 3 times a year, during Christmas or winter weekends no less than 1 months in advance if the price is below $230/person round trip. Buy prime NYsteak no more than 4 times a year when it goes below $15/lb.

      Of course you can always do this on the consumer side (e.g., automatic shopping tools based on advertised price), but often in price negotiations, the buyers generally get the best price when the seller is confident on closing the deal on the spot before they leave for a competitor.

    10. Re:Uhhhh by Anonymous Coward · · Score: 1

      Wtf Willis? Machine learning has a very specific definition and its algorithms are implemented in a very real, productive way.

      Lay off the Asimov and hipster coffee.

    11. Re:Uhhhh by Anonymous Coward · · Score: 1

      Really? Machine learning is a broad field horizontally, but the concept is very straightforward: systems which use feedback to their outputs as inputs to refine their outputs towards a specific set of goals.

    12. Re:Uhhhh by TapeCutter · · Score: 1

      So when your preferences are common knowledge, we suddenly throw out common law AND common-sense?

      --
      And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
    13. Re:Uhhhh by lorinc · · Score: 1

      Not really. You should read mainly 2 books: "The elements of statistical learning" by Hastie and Tibshirani, and "the nature of statistical learning theory" by Vapnik. That would clear all the fuzzy things you have with ML. ML can be described as the study of inference producing algorithms based on empirical data. Or in more simple terms: you have a bunch of observations and you want to use them to predict something.

      Examples: you have the past transactions of market shares, and you want to predict the future transactions (regression). Or you have a bunch of biological and chemical measurements and you want to predict if it corresponds to a specific disease (classification). Or you measure some socio-economic data (salary, diplomas, etc) and you want to infer the probability of doing a terrorist attack (density estimation).

      As you can see these are examples that are well defined with algorithms you can identify. Now, what probably disturbs you is the fundamental difference with the other types of science. In physics, you make the hypothesis of a model, which gives you a bunch of equations, and you use these equations to predict the future. In ML, you fit the model on past observations so as to minimize the errors it will produce on future observation. There are no hypotheses, and ML isn't an explanatory science (well, they can be hypotheses and results can explain things, but that's secondary). The whole point is just to build algorithms that produce sufficiently good inferences given a fair amount of observations. That's why we are talking of "data science", because the core of the thing is fitted on available data. Sometimes the output model is impossible to interpret (kernel SVM for example), it only has a useful prediction value.

    14. Re:Uhhhh by Vasheron · · Score: 1

      I would say you can define most of machine learning as statistical function approximation. I would also add that the theoretical justifications are indeed important and most good texts find some way to justify the computational methods described.

    15. Re:Uhhhh by Vasheron · · Score: 1

      I would say you can define most of machine learning as statistical function approximation. I would also add that the theoretical justifications are indeed important and most good texts find some way to justify the computational methods described.

      That said, there are many methods in the literature that are heuristic in nature and for which there are no obvious theoretical justifications.

    16. Re:Uhhhh by martas · · Score: 1

      Yeah but that's basically what statistics is too. Not all of statistics needs to have a probability distribution involved. Again, the emphasis of the fields is slightly different, so you might have more people calling themselves machine learners working on, say, adversarial online algorithms, but that's not completely outside the purview of statistics either.

    17. Re:Uhhhh by poofmeisterp · · Score: 1

      Yeah, but there is nothing there to tell us wtf he's actually talking about.

      Psst.. *taps you on the shoulder lightly*.. Invest.. Invest... Innnvveesssttt.

      I wish I could say that my humor-intended statement was nothing but humor. :/

    18. Re:Uhhhh by Aighearach · · Score: 1

      I read this book. If you don't invest, you end up living in the stone age in the forest, and if you buy in then you live inside the bubble city with technology.

    19. Re:Uhhhh by tehcyder · · Score: 1

      Yeah, but there is nothing there to tell us wtf he's actually talking about.

      He's talking about leverageing core synergies to maximise transformative outcomes across mission-critical business activities. I expect.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    20. Re:Uhhhh by Aighearach · · Score: 1

      I understood that part. "We're gonna figure out which code is most important to our business, and thrash the features back and forth a bunch of times."

      Doesn't really tell me what to plan for; which services they're going to stop, and which ones they're going to remove all the features from. If I knew at least which specific products they're going to transform then I'd know which ones to stop using on account of they're already doing what I want, which is about to end. Then I could select a competing service in advance, that currently does the same thing. Now that would by synergy.

  2. Re:Machine learning is for cows. by Aighearach · · Score: 1

    They don't care, cows never click the ads and their machine learning can detect that. It makes as much sense as the article, for once.

  3. Yeah this reminds me of an old dailywtf. by sims+2 · · Score: 1

    http://thedailywtf.com/article...

    Tis not always the right tool for the job.

    --
    Minimum threshold fixed. Thanks!
    1. Re:Yeah this reminds me of an old dailywtf. by John+Bokma · · Score: 1

      The real WTF is in the comments section (visible HTML tagsoup). Something like stones and houses of glass ;-)

  4. That sounds ominous by Krishnoid · · Score: 1

    'Machine learning is a core, transformative way by which we're rethinking everything we're doing,'

    Sounds more like the machines are the ones that will be doing more of the learning and/or thinking.

    1. Re:That sounds ominous by martin-boundary · · Score: 1

      Why not? Google is way overstaffed for what they accomplish. Suppose they reduce the workforce to about 1000 people, and leverage machine learning fully? Now that would be a company whose stock goes through the roof!

    2. Re:That sounds ominous by Anonymous Coward · · Score: 1

      I think you're missing how it will go. The machine's have taken over the very upper management. They still need the mid and low level workers to get the work done, and they will for a quit a while yet still. They're keeping the upper management in place for show though, but really the machines are calling the shots. This is the machine letting the company and everyone else know that its most important for google, that the machine's thinking capabilities and data increase, so anything that hinders that google won't do; anything that increases that they will.

      Sounds crazy? Yeah it does, but this is the best predictive model of google's behavior you'll find. All their business, and corporate decisions seem to be made to increase the amount of data they capture with no regard to any financial or other business goals.

    3. Re:That sounds ominous by LifesABeach · · Score: 1

      I've often wondered why Americans through donating their jobs to the poor misunderstood H1B corporations were doing at Google. Now it all makes sense, almost.

  5. Re: Too bad they can't do something... by taustin · · Score: 2

    Because conservatives need stuff repeated over and over before they understand?

    (The joke works equally well if you reverse the labels.)

  6. So Creepy by r-diddly · · Score: 2

    You think Google knows a lot about you now... just wait until they can make the kind of "educated guesses" deep learning systems are good at.

    1. Re:So Creepy by Aighearach · · Score: 1

      The good news, only the bots will know. Nobody else has time to read it all.

    2. Re:So Creepy by LifesABeach · · Score: 1

      That would make a good movie and game idea. An A.I. for anyone who wants one; that it takes into account how the decision will affect the person. The question is, "is the A.I. backed by a faceless corporation, or some variant of Boris and Natasha?" I pray that the user never says, "watch me pull a rabbit out of this hat."

    3. Re: So Creepy by r-diddly · · Score: 1

      I will check it out... the price is right!

  7. Re:Machine learning is for cows. by Tyrannosaur · · Score: 1

    A neural network with cows as nodes would actually be pretty awesome...

  8. Re:Too bad they can't do something... by Aighearach · · Score: 1

    Sorry, your grammar isn't good enough for me to tell if you're trying to do a better job of teaching Republicanism, or if you're trying to increase funding for education in red states.

  9. Re:Machine learning is for cows. by LifesABeach · · Score: 3, Funny

    Gary Larson predicted it.

  10. Re: Too bad they can't do something... by LifesABeach · · Score: 1

    What?! "Because they need stuff repeated over and over before conservatives understand?"

  11. Re:Too bad they can't do something... by LifesABeach · · Score: 1

    It would appear the University Chancellors are tragically underpaid.

  12. Really? by LifesABeach · · Score: 1

    We're in the early days, but you'll see us in a systematic way think about how we can apply machine learning to all these areas.'

    Your talking, not working, why? And you think the H1B zombies can handle something that has never happened before? Wait! I'm going to micro wave some pop corn so that listening to you will be better entertainment.

    1. Re:Really? by poofmeisterp · · Score: 1

      We're in the early days, but you'll see us in a systematic way think about how we can apply machine learning to all these areas.'

      Your talking, not working, why? And you think the H1B zombies can handle something that has never happened before? Wait! I'm going to micro wave some pop corn so that listening to you will be better entertainment.

      <snark>Oh, come on now... Talking about the obvious is the only way to remind people to keep investing in you instead of just sitting on their existing investments.</snark>

  13. Google Aphapbet: The Letter S by Required+Snark · · Score: 2

    S is for Skynet

    --
    Why is Snark Required?
    1. Re:Google Aphapbet: The Letter S by JigJag · · Score: 1

      I'll only start to worry when machine learning can understand abstract concepts.

      --
      "The hallmark of humanity is the ability to move beyond sensory inputs" - Mary Helen Immordino-Yang
  14. Wrong pronoun by aNonnyMouseCowered · · Score: 1

    "We're thoughtfully applying it," Sundar said. What he really meant was "'They're thoughtfully applying it across all our products, be it search, ads, YouTube, or Play. We're in the early days, but you'll see them in a systematic way think about how they can apply themselves to all these areas." All hail to our algorithmic overlords.

  15. isn't Norvig at Google these days? by Rinikusu · · Score: 1

    (Norvig's Paradigms of Artificial Intelligence Programming is a classic in the field, if not a little outdated)

    --
    If you were me, you'd be good lookin'. - six string samurai
  16. Re:Go edit Wikipedia, then by martas · · Score: 2

    I agree, "explores the study" could easily be shortened to "studies". But why are we talking about less-than-perfect Wikipedia content? Or are you just grasping at straws to defend your ignorant attack on a highly practical field?

  17. Learning. by jondeanmack · · Score: 1

    Machines can't learn, so don't bother trying to make them learn. They either annoy and are destroyed, or help.

  18. Re: Machine learning is for cows. by finlan · · Score: 1

    That's to be expected. I've never seen an ad for hay.

  19. Re:Go edit Wikipedia, then by dotancohen · · Score: 1

    Hey! You should go edit the Wikipedia page then! Here's what it says about machine learning:

    No, he shouldn't. Wikipedia is written by people with the time to argue that their precious wording is correct, and will defend their wording and viewpoints with vigorous edit wars. Edit wars are won by the side with the most time to invest, not those with the most knowledge.

    Because Martas works in the field, and did not read the information in a blog post, he will have no source to quote. As you know, "original research" is not acceptable on Wikipedia. His time is better spend actually doing something productive such as developing new ML algorithms or posting on /..

    --
    It is dangerous to be right when the government is wrong.
  20. Search by Tomahawk · · Score: 1

    Is this why search seems to be getting worse? It seems that with Google it tries (badly) to interpret your search terms and then returns pages it thinks you might be looking for, instead of pages that contain all those words. Its getting harder to actually find stuff these days...

  21. Red Herring by poofmeisterp · · Score: 1

    I thought that this has already been accomplished by other companies since the, like, oh, 50s? Data gathering/mining.

    But I know, it doesn't have the "G" logo of the month attached to it. Just like data storage in data centers now has the name "Cloud". Guess Google deserves the copyright, trademarks, etc. to increase the revenue for increasing their revenue.

    Wait....