MATLAB: How i recognize a scene using alex net??or any other algorithm

cnnDeep Learning Toolboxdigital image processingmachine learning

Objects are recognize using AlexNet but how we Recognize scene on The basis of these objects Recognition??

Best Answer

Train the network on scenes instead of objects. Whatever takes up the majoirty of the image and has the most dominant features you are extracting is what you will learn. Alexnet was trained on images that are 227x227 that take up the majority of the frame. Remove that object and you will learn something else assuming there are enough consitetent features and your data set is large enough.
Related Question