Package | Description |
---|---|
org.joone.engine | |
org.joone.structure | |
org.joone.util |
Class and Description |
---|
NodesAndWeights
This class takes a neural network and breaks it up into
classified nodes (ie input, output or hidden nodes) and
also in the process extracts the weight matrix wij with
i being the node fired into and j being the node fired
from.
|
NodesAndWeights.Node
A node.
|
NodesAndWeights.Weight
A weight.
|
Class and Description |
---|
AbstractNode
An abstract node class, used to represent a general node type.
|
Connection
A connection between two nodes..
|
ContextNode
A context node.
|
InputNode
An input node.
|
Nakayama
This class performs the method of optimizing activation functions as described
in:
|
NetworkLayer
Wraps an existing joone network into a single layer.
|
Node
The node interface, which defines a node inside a neural network.
|
NodesAndWeights
This class takes a neural network and breaks it up into
classified nodes (ie input, output or hidden nodes) and
also in the process extracts the weight matrix wij with
i being the node fired into and j being the node fired
from.
|
NodesAndWeights.Node
A node.
|
NodesAndWeights.Weight
A weight.
|
Class and Description |
---|
NodesAndWeights
This class takes a neural network and breaks it up into
classified nodes (ie input, output or hidden nodes) and
also in the process extracts the weight matrix wij with
i being the node fired into and j being the node fired
from.
|
Submit Feedback to pmarrone@users.sourceforge.net