I'm evaluating the options of using HTM (hierarchical temporal memory) and CNN (convolutional neural network) for object recognition. Which architecture (model) would is most appropriate in this case?
Best architecture for object recognition
330 Views Asked by afeefa At
2
Convolutional Neural Network and its variants are best tool for object recognition . You can try with AlexNet,VGGNEt, ResNet, Batch Normalization , Dropout etc.