I have been using three different deep learning models and extracting features from the given images. I'm getting feature vectors of dimensions (1,4096), (1,2048) and (1,21024) from three different models. How can I concatenate these feature vectors and make feature selection using Principal Component Analysis in Python?

More Sivaramakrishnan Rajaraman's questions See All
Similar questions and discussions