please help me to implement math lab code for classification of cytological images using probabilistic neural network???math lab code for testing image using PNN???/

1 view (last 30 days)
please help me to implement math lab code for classification of cytological images using probabilistic neural network???math lab code for testing image using PNN???/

Accepted Answer

Greg Heath
Greg Heath on 25 Mar 2015
1. Read the help and doc documentation and try the documentation examples
>> lookfor PNN
newpnn - Design a probabilistic neural network.
demopnn1 - PNN Classification
>> help newpnn
>> doc newpnn
>> help demopnn1
>> doc demopnn1
2. Apply the code to other NN example data sets
>> help nndatasets
>> doc nndatasets
3. Search for newpnn posts in the NEWGROUP and ANSWERS
Hope this helps.
Thank you for formally accepting my answer
Greg

More Answers (0)

Community Treasure Hunt

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

Start Hunting!