| Package | Description |
|---|---|
| org.aika | |
| org.aika.lattice | |
| org.aika.neuron | |
| org.aika.training |
| Modifier and Type | Method and Description |
|---|---|
Neuron |
Model.createNeuron() |
Neuron |
Model.createNeuron(String label) |
Neuron |
Model.createNeuron(String label,
String outputText) |
static Neuron |
Neuron.init(Neuron n,
double bias,
INeuron.Type type,
Collection<Synapse.Builder> inputs)
Creates a neuron with the given bias.
|
static Neuron |
Neuron.init(Neuron n,
double bias,
INeuron.Type type,
Synapse.Builder... inputs)
Creates a neuron with the given bias.
|
static Neuron |
Neuron.init(Neuron n,
double bias,
String activationFunctionKey,
INeuron.Type type,
Collection<Synapse.Builder> inputs)
Initializes a neuron with the given bias.
|
static Neuron |
Neuron.init(Neuron n,
double bias,
String activationFunctionKey,
INeuron.Type type,
Synapse.Builder... inputs)
Creates a neuron with the given bias.
|
Neuron |
Model.lookupNeuron(int id) |
| Modifier and Type | Method and Description |
|---|---|
static Neuron |
Neuron.init(Neuron n,
double bias,
INeuron.Type type,
Collection<Synapse.Builder> inputs)
Creates a neuron with the given bias.
|
static Neuron |
Neuron.init(Neuron n,
double bias,
INeuron.Type type,
Synapse.Builder... inputs)
Creates a neuron with the given bias.
|
static Neuron |
Neuron.init(Neuron n,
double bias,
String activationFunctionKey,
INeuron.Type type,
Collection<Synapse.Builder> inputs)
Initializes a neuron with the given bias.
|
static Neuron |
Neuron.init(Neuron n,
double bias,
String activationFunctionKey,
INeuron.Type type,
Synapse.Builder... inputs)
Creates a neuron with the given bias.
|
| Modifier and Type | Field and Description |
|---|---|
Neuron |
InputNode.inputNeuron |
Neuron |
OrNode.neuron |
| Modifier and Type | Method and Description |
|---|---|
Synapse |
InputNode.getSynapse(Integer rid,
Neuron outputNeuron) |
Synapse |
AndNode.Refinement.getSynapse(Integer offset,
Neuron n) |
| Modifier and Type | Field and Description |
|---|---|
Neuron |
Synapse.input |
Neuron |
Synapse.Builder.neuron |
Neuron |
Synapse.output |
| Modifier and Type | Method and Description |
|---|---|
static Synapse |
Synapse.createOrLookup(Synapse.Key synapseKey,
Neuron inputNeuron,
Neuron outputNeuron) |
Synapse |
Synapse.Builder.getSynapse(Neuron outputNeuron) |
static INeuron |
INeuron.readNeuron(DataInput in,
Neuron p) |
Synapse.Builder |
Synapse.Builder.setNeuron(Neuron neuron)
Determines the input neuron.
|
static boolean |
INeuron.update(Model m,
int threadId,
Neuron pn,
double biasDelta,
Collection<Synapse> modifiedSynapses) |
| Constructor and Description |
|---|
Synapse(Neuron input,
Neuron output) |
Synapse(Neuron input,
Neuron output,
Synapse.Key key) |
| Modifier and Type | Method and Description |
|---|---|
static Neuron |
MetaNetwork.initMetaNeuron(Model m,
Neuron n,
double bias,
double metaBias,
Synapse.Builder... inputs) |
| Modifier and Type | Method and Description |
|---|---|
Synapse |
MetaSynapse.Builder.getSynapse(Neuron outputNeuron) |
static Neuron |
MetaNetwork.initMetaNeuron(Model m,
Neuron n,
double bias,
double metaBias,
Synapse.Builder... inputs) |
Copyright © 2018. All rights reserved.