You are really awesome sir 👏 I watched your whole Playlist it's really good 👍.
@AltafHussain-gk2xe3 жыл бұрын
Thank you sir for uploading such a great series of deep learning. Please sir keep it on....
@arpansrivastava6405 Жыл бұрын
You earned my respect already with a subscriber
@harshjain4256 Жыл бұрын
After back propagation weights will be adjusted in such a way that only those layer will be skipped which will be contributing for least error
@PavanTripathi-rj7bd Жыл бұрын
Great explanation!
@manishbolbanda98723 жыл бұрын
explained very well.Thanks
@pavantripathi1890 Жыл бұрын
Great explanation
@zahidrasheed52734 жыл бұрын
Love you Sir, that was amazing please upload video on Xception model, because keras got more accuracy among these models thank you
@KshitizVermaDL4 жыл бұрын
Thanks for the kind words. I try to accommodate requests but there are so many models of deep learning. Right now I am doing GloVe.
@harshjain4256 Жыл бұрын
Sir I have one very important question and curiosity that, as we have skipped some layers to minimize the error, similarly can we skip number of filters used in a single layer of CNN, like CNN will learn exactly how many filters to be used to further minimize the error?
@yuvrajjaiswal78704 жыл бұрын
👌👌👌👍👍👍
@deepaksakileti58103 жыл бұрын
Hello, could you please elaborate on what is meant by a, b, w, and z in the function F(x)
@KshitizVermaDL3 жыл бұрын
You will have to go through the Deep Neural Networks playlist for that.
@anuragsharma41964 жыл бұрын
Amazing
@KshitizVermaDL4 жыл бұрын
Thanks!!
@rahuldev-nx1qv3 жыл бұрын
z(l+1) kya hai ?
@KshitizVermaDL3 жыл бұрын
You need to go through the previous lectures to understand that.
@monikasethi17684 жыл бұрын
Can you please explain DenseNet?
@KshitizVermaDL4 жыл бұрын
I plan to do RNNs now.
@KapilSharma-co8xq3 жыл бұрын
Jab skip connection karke beetch vali layers ka effect zero krna h to unhe lagao hi mat
@KshitizVermaDL3 жыл бұрын
Nahi. Ye nahi karna! Apko network ko ek option dena hai. Ki agar beech wali layer ka effect zero karna hai to skip kar do else skip mat karo.
@KapilSharma-co8xq3 жыл бұрын
@@KshitizVermaDL 🙏🙇
@harsh77044 жыл бұрын
Bhai research poori hui to answer batade ekbaar skip connections karne se error kaise kam hogaya
@KshitizVermaDL4 жыл бұрын
Arre bhai samjha to wahi rakha hai in charo videos main.. :-)
@pawankumarprusty94094 жыл бұрын
I know kyn kam hota hai. I think the network will automatically learn which connection to skip, and there are like 152 layers. May be the network is able to find which layers to skip and how many layers to take into consideration. different layers have different dimensions, i think the network is able to learn how to learn which networks to keep and which to skip. You dont need to manually decide that anymore,
@harshjain4256 Жыл бұрын
@@pawankumarprusty9409 yes absolutely, this is exactly what i am thinking, after back propagation weights will be adjusted in such a way that only those layer will be skipped which will be contributing for least error