Navigation
API > API/Plugins > API/Plugins/Learning
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningNeuralNetwork.h |
| Include | #include "LearningNeuralNetwork.h" |
Syntax
struct FNeuralNetwork
Remarks
Simple feed-forward network data.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EActivationFunction | ActivationFunction | ||
| TArray< TLearningArray< 1, float >, TInlineAllocator< 16 > > | Biases | ||
| TArray< TLearningArray< 2, float >, TInlineAllocator< 16 > > | Weights |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | DeserializeFromBytes
(
int32& InOutOffset, |
||
| int32 | GetHiddenNum () |
||
| int32 | GetInputNum () |
||
| int32 | GetLayerNum () |
||
| int32 | GetOutputNum () |
||
| int32 | GetSerializationByteNum
(
const int32 InputNum, |
||
| void | Resize
(
const int32 InputNum, |
||
| void | SerializeToBytes
(
int32& InOutOffset, |