Suggest to network architecture for two class classification problem by using MLP neural network
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
HI, please guide me for choose these parameters for binary classification by using MLP neural network .
number of samples : 300 (150 for class 1 and 150 for class 2)
train set = ?
validation set = ?
Test set = ?
number of input : 10 or 15 (depend on features)please explain The impact on the hidden layer for both numbers.
number of hidden layer : ؟
number of hidden neuron : ?
number of output neuron : ?
value for target matrix : (for example 1 and -1 , or 1 and 0)
0 Commenti
Risposte (1)
Greg Heath
il 4 Nov 2016
Most of your questions can be answered from
1. The doc and help documentation examples
help patternnet
doc patternnet
2. My NEWSGROUP and ANSWERS posts using search words
greg patternnet
Hope this helps.
Thank you for formally accepting my answer
Greg
0 Commenti
Vedere anche
Categorie
Scopri di più su Sequence and Numeric Feature Data Workflows in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!