Re: Machine learning in ShapeLogic 1.5 plugin

Posted by Francesco De Comite on
URL: http://imagej.273.s1.nabble.com/Machine-learning-in-ShapeLogic-1-5-plugin-tp3692949p3692950.html

Sami Badawi a écrit :

>ShapeLogic 1.5 plugin has been released.
>
>The categorizer in the Color Particle Analyzer can now use either a
>rule set or a multi-layer feed forward neural network.  This is the
>first release to combine machine learning and declarative programming.
> The neural network needs to be trained externally, and you need to
>override a class to import weights. This override is simple but does
>require some knowledge of Java.
>
>Override example: http://www.shapelogic.org/particle.html#override
>Machine learning: http://www.shapelogic.org/machine-learning.html
>Download page: http://code.google.com/p/shapelogic/downloads/list
>
>-Sami Badawi
>  
>
did you consider using weka as machine learning engine ?

www.cs.waikato.ac.nz/ml/weka/

should avoid the external processing part