The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
55 views

Random search for the optimal number of input features and optimal number of hidden layers for a MLP?

I've preformed a random search in the hypothesis space $$\{(c,h)| c \in U[1,256]; h\in U[1,100];c \in \mathrm{Z} \text{ and } h \in \mathrm{Z}\}$$ that defines the parameters of a standard MLP neural ...
1
vote
1answer
78 views

Selecting optimal number of input features and optimal number of hidden layers for a MLP?

What is the best way to select parameters for a binary neural network classifier? More specifically I have 265 features ranked according to Mutual Information Criterion. I have to determine the ...