Build Your Own Neural Network
windowpain writes "I just discovered Joone. It's an LGPL neural net development environment for creating, training and testing neural networks. The aim is to create a powerful environment both for enthusiasts and professional users, based on the newest Java technologies.
Joone is composed by a central engine that is the fulcrum of all applications that already exist or will be developed.
It's available in Linux, MacOS and Windows versions."
The Stuttguart Neural Network Simulator has been available for free for a long time now.
Occam's razor is the blind faith in the natural selection of least resistance and in universal oversimplification. -- EF
Looks rather limited to me. It's again implements only BP algorithms and their variants. Why not include ART-based (adaptive resonance theory) and LVQ-based (linear vector quantization) algorithms? They are much more efficient than BP in many instances (e.g. classification problems).
In other words, sounds very limited to me.
For those who want to combine genetic algorithms with neural networks, there's also a project that combines joone with JGAP (a Java genetic algorithms framework).