public class HiddenNerve extends Nerve
activeFunction, afterLayNorm, beforeLayNorm, depth, E, featureMatrix, lineBlock, myUpNumber, name, outMatrix, powerMatrix, reMatrixFeatures, sigmaW, studyPoint| 构造器和说明 |
|---|
HiddenNerve(int id,
int depth,
double studyPoint,
ActiveFunction activeFunction,
int sensoryNerveNub,
int outNerveNub,
LineBlock lineBlock,
int regularModel,
double regular,
int coreNumber) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
input(long eventId,
Matrix parameter,
boolean isStudy,
Matrix allFeature,
OutBack outBack,
List<Integer> E,
Matrix encoderFeature,
boolean outAllPro) |
void |
postMessage(long eventId,
Matrix feature,
boolean isStudy,
OutBack outBack,
List<Integer> E,
boolean outAllPro) |
void |
receive(Matrix feature,
long eventId,
boolean isStudy,
OutBack outBack,
List<Integer> E,
Matrix encoderFeature,
boolean outAllPro) |
void |
receiveErrorMatrix(Matrix g,
long eventId,
Matrix allError) |
connect, connectFather, getDepth, getId, getModel, insertMatrixParameter, insertModel, opMatrix, sendMessage, sendOutMessage, setAfterLayNorm, setBeforeLayNorm, toOut, updatePowerpublic HiddenNerve(int id,
int depth,
double studyPoint,
ActiveFunction activeFunction,
int sensoryNerveNub,
int outNerveNub,
LineBlock lineBlock,
int regularModel,
double regular,
int coreNumber)
throws Exception
Exceptionpublic void receiveErrorMatrix(Matrix g, long eventId, Matrix allError) throws Exception
Exceptionpublic void receive(Matrix feature, long eventId, boolean isStudy, OutBack outBack, List<Integer> E, Matrix encoderFeature, boolean outAllPro) throws Exception
Exceptionprotected void input(long eventId,
Matrix parameter,
boolean isStudy,
Matrix allFeature,
OutBack outBack,
List<Integer> E,
Matrix encoderFeature,
boolean outAllPro)
throws Exception
Copyright © 2024. All rights reserved.