Menu
Sign In Search Podcasts Libraries Charts People & Topics Add Podcast API Blog Pricing

Ben Gilbert

πŸ‘€ Speaker
35701 total appearances
Voice ID

Voice Profile Active

This person's voice can be automatically recognized across podcast episodes using AI voice matching.

Voice samples: 1
Confidence: Medium

Appearances Over Time

Podcast Appearances

Acquired
Google: The AI Company

You know, Google is all about taking this sort of frontier research and then doing the architectural and engineering system to make it actually run.

Acquired
Google: The AI Company

And here's a little bit on why.

Acquired
Google: The AI Company

And it's a little technical, but follow me for a second.

Acquired
Google: The AI Company

All the research from that period of time pointed to the idea that you needed to be synchronous.

Acquired
Google: The AI Company

So all the compute needed to be sort of really dense, happening on a single machine with really high parallelism, kind of like what GPUs do, that you really would want it all sort of happening in one place.

Acquired
Google: The AI Company

So it's really easy to kind of go look up and see, hey, what are the computed values for everything else in the system before I take my next move?

Acquired
Google: The AI Company

What Jeff Dean wrote with disbelief was the opposite.

Acquired
Google: The AI Company

It was distributed across a whole bunch of CPU cores and potentially all over a data center or maybe even in different data centers.

Acquired
Google: The AI Company

So in theory, this is really bad because it means you would need to be constantly waiting around on any given machine for the other machines to sync their updated parameters before you could proceed.

Acquired
Google: The AI Company

But instead, the system actually worked asynchronously.

Acquired
Google: The AI Company

without bothering to go and get the latest parameters from other cores.

Acquired
Google: The AI Company

So you were sort of updating parameters on stale data.

Acquired
Google: The AI Company

You would think that wouldn't work.

Acquired
Google: The AI Company

The crazy thing is, it did.

Acquired
Google: The AI Company

Yes.

Acquired
Google: The AI Company

Okay, so you've got disbelief.

Acquired
Google: The AI Company

What do they do with it now?

Acquired
Google: The AI Company

They want to do some research.

Acquired
Google: The AI Company

So they try out, can we do cool neural network stuff?

Acquired
Google: The AI Company

And what they do in a paper that they submitted in 2011, right at the end of the year, is, and I'll give you the name of the paper first.