Which activation or transfer function is suitable to classify 3 type of data?
1 view (last 30 days)
Show older comments
I have Iris dataset I changed the classes from flower name to 0 , 1, -1 which transfer function is suitable to use when doing manual training does logsig make the work ???
0 Comments
Answers (2)
Greg Heath
on 10 Jan 2018
Edited: Greg Heath
on 10 Jan 2018
Use
[ 1 0 0
0 1 0
0 0 1 ]
Hope this helps.
Thank you for formally accepting my answer
Greg
3 Comments
Greg Heath
on 11 Jan 2018
Edited: Greg Heath
on 11 Jan 2018
My computer does not allow me to use the comment box. I can't even use the full ANSWER box!
Use tansig/tansig
Thank you for formally accepting my answer
Greg
5 Comments
Salma Hassan
on 14 Jan 2018
dr Greg Heath can you check my question plz how does it possible in convnet, High accuracy in both of validation and test the same has 97% with error loss function 0.01
See Also
Categories
Find more on Sequence and Numeric Feature Data Workflows in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!