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

Mikkel

๐Ÿ‘ค Speaker
128 total appearances

Appearances Over Time

Podcast Appearances

AI squared: AI explained
Neural Networks!!!!

Change your weight slightly in this direction.

AI squared: AI explained
Neural Networks!!!!

It's a bit like practicing a sport or an instrument.

AI squared: AI explained
Neural Networks!!!!

You try, you get feedback, you adjust.

AI squared: AI explained
Neural Networks!!!!

The difference is just that a neural network can do that thousands of times per second.

AI squared: AI explained
Neural Networks!!!!

It's basically about having many layers of neurons stacked on top of each other.

AI squared: AI explained
Neural Networks!!!!

More layers let the network learn more abstract features.

AI squared: AI explained
Neural Networks!!!!

Early layers might learn simple things like edges or small patterns.

AI squared: AI explained
Neural Networks!!!!

Deeper layers learn higher level concepts like shapes, objects, or even styles.

AI squared: AI explained
Neural Networks!!!!

Human networks are powerful, but they can also overfit.

AI squared: AI explained
Neural Networks!!!!

An overfit network might be perfect on the examples it saw, but terrible on new data.

AI squared: AI explained
Neural Networks!!!!

The goal is always the same.

AI squared: AI explained
Neural Networks!!!!

We don't want just a network that's good on yesterday's examples.

AI squared: AI explained
Neural Networks!!!!

We want one they can handle tomorrow's.

AI squared: AI explained
Neural Networks!!!!

Neural networks are the core engine behind computer vision models that work with images, language models like chatbots and translators, speech recognition, and recommendation systems, and many more.

AI squared: AI explained
Neural Networks!!!!

Underneath, it's still layers of neurons, weights, activations, and learning from mistakes.

AI squared: AI explained
Neural Networks!!!!

A neural network is a big function of tiny decisions.

AI squared: AI explained
Neural Networks!!!!

You feed the numbers, they travel through layers of weighted connections, and you get an output.

AI squared: AI explained
Neural Networks!!!!

It doesn't understand the world like we do, but it becomes very, very good at mapping input patterns to output patterns.

AI squared: AI explained
Neural Networks!!!!

In the next episode of our How AI Works miniseries, we can go in a few directions.

AI squared: AI explained
Neural Networks!!!!

Reinforcement learning, transformers, or a deeper but still simple explanation of how training at skill works.