类 NerveJumpManager
java.lang.Object
org.wlld.rnnJumpNerveCenter.NerveJumpManager
-
构造器概要
构造器构造器说明NerveJumpManager(int sensoryNerveNub, int hiddenNerveNub, int outNerveNub, int hiddenDepth, ActiveFunction activeFunction, boolean isDynamic, double studyPoint, int rzType, double lParam) 初始化神经元参数 -
方法概要
修饰符和类型方法说明voidinit(boolean initPower, boolean isMatrix, boolean isShowLog, boolean isSoftMax, int step, int kernLen) 初始化voidinitRnn(boolean initPower, boolean isShowLog, boolean toSoftMax, boolean creator, int startDepth) voidinsertModelParameter(ModelParameter modelParameter) voidsetMatrixMap(Map<Integer, Matrix> matrixMap) voidsetPowerTh(double powerTh)
-
构造器详细资料
-
NerveJumpManager
public NerveJumpManager(int sensoryNerveNub, int hiddenNerveNub, int outNerveNub, int hiddenDepth, ActiveFunction activeFunction, boolean isDynamic, double studyPoint, int rzType, double lParam) throws Exception 初始化神经元参数- 参数:
sensoryNerveNub- 输入神经元个数hiddenNerveNub- 隐层神经元个数outNerveNub- 输出神经元个数hiddenDepth- 隐层深度activeFunction- 激活函数isDynamic- 是否是动态神经元rzType- 正则函数lParam- 正则系数- 抛出:
Exception- 如果参数错误则抛异常
-
-
方法详细资料