Image Feature Vectors
I have downloaded a dataset from Amazon. http://jmcauley.ucsd.edu/data/amazon/ Dataset involves feature vectors of images. There are around 1.5 M feature vectors.
Dataset consists of 10 characters (the product ID), followed by 4096 floats (repeated for every product).
Every product image involves feature vectors with (4096x1) size. Feature vectors involve float numbers.
What do these float numbers mean?
What I understood is, there are at total 4096 features, and each index of feature vectors indicate a specific feature. The values in feature vectors indicate the frequency of regarding feature in all specific image.
Is it so? Or, if it is not, what might be the right explanation?
Thanks,