Hello,
there is a way to select (automatically with some sort of algo or function in deeplearning4j or other libs) the best attributes from a set of attributes?
the example like this one
0,1,2,red
0,3,4,green
0,5,6,blue
0,1,3,red
0,2,4,green
it’s clear that col1 it’s useless, it’s always 0.
but other scenario can also apply, where an attribute “influence” it’s not important for the classification. It’s possible to determinate a set of best attributes to use and make the network work better?