These are some of the most common interview questions for Deep Learning Engineer
PART 4/5
- Given 16x16x3 input with a 25 filters of 3x3x3 what is the output shape with stride = 1, padding = 'valid'?
- What is a Pooling Layer? What are the types?
- Does Pooling Operation reduce the spatial dimension or the depth?
- What is Average Pooling?
- What is Max Pooling?
- Why Convolution Operation?
- Explain any Basic CNN based architectures?
- Does VGG network have 3x3 or 5x5 kernel?
- What is ResNet architecture?
- What are DenseNets?
- What is Inception Network?
- What are Skip Connections?
- What are 1x1 Convolutions? Where do we use them and what are the benefits of it?
- What is Emsembling?
- What is Multicrop at Test time method do?
- What is Object Localisation?
- What is Object Detection?
- What is a Sliding Window technique?
- What is Landmark detection?
- What is YOLO algorithm?
- What is an SSD algorithm?
- What is Intersection Over Union?
- What is Non-Max Suppression?
- What are Anchor Boxes in YOLO?
- What is RCNN algorithm?
- What is RCNN, Fast RCNN, Faster RCNN?
- What is Siamese Network?
- What is Triplet Loss Function in Face Recognition?
- What is Neural Style Transfer?
- Can Convolutions (CNN) operations be used in 1D or 2D cases?
No comments:
Post a Comment