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!!!!

In our last episode, we unpacked how AI deals with language in a simple way, ranking down natural language processing, or NLP, without the scary math.

AI squared: AI explained
Neural Networks!!!!

If you've ever heard of deep learning and nodded like you understood but secretly didn't, this episode is for you.

AI squared: AI explained
Neural Networks!!!!

We'll explain what a neural network is, how it learns, and why layers matter, all in plain language.

AI squared: AI explained
Neural Networks!!!!

Let's start with a simple picture.

AI squared: AI explained
Neural Networks!!!!

A neural network is a way for a computer to learn patterns from examples.

AI squared: AI explained
Neural Networks!!!!

On its own, one neuron is not very smart.

AI squared: AI explained
Neural Networks!!!!

But when you connect thousands or millions of them in layers, they can then do surprisingly complex things that recognize a face or answer a question.

AI squared: AI explained
Neural Networks!!!!

A neuron takes a few inputs, which are just numbers, and combines them.

AI squared: AI explained
Neural Networks!!!!

Each input has a strength attached to it called a weight.

AI squared: AI explained
Neural Networks!!!!

Neuron multiplies each input by its weight, adds them up, and then applies a small formula called an activation function.

AI squared: AI explained
Neural Networks!!!!

At a high level, a neuron is just take inputs, scale them, add them, pass through a squashing function, and then set the result onward.

AI squared: AI explained
Neural Networks!!!!

The input layer is where you feed data in, numbers that represent an image, a sentence, or whatever you're working with.

AI squared: AI explained
Neural Networks!!!!

Finally, there's an output layer, which might represent things like, is this a cat or a dog, or what word should come next?

AI squared: AI explained
Neural Networks!!!!

At this point, the network is basically making its best guess based on its current settings, its current weights.

AI squared: AI explained
Neural Networks!!!!

We show the network an example, say an image that is a cat.

AI squared: AI explained
Neural Networks!!!!

The network makes a prediction.

AI squared: AI explained
Neural Networks!!!!

This maybe says that it's a dog to measure how wrong it was using a loss, a number that represents the error, and the network adjusts its weights a tiny bit to reduce that error the next time.

AI squared: AI explained
Neural Networks!!!!

Back propagation is like telling each neuron, here's how much you contributed to the mistake.

โ† Previous Page 1 of 7 Next โ†’