feed forward backprob neural network

1 view (last 30 days)
yo yo
yo yo on 7 Jul 2015
Commented: Greg Heath on 8 Jul 2015
Hi I am creating a feed forward backprob neural network using nntool i want to use it for character recognition i have a dataset with 10 class and there are 50 samples from each class ( dataset attached you can download ) . my neural net Configuration is below : Training function : Traingdx Adaption learning function : LEARNGDM
Performance function : SSE Number of layer : 2 Number of neurons in Layer1 : 15 Transfer function : LOGSIG
I create network and trained with sample data but when i simulate network with any of sample inputs the result is always [0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 0.5 ] ... i do not know whats going wrong please help me thanks ...

Answers (0)

Community Treasure Hunt

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

Start Hunting!