LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Particle Swarm Optimization

Can I use Particle Swarm Optimization(PSO) as a standalone classifier or by combining it with other algorithms such as SVM-PSO etc.

If it would be possible please help me with spectral features for classifying images.

0 Kudos
Message 1 of 3
(3,749 Views)

You can use any algorithm provided (a) you understand the algorithm, (b) it is appropriate to the problem you are trying to solve, and (c) you are capable of writing the program to implement the algorithm with respect to your problem.

 

BS

0 Kudos
Message 2 of 3
(3,712 Views)

I found this article. I have worked with someone using particle swarm algorithms to do an optimization I can't discuss. This article is thoretical but it discusses a Labview implementation.

Particle Swarm Labview Implementation- white paper.

 

0 Kudos
Message 3 of 3
(3,003 Views)