How can I know the name of the features selected by a Deep Belief Network?
I want to use DBN to reduce the 41 features of nslkdd dataset after transforming nominal data to numeric the number of features increases from 41 to 121 . I used 3 RBMs (121-50-10) now I want to know the 10 selected features i.e know their names to put them as an input to the classifier. how can I do it?
Topic keras tensorflow rbm deep-learning python
Category Data Science