Joone
Joone is a FREE Neural Network framework to create, train and test artificial neural networks. The aim is to create a powerful environment both for enthusiastic and professional users, based on the newest Java technologies.
Some features...
Supervised learning:
Feed Forward neural networks (FFNN)
Recursive neural networks (Elman, Jordan, ...)
Time Delay neural networks (TDNN)
Standard Back-prop (Gradient Descent, on-line and batch)
Resilient Back-prop (RPROP)
Unsupervised learning:
Kohonen SOMs (with WTA or Gaussian output maps)
Principal Component Analysis (PCA)
Modular Neural Networks (i.e. possibility to mix all the above architectures)
Powerful built-in data pre-processing mechanism
Scripting capability (JavaScript) in order to add custom behaviour to the NNs
|