|
|||||||||
Home >> All >> AI >> [ NeuralNetworks overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
AI.NeuralNetworks
Class FeedForwardInputLayer

java.lang.ObjectAI.NeuralNetworks.FeedForwardLayer
AI.NeuralNetworks.FeedForwardInputLayer
- public class FeedForwardInputLayer
- extends FeedForwardLayer
This class is used to represent the first layer of a multilayer feed forward neural network
Field Summary |
Fields inherited from class AI.NeuralNetworks.FeedForwardLayer |
activation |
Constructor Summary | |
FeedForwardInputLayer(FeedForwardInputLayer layer)
creates a new insatnce of FeedForwardInputLayer |
|
FeedForwardInputLayer(int size)
creates a new insatnce of FeedForwardInputLayer |
Method Summary | |
void |
setInput(float[] inputActivation)
sets the input values of the layer |
java.lang.String |
toString()
returns a String representation of the layer |
Methods inherited from class AI.NeuralNetworks.FeedForwardLayer |
getActivation, size |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
FeedForwardInputLayer
public FeedForwardInputLayer(int size)
- creates a new insatnce of FeedForwardInputLayer
FeedForwardInputLayer
public FeedForwardInputLayer(FeedForwardInputLayer layer)
- creates a new insatnce of FeedForwardInputLayer
Method Detail |
setInput
public void setInput(float[] inputActivation) throws UnexpectedInputArraySizeException
- sets the input values of the layer
toString
public java.lang.String toString()
- returns a String representation of the layer
- Overrides:
toString
in classFeedForwardLayer
|
|||||||||
Home >> All >> AI >> [ NeuralNetworks overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |