9. VGG16 architecture and implementation

preview_player
Показать описание
Here , I explain how VGG16 is constructed and how to code for the same..
Рекомендации по теме
Комментарии
Автор

This is perhaps the easiest of all the approaches available online. Good work.

profdurgahere
Автор

This is the most lucid explanation about vgg16 implementation.Thank u so much Sir

citizen
Автор

This is the first lecture that tells me how to implement a VGG-based classifier. Great .

李昊宸-up
Автор

Well done, man, it's a "pocketbook" reference even on 2024, be proud!

fredericofurlan
Автор

one of the best teacher here. thank you sir.

isharawat
Автор

very well explained sir ... i saw many videos on the same topic but your way of explaining it was very easy and the best.

yashdubey
Автор

Sir, your explanation is outstanding and simple

muhammadawais
Автор

Sir, hats off to you for this clear n crisp implementation💯💯.

farhannaqvi
Автор

Thank you for sharing your valuable knowledge

suzansa
Автор

Thank you sir!! Your explanation was very easy to understand.

swatimaste
Автор

Liked before watching.. undoubtedly the video must be great..

Gamechanger..
Автор

@Shriram Vasudevan It looks there is small mistake at 2:06 . I guess we will have only 2 fc with 4096 and one softmax. But in the slide there are 3 fc 4096.

shivajin_
Автор

thanks for this amazing representation.

aminurrahmanashik
Автор

Thanks for delivering such an informative lecture.
You have written
if output[0][0] > output[0][1]:
print("cat")
else:
print("dog")
How to write if-else loop of 5 classes?

sunitathongam
Автор

Great lecture .. Thank you.. can you please share these slides,

soniasafeer
Автор

I like the "pooing" layers. I believe that's unique.

TravelersNextDoor
Автор

Great video. I have only one question. What are the dimensions of your training and test images? Do they have to be 224*224 before you import them into the algorithm?

nikolaostziokas
Автор

Great lecture sir...Is this what is known as VGG 16 with transfer learning?

godomotives
Автор

sir how to calculate precision and recall and confusion matrix

dhirendrakumarjha
Автор

How to change the size of training dataset with size 28, 28, 3 to VGG16 compatible input_shape

bhavana-lcpi