| Package | Description |
|---|---|
| org.aika | |
| org.aika.corpus | |
| org.aika.lattice | |
| org.aika.neuron | |
| org.aika.training |
| Modifier and Type | Field and Description |
|---|---|
NavigableMap<Synapse,Synapse> |
Neuron.inMemoryInputSynapses |
NavigableMap<Synapse,Synapse> |
Neuron.inMemoryInputSynapses |
NavigableMap<Synapse,Synapse> |
Neuron.inMemoryOutputSynapses |
NavigableMap<Synapse,Synapse> |
Neuron.inMemoryOutputSynapses |
static Comparator<Synapse> |
Converter.SYNAPSE_COMP |
| Modifier and Type | Method and Description |
|---|---|
void |
Neuron.addInMemoryInputSynapse(Synapse s) |
void |
Neuron.addInMemoryOutputSynapse(Synapse s) |
void |
Neuron.removeInMemoryInputSynapse(Synapse s) |
void |
Neuron.removeInMemoryOutputSynapse(Synapse s) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Converter.convert(Model m,
int threadId,
INeuron neuron,
Collection<Synapse> modifiedSynapses) |
| Modifier and Type | Field and Description |
|---|---|
TreeMap<INeuron,Set<Synapse>> |
Document.modifiedWeights |
| Modifier and Type | Method and Description |
|---|---|
void |
Document.notifyWeightsModified(INeuron n,
Collection<Synapse> inputSynapses) |
| Modifier and Type | Field and Description |
|---|---|
Map<org.aika.lattice.InputNode.SynapseKey,Synapse> |
InputNode.synapses |
| Modifier and Type | Method and Description |
|---|---|
Synapse |
InputNode.getSynapse(Integer rid,
Neuron outputNeuron) |
Synapse |
AndNode.Refinement.getSynapse(Integer offset,
Neuron n) |
| Modifier and Type | Method and Description |
|---|---|
void |
InputNode.removeSynapse(Synapse s) |
void |
InputNode.setSynapse(Synapse s) |
| Modifier and Type | Field and Description |
|---|---|
Synapse |
Activation.SynapseActivation.synapse |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<Synapse> |
Synapse.INPUT_SYNAPSE_COMP |
TreeMap<Synapse,Synapse> |
INeuron.inputSynapses |
TreeMap<Synapse,Synapse> |
INeuron.inputSynapses |
static Comparator<Synapse> |
Synapse.OUTPUT_SYNAPSE_COMP |
TreeMap<Synapse,Synapse> |
INeuron.outputSynapses |
TreeMap<Synapse,Synapse> |
INeuron.outputSynapses |
| Modifier and Type | Method and Description |
|---|---|
static Synapse |
Synapse.createOrLookup(Synapse.Key synapseKey,
Neuron inputNeuron,
Neuron outputNeuron) |
Synapse |
Synapse.Builder.getSynapse(Neuron outputNeuron) |
static Synapse |
Synapse.read(DataInput in,
Model m) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
INeuron.update(Model m,
int threadId,
Neuron pn,
double biasDelta,
Collection<Synapse> modifiedSynapses) |
| Constructor and Description |
|---|
SynapseActivation(Synapse s,
Activation input,
Activation output) |
| Modifier and Type | Method and Description |
|---|---|
Synapse |
MetaSynapse.Builder.getSynapse(Neuron outputNeuron) |
| Modifier and Type | Method and Description |
|---|---|
SynapseEvaluation.Result |
SynapseEvaluation.evaluate(Synapse s,
Activation iAct,
Activation oAct)
Determines whether a synapse should be created between two neurons during training.
|
Copyright © 2018. All rights reserved.