need help for choosing topology of neural network

조회 수: 2 (최근 30일)
mehdi
mehdi 2013년 8월 20일
I want to create a neural network for pattern recognition. I have 10 different cases and i have made an output matrix that has 4 columns. I have 312 feature of different signals (I get them throw DFT and statistic formula).now i want to classify this signals to 10 groups. I simulate 500 observation for each type of signals (it means I have a 312*5000 matrix as an input and 4*5000 as output).which kind of neural network is better for this work?

채택된 답변

Greg Heath
Greg Heath 2013년 8월 23일
1. Use a 10*5000 target matrix with unit vector columns from eye(10)
2. Substantially reduce the input dimensionality (e.g., PLS, STEPWISEFIT, SEQUENTIALFS, PRINCOMP, ...).
3. Use PATTERNNET.
help patternnet
doc patternnet
Hope this helps
Thank you for formally accepting my answer
Greg
  댓글 수: 2
mehdi
mehdi 2013년 8월 23일
thanks alot how can i choose the best number of neron and layer?
Greg Heath
Greg Heath 2013년 8월 26일
Use one hidden layer. See my posts in the newgroup and answers. Use a subset of the following
greg Ndof Hub Hmax

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by