Facebook Runs On AI - But 70% of Its Engineers Who Use AI Aren't Experts (wsj.com)
An anonymous reader shares an excerpt from a WSJ report: AI algorithms are inherently black boxes whose workings can be next to impossible to understand -- even by many Facebook engineers. "If you look at all the engineers at Facebook, more than one in four are users of our AI platform," says Mr. Candela. "But more than 70% [of those] aren't experts." How so many Facebook engineers can use its AI algorithms without necessarily knowing how to build them, Mr. Joaquin Candela, Facebook's head of applied machine learning says, is that the system is "a very modular layered cake where you can plug in at any level you want." He adds, "The power of this is just hard to describe." Pieces of that platform are performing all kinds of "domain-specific" tasks across Facebook's properties, from translation to speech recognition.
You might as well say that Facebook's AI runs on electricity and (generously) 99% of Facebook's engineers aren't experts in electricity generation and distribution either.
AntiFA: An abbreviation for Anti First Amendment.
Are there answers to these questions behind the paywall? I'm guessing no.
Isn't this as if I were using libc or, god forbid, libc++, boost even, while not being an "expert" there? I'm pretty certain it would take me an obscene amount of effort to even replicate some of the stuff in boost, for example.
Isn't this all that modern development has been trying to achieve since forever?
So this is a triumph for the engineers that put that stuff together: it can be used by non-experts to meaningful effect.
It is prepping the data that is hard. The Machine Learning Algorithms have been established for a long time. The big limiters on it have been processing power and decent data sets.
How many developers understand encryption algorithms that they use for security... this is the point of libraries?
love is just extroverted narcissism
but I'm not a fucking mechanic.
... some as simple as the fact that i like to see my newsfeed with Recent Posts first, instead of what Facebook thinks I want to see first, is beyond the capability of the Facebook AI. Each time I go to Facebook,, I have to set the option to show Recent Posts first. If the Facebook AI can't get that right, what can it get right?
The real problem with modern, "deep learning" AI is that usually not even the experts can tell you how such systems work.
The most they can tell you is:
* The model makes the choices we labeled on our training data set
* We add stuff to the training set as it makes detected mistakes
The weights in the neural network after training become an opaque fuzzy partition of the training set.
Does this inspire confidence in you? Me neither.
To a Lisp hacker, XML is S-expressions in drag.