Intelligent algorithm for classification
Show older comments
hi everybody. i need to classify some data using an algorithm such as neural network. but as you know it doesnt accept inf values.does anybody know about an intelligent algorithm for classification which can deal with inf values? please help me if you can. thank you
4 Comments
Greg Heath
on 29 Jan 2015
Classifier targets should be {0,1} unit vectors.
Why do you need use inf values???
Greg Heath
on 30 Jan 2015
Oh! You have input values of inf? Some possibilities to consider
1. Delete the examples
2. Replace inf with NaN
3. Replace inf with a large number
However, it depends on why the inf values exist.
Greg Heath
on 1 Feb 2015
What causes the inf values?
maryam
on 8 Feb 2015
Edited: Image Analyst
on 8 Feb 2015
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!