I'm self learning python and have found a problem which requires down sampling a feature vector. I need some help understanding how down-sampling a array. in the array each row represents an image by being number from 0
to 255
. I was wonder how you apply down-sampling to the array? I don't want to scikit-learn
because I want to understand how to apply down-sampling.
If you could explain down-sampling too that would be amazing thanks.
the feature vector is 400x250