Deep
Deep
if you are silent to me, I become like those who go down to the pit.
DEEP LEARNING
Unit -3
1
Machine Learning closer to one of its original goals: Artificial
Intelligence.
and Billions of these basic units along with some other materials
But the basic intuition is that, the general idea of a human brain
touch, smell) is fed to brain how neurons from one layer are
within the neuron, and how strong the connections are in between
2
them. Dendrites fetch the input signal, nucleus or cell body transforms
the input signal, axon takes the modified signal to the other neurons.
networks :
In the above diagram, the first layer is the input layer which receives
all the inputs and the last layer is the output layer which provides the
desired output.
All the layers in between these layers are called hidden layers. There
layer will entirely depend on the use-case you are trying to solve.
Here, we are passing the high dimensional data to the input layer. To
match the dimensionality of the input data, the input layer will contain
4
multiple sub-layers of perceptrons so that it can consume the entire
input.
The output received from the input layer will contain patterns and will
only be able to identify the edges of the images based on the contrast
levels.
This output will be fed to the Hidden layer 1 where it will be able to
Now, this will be fed to the hidden layer 2 where it will able to form
the entire faces. Then, the output of layer 2 is sent to the output layer.
image is 7.
generative learning
6
cluster analysis, which is used for exploratory data analysis to find
of states
7
A Generative Model is a powerful way of learning any kind of data
distribution.
8
The lower layers receive top-down, directed connections from the
layer above.
on or off.
hidden layers, whose weights are fully connected and are often
technique. (In the literature prior to 2012, a DBN was often used
the data input itself rather than class labels; hence an unsupervised
9
10
Deep networks for supervised learning
function from labeled training data. The training data consist of a set
11
consisting of an input object (typically a vector) and a desired output
output variable (Y) and you use an algorithm to learn the mapping
Y = f(X)
you have new input data (x) that you can predict the output variables
are:
12
Linear regression for regression problems.
13
In deep learning, a convolutional neural network (CNN, or
14
15