JOONE: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
TXiKiBoT (talk | contribs)
m robot Adding: uk:JOONE
Amend hatnote-like text (WP:HATNOTE)
 
(17 intermediate revisions by 16 users not shown)
Line 1: Line 1:
{{redirect|Joone|the pornographic film director|Joone (director)}}
{{Orphan|date=February 2009}}
{{ Infobox Software
{{Infobox software
| name = Java Object Oriented Neural Engine
| name = Java Object Oriented Neural Engine
| logo =
| logo =
Line 7: Line 7:
| collapsible = yes
| collapsible = yes
| developer = [[The Joone Team]]
| developer = [[The Joone Team]]
| status = Inactive
| latest release version = 1.2.1
| latest release version = 1.2.1
| latest release date = {{release date|2005|09|08}}
| latest release date = {{release date|2005|09|08}}
Line 13: Line 12:
| latest preview date = {{release date|2007|01|19}}
| latest preview date = {{release date|2007|01|19}}
| operating system = [[Cross-platform]]
| operating system = [[Cross-platform]]
| size =
| size =
| programming language = [[Java (programming language)|Java]]
| programming language = [[Java (programming language)|Java]]
| genre = [[Neural network software]]
| genre = [[Neural network software]]
| license = [[GPL]] or [[LGPL]]
| license = [[GPL]] or [[LGPL]]
| website = http://www.jooneworld.com/
}}
}}
:''For the [[pornographic film]] [[Film director|director]], see [[Joone (Director)]]''


'''JOONE''' (Java Object Oriented Neural Engine) is a component based [[neural network]] framework built in [[Java (programming language)|Java]].
'''JOONE''' (Java Object Oriented Neural Engine) is a component based [[neural network]] framework built in [[Java (programming language)|Java]].


==Features==
==Features==
Line 31: Line 28:


==Comparison==
==Comparison==
As of 2010, Joone, [[Encog]] and [[Neuroph]] are the major free component based neural network development environment available for the Java platform. Unlike the two other (commercial) systems that are in existence, [[Peltarion Synapse|Synapse]] and [[NeuroSolutions]], it is written in Java and has direct [[cross-platform]] support. A limited number of components exist and the graphical development environment is rudimentary so it has significantly fewer features than its commercial counterparts.
As of 2010, Joone, [[Encog]] and [[Neuroph]] are the major free component based neural network development environment available for the Java platform. Unlike the two other (commercial) systems that are in existence, [[Peltarion Synapse|Synapse]] and [[NeuroSolutions]], it is written in Java and has direct [[cross-platform]] support. A limited number of components exist and the graphical development environment is rudimentary so it has significantly fewer features than its commercial counterparts.


Joone can be considered to be more of a neural network framework than a full integrated development environment. Unlike its commercial counterparts, it has a strong focus on code-based development of neural networks rather than visual construction.
Joone can be considered to be more of a neural network framework than a full integrated development environment. Unlike its commercial counterparts, it has a strong focus on code-based development of neural networks rather than visual construction.


While in theory Joone can be used to construct a wider array of [[adaptive systems]] (including those with non-adaptive elements), its focus is on backpropagation based neural networks.
While in theory Joone can be used to construct a wider array of [[adaptive systems]] (including those with non-adaptive elements), its focus is on [[backpropagation]] based neural networks.


==See also==
==See also==
{{Portal|Free software|Free Software Portal Logo.svg}}
{{Portal|Free and open-source software|Computer programming}}
{{Portal|Java|Wave.svg}}
* [[Artificial neural network]]
* [[Artificial neural network]]
* [[Neural network software]]
* [[Neural network software]]
* [[Encog]]: another [[neural network]] programmed in [[Java (programming language)|Java]]




==External links==
==External links==
* [http://sourceforge.net/projects/joone/ sourceforge download page for joone]
* [http://www.jooneworld.com/ Joone homepage]


[[Category:Neural network software]]
[[Category:Neural network software]]
[[Category:Free software programmed in Java (programming language)]]
[[Category:Free_software_programmed_in_Java]]

[[uk:JOONE]]

Latest revision as of 09:05, 30 January 2022

Java Object Oriented Neural Engine
Developer(s)The Joone Team
Stable release
1.2.1 / September 8, 2005 (2005-09-08)
Preview release
2.0 RC1 / January 19, 2007 (2007-01-19)
Written inJava
Operating systemCross-platform
TypeNeural network software
LicenseGPL or LGPL

JOONE (Java Object Oriented Neural Engine) is a component based neural network framework built in Java.

Features[edit]

Joone consists of a component-based architecture based on linkable components that can be extended to build new learning algorithms and neural networks architectures.

Components are plug-in code modules that are linked to produce an information flow. New components can be added and reused. Beyond simulation, Joone also has to some extent multi-platform deployment capabilities.

Joone has a GUI Editor to graphically create and test any neural network, and a distributed training environment that allows for neural networks to be trained on multiple remote machines.

Comparison[edit]

As of 2010, Joone, Encog and Neuroph are the major free component based neural network development environment available for the Java platform. Unlike the two other (commercial) systems that are in existence, Synapse and NeuroSolutions, it is written in Java and has direct cross-platform support. A limited number of components exist and the graphical development environment is rudimentary so it has significantly fewer features than its commercial counterparts.

Joone can be considered to be more of a neural network framework than a full integrated development environment. Unlike its commercial counterparts, it has a strong focus on code-based development of neural networks rather than visual construction.

While in theory Joone can be used to construct a wider array of adaptive systems (including those with non-adaptive elements), its focus is on backpropagation based neural networks.

See also[edit]

External links[edit]