Questions tagged [joone]

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.

Joone 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.

It 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.

1 questions
-1
votes
1 answer

Java Joone analysis of html article

I'm using this article to try to understand the Neural network I have a .txt file containing paragraph of pharases containing short stories with people names. I want Joone engine to identify subject of each paragraph with people names. How accurate…
d-man
  • 57,473
  • 85
  • 212
  • 296