|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.generation5.nn.FFNLayer
org.generation5.nn.FFNHiddenLayer
This class implements a hidden layer for a feedforward network.
| Field Summary | |
protected int |
numUnits
The number of units/nodes in this layer. |
| Fields inherited from class org.generation5.nn.FFNLayer |
activate, connected, myNetwork, outputs, weights |
| Constructor Summary | |
FFNHiddenLayer(int units)
Creates a new instance of FFNHiddenLayer |
|
| Method Summary | |
int |
getUnitCount()
Get the number of units in this layer. |
void |
setActivation(Activation activate)
Set the activation function. |
| Methods inherited from class org.generation5.nn.FFNLayer |
connectWith, getOutput, randomizeWeights, run, setNetwork, setWeights, setWeights |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected int numUnits
| Constructor Detail |
public FFNHiddenLayer(int units)
units - the number of units in this layer.| Method Detail |
public void setActivation(Activation activate)
activate - the activation function.public int getUnitCount()
FFNLayer
getUnitCount in class FFNLayer
|
This documentation is part of the Generation5 JDK.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||