Intelligent algorithm for classification

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 comentarios

Greg Heath
Greg Heath el 29 de En. de 2015
Classifier targets should be {0,1} unit vectors.
Why do you need use inf values???
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
Greg Heath el 1 de Feb. de 2015
What causes the inf values?
maryam
maryam el 8 de Feb. de 2015
Editada: Image Analyst el 8 de Feb. de 2015
R=V/I. I have some zeros that cause inf values in R! Do neural networks work with NaNs?

Iniciar sesión para comentar.

 Respuesta aceptada

Greg Heath
Greg Heath el 18 de Feb. de 2015
Try these and choose the best
1. Delete the examples
2. Replace inf with NaN
3. Replace inf with a large number
Hope this helps.
Thank you for accepting my answer
Greg

Más respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Preguntada:

el 29 de En. de 2015

Respondida:

el 18 de Feb. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by