| Package | Description |
|---|---|
| network.aika | |
| network.aika.lattice | |
| network.aika.neuron | |
| network.aika.neuron.activation |
| Modifier and Type | Method and Description |
|---|---|
Neuron |
Model.createNeuron() |
Neuron |
Model.createNeuron(String label) |
Neuron |
Model.createNeuron(String label,
String outputText) |
Neuron |
Model.lookupNeuron(int id) |
| Modifier and Type | Field and Description |
|---|---|
Neuron |
InputNode.inputNeuron |
Neuron |
OrNode.neuron |
| Modifier and Type | Field and Description |
|---|---|
Neuron |
Synapse.input |
static Neuron |
Neuron.MAX_NEURON |
static Neuron |
Neuron.MIN_NEURON |
Neuron |
Synapse.Builder.neuron |
Neuron |
Synapse.output |
| Modifier and Type | Method and Description |
|---|---|
static Neuron |
Neuron.init(Document doc,
Neuron n,
double bias,
ActivationFunction activationFunction,
INeuron.Type type,
INeuron.LogicType logicType,
List<Synapse.Builder> inputs)
Initializes a neuron with the given bias.
|
static Neuron |
Neuron.init(Document doc,
Neuron n,
double bias,
ActivationFunction activationFunction,
INeuron.Type type,
INeuron.LogicType logicType,
Synapse.Builder... inputs)
Creates a neuron with the given bias.
|
static Neuron |
Neuron.init(Document doc,
Neuron n,
double bias,
INeuron.Type type,
INeuron.LogicType logicType,
Synapse.Builder... inputs)
Creates a neuron with the given bias.
|
static Neuron |
Neuron.init(Neuron n,
double bias,
ActivationFunction activationFunction,
INeuron.Type type,
INeuron.LogicType logicType,
List<Synapse.Builder> inputs)
Initializes a neuron with the given bias.
|
static Neuron |
Neuron.init(Neuron n,
double bias,
ActivationFunction activationFunction,
INeuron.Type type,
INeuron.LogicType logicType,
Synapse.Builder... inputs)
Creates a neuron with the given bias.
|
static Neuron |
Neuron.init(Neuron n,
double bias,
INeuron.Type type,
INeuron.LogicType logicType,
List<Synapse.Builder> inputs)
Creates a neuron with the given bias.
|
static Neuron |
Neuron.init(Neuron n,
double bias,
INeuron.Type type,
INeuron.LogicType logicType,
Synapse.Builder... inputs)
Creates a neuron with the given bias.
|
| Modifier and Type | Method and Description |
|---|---|
static Synapse |
Synapse.createOrLookup(Document doc,
Integer synapseId,
Synapse.Key k,
Map<Integer,Relation> relations,
DistanceFunction distFunc,
Neuron inputNeuron,
Neuron outputNeuron) |
Synapse |
Synapse.Builder.getSynapse(Neuron outputNeuron) |
static Neuron |
Neuron.init(Document doc,
Neuron n,
double bias,
ActivationFunction activationFunction,
INeuron.Type type,
INeuron.LogicType logicType,
List<Synapse.Builder> inputs)
Initializes a neuron with the given bias.
|
static Neuron |
Neuron.init(Document doc,
Neuron n,
double bias,
ActivationFunction activationFunction,
INeuron.Type type,
INeuron.LogicType logicType,
Synapse.Builder... inputs)
Creates a neuron with the given bias.
|
static Neuron |
Neuron.init(Document doc,
Neuron n,
double bias,
INeuron.Type type,
INeuron.LogicType logicType,
Synapse.Builder... inputs)
Creates a neuron with the given bias.
|
static Neuron |
Neuron.init(Neuron n,
double bias,
ActivationFunction activationFunction,
INeuron.Type type,
INeuron.LogicType logicType,
List<Synapse.Builder> inputs)
Initializes a neuron with the given bias.
|
static Neuron |
Neuron.init(Neuron n,
double bias,
ActivationFunction activationFunction,
INeuron.Type type,
INeuron.LogicType logicType,
Synapse.Builder... inputs)
Creates a neuron with the given bias.
|
static Neuron |
Neuron.init(Neuron n,
double bias,
INeuron.Type type,
INeuron.LogicType logicType,
List<Synapse.Builder> inputs)
Creates a neuron with the given bias.
|
static Neuron |
Neuron.init(Neuron n,
double bias,
INeuron.Type type,
INeuron.LogicType logicType,
Synapse.Builder... inputs)
Creates a neuron with the given bias.
|
static INeuron |
INeuron.readNeuron(DataInput in,
Neuron p) |
static void |
Neuron.registerPassiveInputNeuron(Neuron n,
PassiveInputFunction f) |
Synapse.Builder |
Synapse.Builder.setNeuron(Neuron neuron)
Determines the input neuron.
|
static boolean |
INeuron.update(int threadId,
Document doc,
Neuron pn,
Double bias,
Collection<Synapse> modifiedSynapses) |
| Constructor and Description |
|---|
Synapse(Neuron input,
Neuron output,
Integer id,
Synapse.Key key,
Map<Integer,Relation> relations,
DistanceFunction distanceFunction) |
| Modifier and Type | Method and Description |
|---|---|
Neuron |
Activation.getNeuron() |
Copyright © 2018. All rights reserved.