Computer Science, asked by Cchinmays15, 11 months ago

How to train the feature vectors as input in clustering?

Answers

Answered by laxmipriyaojha2002
3

Answer:I am training a neural network, but the feature vectors do not have the same size. This problem may be fixed by adding some zeros or removing some values, but the greater problem would be data loss or generating meaningless data.

So, is there any approach to make them equal size, without mentioned weaknesses? Maybe transformation to other dimensions?

I do not want to use random values or "NA".

Similar questions