类 HiddenNerve
java.lang.Object
org.wlld.transFormer.nerve.Nerve
org.wlld.transFormer.nerve.HiddenNerve
-
字段概要
从类继承的字段 org.wlld.transFormer.nerve.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 voidinput(long eventId, Matrix parameter, boolean isStudy, Matrix allFeature, OutBack outBack, List<Integer> E, Matrix encoderFeature) voidpostMessage(long eventId, Matrix feature, boolean isStudy, OutBack outBack, List<Integer> E) voidreceive(Matrix feature, long eventId, boolean isStudy, OutBack outBack, List<Integer> E, Matrix encoderFeature) voidreceiveErrorMatrix(Matrix g, long eventId, Matrix allError) 从类继承的方法 org.wlld.transFormer.nerve.Nerve
connect, connectFather, getDepth, getId, getModel, insertMatrixParameter, insertModel, opMatrix, sendMessage, sendOutMessage, setAfterLayNorm, setBeforeLayNorm, toOut, updatePower
-
构造器详细资料
-
HiddenNerve
public HiddenNerve(int id, int depth, double studyPoint, ActiveFunction activeFunction, int sensoryNerveNub, int outNerveNub, LineBlock lineBlock, int regularModel, double regular, int coreNumber) throws Exception - 抛出:
Exception
-
-
方法详细资料
-
receiveErrorMatrix
-
receive
-
input
-
postMessage
-