Machine learning in ShapeLogic 1.5 plugin
Posted by
Sami Badawi-2 on
Apr 14, 2009; 5:46pm
URL: http://imagej.273.s1.nabble.com/Machine-learning-in-ShapeLogic-1-5-plugin-tp3692949.html
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#overrideMachine learning:
http://www.shapelogic.org/machine-learning.htmlDownload page:
http://code.google.com/p/shapelogic/downloads/list-Sami Badawi