Question 11
Which of the following are NOT advantages of AlexNet over InceptionNet?
AlexNet is simpler and easier to implement compared to the complex multi- branch design of InceptionNet.
AlexNet requires fewer parameters than InceptionNet due to its shallow architecture.
AlexNet has better accuracy on ImageNet than InceptionNet due to its early adoption of ReLU and dropout.
AlexNet is faster to train on small datasets because of its shallow depth and simpler structure.
InceptionNet extracts multi-scale features using filters of different sizes in parallel, which improves accuracy.
AlexNet lacks 1 x 1 convolutions, which are used in InceptionNet for dimensionality reduction and increased efficiency.