ae2f_docs
Slp.core.h File Reference
#include <ae2f/Float.h>
#include <ae2f/errGlob.h>
#include <ae2f/Cast.h>
#include <ae2f/Call.h>
#include <ae2f/Macro.h>
#include <ae2f/Guide.h>
#include <ae2f/Ann/Act.h>
#include <ae2f/Pack/Beg.h>
#include <ae2f/Ann/Util.h>
#include <ae2f/Pack/End.h>

Go to the source code of this file.

Functions

 ae2f_structdef (struct, ae2f_AnnSlp_t)
 ae2f_structdef (struct, ae2f_AnnSlpPredict_t)
 Structure for SLP prediction and training data.
 ae2f_structdef (struct, ae2f_AnnSlpTrain_t)
 ae2f_structdef (struct, ae2f_AnnSlpPredictOne_t)
 ae2f_structdef (struct, ae2f_AnnSlpTrainOne_t)
 ae2f_structdef_n (struct, ae2f_AnnSlpFollowOne_t, ae2f_AnnSlpFitOne_t)
 Structure for a single step of the follow operation.
 ae2f_structdef_n (struct, ae2f_AnnSlpFollow_t, ae2f_AnnSlpFit_t, ae2f_AnnSlpFetchDelta_t)
 Structure for SLP follow, fit, and fetch delta operations.

Function Documentation

◆ ae2f_structdef() [1/5]

ae2f_structdef ( struct ,
ae2f_AnnSlp_t  )

Single Layered Perceptron

Multiple input, multiple output.
For predicting & training operations are able to be parallel.

input count

output count

Definition at line 22 of file Slp.core.h.

◆ ae2f_structdef() [2/5]

ae2f_structdef ( struct ,
ae2f_AnnSlpPredict_t  )

Structure for SLP prediction and training data.

Loop counters and layer sizes.

Definition at line 40 of file Slp.core.h.

◆ ae2f_structdef() [3/5]

ae2f_structdef ( struct ,
ae2f_AnnSlpPredictOne_t  )

Definition at line 62 of file Slp.core.h.

◆ ae2f_structdef() [4/5]

ae2f_structdef ( struct ,
ae2f_AnnSlpTrain_t  )

Loop counters and layer sizes.

Definition at line 51 of file Slp.core.h.

◆ ae2f_structdef() [5/5]

ae2f_structdef ( struct ,
ae2f_AnnSlpTrainOne_t  )

Definition at line 68 of file Slp.core.h.

◆ ae2f_structdef_n() [1/2]

ae2f_structdef_n ( struct ,
ae2f_AnnSlpFollow_t ,
ae2f_AnnSlpFit_t ,
ae2f_AnnSlpFetchDelta_t  )

Structure for SLP follow, fit, and fetch delta operations.

Loop counters and layer sizes.

Definition at line 92 of file Slp.core.h.

◆ ae2f_structdef_n() [2/2]

ae2f_structdef_n ( struct ,
ae2f_AnnSlpFollowOne_t ,
ae2f_AnnSlpFitOne_t  )

Structure for a single step of the follow operation.

Loop counter.

Definition at line 78 of file Slp.core.h.