Télécharger la liste

Description du projet

Joone (Java Object Oriented Neural Engine) is an artificial neural network Java framework. It is used to build and train neural networks with a powerful visual environment. It has a modular design and can be easily extended by writing new modules to implement new learning algorithms or architectures.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-01-19 01:41
2.0.0 RC1

La performance a été améliorée de 50%, grâce à refactoring lourds du moteur de base, en ajoutant le mode mono-thread. Un ensemble d'outils a été ajoutée afin de masquer la complexité de l'API. A new Image I / O composante a été ajoutée afin de lire et écrire directement à partir de / vers des fichiers image. Un nouveau SoftMax couche a été ajoutée pour construire des réseaux de neurones capables de résoudre les problèmes de classification 1 de C. L'utilisabilité des panneaux de propriété a été améliorée par l'adoption d'un nouveau panneau sélecteur de fichier et un panneau calendrier visuel. Plusieurs bugs ont été corrigés et la documentation a été mise à jour avec les nouvelles fonctionnalités.
Tags: Major feature enhancements
Performance was improved by 50%, thanks to heavy refactoring of the core engine, by adding the single-thread mode. A set of tools was added in order to hide the complexity of the API. A new Image I/O component has been added in order read and write directly from/to image files. A new SoftMax Layer has been added to build neural networks able to resolve 1 of C classification problems. The usability of the property panels has been improved by adopting a new file chooser panel and a visual calendar panel. Several bugs were fixed and the documentation has been updated with the new features.

2005-09-09 16:53
1.2.1

Ce communiqué ajoute le support pour le langage de script Groovy. LogarithmicPlugin a été ajouté, pour appliquer une transformation logarithmique (base e) aux données d'entrée. "Save as XML" a été ajouté à l'éditeur d'interface graphique, afin de permettre l'enregistrement d'un réseau de neurones en format XML. Un certain nombre de bogues ont été corrigés, notamment un problème qui SangerSynapse empêché d'apprendre en mode de formation. Le Panel d'inspection ne montre plus les préjugés des calques pour laquelle cela n'a pas de sens. Cette version corrige l'absence de la première colonne, lorsque les valeurs inspectés ont été copiés dans le presse-papiers.
Tags: Minor bugfixes
This release adds support for the Groovy scripting language.
LogarithmicPlugin has been added, to apply a logarithmic transformation
(base e) to input data. "Save as XML" has been added to the GUI Editor,
in order to permit saving a neural network in XML format. A number of
bugs have been fixed, including a problem that prevented SangerSynapse
from learning when in training mode. The inspection panel no longer
shows the biases for Layers for which this doesn't make sense. This
release fixes the lack of the first column when the inspected values
were copied in the clipboard.

2005-02-06 22:23
1.2.0

Cette version apporte de nombreuses nouvelles fonctionnalités, y compris la Fonction Radiale de Base, un nouveau connecteur d'entrée utile de partager la même source de données entre plusieurs couches, le mécanisme de l'initialisation d'un poids nouveau, de nouveaux algorithmes d'apprentissage, etc beaucoup de bugs ont été corrigés et le documentation a été améliorée.
Tags: Major feature enhancements
This release adds many new features, including the Radial Basis Function, a new Input Connector useful to share the same data source between several layers, a new weights' initializing mechanism, new learning algorithms, etc. A lot of bugs have been fixed and the documentation has been improved.

2004-09-20 17:24
0.8.0

Distributed Formation Environnement (DTE) a été entièrement réécrit. Le cadre de base ont maintenant une architecture modulaire basée sur les plugins, le rendant facilement extensible. Le DTE est facilement configurable afin de définir une technique complexe, l'optimisation globale en utilisant un paramètre simple et puissante fichier écrit en XML. Le DTE nouvelle est conforme aux plus récentes du Soleil Jini 2.0.
Tags: Distributed Training Environment, Major feature enhancements
The Distributed Training Environment (DTE) has
been completely rewritten. The core framework now
has a modular architecture based on plugins,
making it easily expandable. The DTE is easily
configurable in order to define any complex global
optimization technique by using a simple and
powerful parameter file written in XML. The new
DTE is compliant with the latest Sun Jini 2.0.

2004-09-14 13:14
1.1.1

Cette version corrige le problème «Aucune tendance matching '. Le RMSE n'est pas réglé à 0,0 cas où le réseau sont relues. Un NullPointerException a été fixé dans le YahooFinanceInputSynapse lorsque aucune donnée d'entrée est présent. BatchLearner a été fixé afin d'utiliser le paramètre élan.
Tags: Minor bugfixes
This version fixes the 'No matching patterns' problem. The
RMSE is not set to 0.0 when a network is deserialized. A
NullPointerException was fixed in the
YahooFinanceInputSynapse when no input data is present.
The BatchLearner has been fixed in order to use the
momentum parameter.

Project Resources