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?
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?
Convolutional Neural Network and its variants are best tool for object recognition . You can try with AlexNet,VGGNEt, ResNet, Batch Normalization , Dropout etc.