|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.encog.neural.networks.logic.FeedforwardLogic
org.encog.neural.networks.logic.SimpleRecurrentLogic
public class SimpleRecurrentLogic
Provides the neural logic for an Simple Recurrent Network (SRN) type network. This class is used for the Elman and Jordan networks. This class will work just fine for a feedforward neural network, however it is not efficient.
| Constructor Summary | |
|---|---|
SimpleRecurrentLogic()
|
|
| Method Summary | |
|---|---|
void |
preprocessLayer(Layer layer,
NeuralData input,
Synapse source)
Handle recurrent layers. |
| Methods inherited from class org.encog.neural.networks.logic.FeedforwardLogic |
|---|
compute, getNetwork, init |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleRecurrentLogic()
| Method Detail |
|---|
public void preprocessLayer(Layer layer,
NeuralData input,
Synapse source)
preprocessLayer in class FeedforwardLogiclayer - The layer being processed, see if there are any recurrent
connections to this.input - The input to the layer, will be modified with the result from
any recurrent layers.source - The source synapse.
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||