| Package | Description |
|---|---|
| org.aika | |
| org.aika.lattice | |
| org.aika.neuron |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNode<P extends Provider<? extends AbstractNode>> |
| Modifier and Type | Class and Description |
|---|---|
class |
AndNode
The
InputNode and the AndNode classes together form a pattern lattice, containing all
possible substructures of any given conjunction. |
class |
InputNode
The
InputNode class is the input layer for the boolean logic. |
class |
Node<T extends Node,A extends NodeActivation<T>>
The
Node class is the abstract class for all the boolean logic nodes underneath the neural network layer. |
class |
OrNode
While several neurons might share a the same input-node or and-node, there is always a always a one-to-one relation
between or-nodes and neurons.
|
| Modifier and Type | Class and Description |
|---|---|
class |
INeuron
The
INeuron class represents a internal neuron implementation in Aikas neural network and is connected to other neurons through
input synapses and output synapses. |
class |
Synapse
The
Synapse class connects two neurons with each other. |
static class |
Synapse.Key |
Copyright © 2017. All rights reserved.