Lecture 1 introduction of deep learning - Copy
Lecture 1 introduction of deep learning - Copy
Lecture: 01
Introduction of deep learning
Applications of Deep Learning
Why we use Deep Learning?
Characteristics of Deep Learning
Positive of Deep Learning
Characteristics of A huge amount of layers like input, activation, the output will be
required, sometimes the output of one layer can be input to another
Deep Learning layer by making few small findings and then these findings are
summed up finally in the softmax layer to find out a broader
classification for final output.
Optimizing Hyper-parameters
Hyperparameters like no of epochs, Batch size, No of layers,
Characteristics of Learning rate, needs to be tuned well for successful Model accuracy
Deep Learning because it creates a link between layer predictions to final output
prediction. Over-fitting and under-fitting can be well handled with
hyper-parameters.
Cost Function
It says how well the model performance in prediction and accuracy.
Characteristics of For each iteration in Deep Learning Model, the goal is to minimize
the cost when compared to previous iterations. Mean absolute error,
Deep Learning Mean Squared Error, Hinge loss, Cross entropy are different types
according to different algorithms used.
• Solve Complex problems like Audio processing in Amazon echo,
Image recognition, etc, reduce the need for feature extraction,
automated tasks wherein predictions can be done in less time using
Keras and Tensorflow.
Positive Aspects of • Parallel computing can be done thus reducing overheads.
Deep Learning • Models can be trained on a huge amount of data and the model gets
better with more data.
• High-Quality Predictions when compared with humans by training
tirelessly.
• Works well-unstructured data like video clips, documents, sensor data,
webcam data, etc
Deep Learning Techniques are the techniques used for mimicking the
functionality of human brain, by creating models that are used in
Deep Learning classifications from text, images and sounds. These models are made up
Technique of several layers of hidden layer also know as Neural network which
can extract features from the data, each layer of these neural networks
starting from the left-most layer to the rightmost layer extract a low-
level feature like edge and subsequently make predictions accurately.
Deep Learning methods use Neural Networks. So, they are often
Working of Deep referred to as Deep Neural Networks. Deep or hidden Neural Networks
have multiple hidden layers of deep networks. Deep Learning trains the
Learning AI to predict output with the help of certain inputs or hidden network
layers. These networks are trained by large labeled datasets and learn
features from the data itself. Both
Supervised and Unsupervised Learning works in training the data and
generating features.
Working of Deep
Learning