What is deep learning?

394 viewsEngineeringOther

What is deep learning and what do researchers who do research in deep learning actually do ?

In: Engineering

5 Answers

Anonymous 0 Comments

So if you have a very basic neural network, you have three layers. An input, output, and a hidden layer. The hidden layer is the one that has the artificial neurons and actually makes the neural net work. So you go input ->neurons->output.

In deep learning, you have multiple hidden layers. So you go input->neurons->neurons->output. You technically don’t need this, but it’s easier and performs better. Deep learning is used in pretty much every AI you see these days. At an ELI5 level, you can consider them synonymous. Chat gpt uses deep learning. All the image recognition and generation AIs use deep learning. Pretty much any AI that uses a neural network is doing deep learning.

You are viewing 1 out of 5 answers, click here to view all answers.