What is the difference between neural network and a deep learning neural network? Also explain neural network.

246 views

What is the difference between neural network and a deep learning neural network? Also explain neural network.

In: 0

6 Answers

Anonymous 0 Comments

A neuron in the most basic form is a box that takes an input x and spits an output y by doing some computations on x. When you have more than one neuron you have a neural network. Imagine you stack some neurons, this is a layer of neurons. When there are lots of layers you say your neural network is deep. But that is not all, deep neural network means that you are doing some specific operations on your inputs, that is you are implementing a deep learning algorithm.

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