接口的使用
org.wlld.i.ActiveFunction
使用ActiveFunction的程序包
程序包
说明
-
org.wlld.function中ActiveFunction的使用
-
org.wlld.nerveCenter中ActiveFunction的使用
参数类型为ActiveFunction的org.wlld.nerveCenter中的方法修饰符和类型方法说明voidNerveManager.initImageNet(int step, int kernLen, int xSize, int ySize, boolean isSoftMax, boolean isShowLog, double convStudyPoint, ActiveFunction convFunction) 初始化卷积层神经网络参数类型为ActiveFunction的org.wlld.nerveCenter中的构造器限定符构造器说明NerveManager(int sensoryNerveNub, int hiddenNerveNub, int outNerveNub, int hiddenDepth, ActiveFunction activeFunction, double studyPoint, int rzType, double lParam, int coreNumber) 初始化神经元参数 -
org.wlld.nerveEntity中ActiveFunction的使用
参数类型为ActiveFunction的org.wlld.nerveEntity中的构造器限定符构造器说明HiddenNerve(int id, int depth, int upNub, int downNub, double studyPoint, boolean init, ActiveFunction activeFunction, boolean isDynamic, int rzType, double lParam, int step, int kernLen, int matrixX, int matrixY, boolean isConvFinish, int coreNumber) protectedNerve(int id, int upNub, String name, int downNub, double studyPoint, boolean init, ActiveFunction activeFunction, boolean isDynamic, int rzType, double lParam, int step, int kernLen, int depth, int matrixX, int matrixY, int coreNumber) OutNerve(int id, int upNub, int downNub, double studyPoint, boolean init, ActiveFunction activeFunction, boolean isDynamic, boolean isShowLog, int rzType, double lParam, boolean isSoftMax, int step, int kernLen, int coreNumber) -
org.wlld.rnnJumpNerveCenter中ActiveFunction的使用
参数类型为ActiveFunction的org.wlld.rnnJumpNerveCenter中的构造器限定符构造器说明NerveJumpManager(int sensoryNerveNub, int hiddenNerveNub, int outNerveNub, int hiddenDepth, ActiveFunction activeFunction, boolean isDynamic, double studyPoint, int rzType, double lParam) 初始化神经元参数 -
org.wlld.rnnJumpNerveEntity中ActiveFunction的使用
参数类型为ActiveFunction的org.wlld.rnnJumpNerveEntity中的构造器限定符构造器说明HiddenNerve(int id, int depth, double studyPoint, boolean init, ActiveFunction activeFunction, boolean isDynamic, int rzType, double lParam, int step, int kernLen, int sensoryNerveNub, int hiddenNerveNub, int outNerveNub, int allDepth, boolean creator, int startDepth) protectedNerve(int id, String name, double studyPoint, boolean init, ActiveFunction activeFunction, boolean isDynamic, int rzType, double lParam, int step, int kernLen, int sensoryNerveNub, int hiddenNerveNub, int outNerveNub, int allDepth, boolean creator, int startDepth) OutNerve(int id, double studyPoint, boolean init, ActiveFunction activeFunction, boolean isDynamic, boolean isShowLog, int rzType, double lParam, boolean isSoftMax, int step, int kernLen, int sensoryNerveNub, int hiddenNerveNub, int outNerveNub, int allDepth) -
org.wlld.rnnNerveCenter中ActiveFunction的使用
参数类型为ActiveFunction的org.wlld.rnnNerveCenter中的构造器限定符构造器说明NerveManager(int sensoryNerveNub, int hiddenNerveNub, int outNerveNub, int hiddenDepth, ActiveFunction activeFunction, boolean isDynamic, double studyPoint, int rzType, double lParam) 初始化神经元参数 -
org.wlld.rnnNerveEntity中ActiveFunction的使用
参数类型为ActiveFunction的org.wlld.rnnNerveEntity中的构造器限定符构造器说明HiddenNerve(int id, int depth, int upNub, int downNub, double studyPoint, boolean init, ActiveFunction activeFunction, boolean isDynamic, int rzType, double lParam, int step, int kernLen, int rnnOutNumber) protectedNerve(int id, int upNub, String name, int downNub, double studyPoint, boolean init, ActiveFunction activeFunction, boolean isDynamic, int rzType, double lParam, int step, int kernLen, int rnnOutNub) OutNerve(int id, int upNub, int downNub, double studyPoint, boolean init, ActiveFunction activeFunction, boolean isDynamic, boolean isShowLog, int rzType, double lParam, boolean isSoftMax, int step, int kernLen) -
org.wlld.transFormer.nerve中ActiveFunction的使用
参数类型为ActiveFunction的org.wlld.transFormer.nerve中的构造器限定符构造器说明HiddenNerve(int id, int depth, double studyPoint, ActiveFunction activeFunction, int sensoryNerveNub, int outNerveNub, LineBlock lineBlock, int regularModel, double regular, int coreNumber) protectedNerve(int id, String name, double studyPoint, ActiveFunction activeFunction, int sensoryNerveNub, int hiddenNerveNub, int outNerveNub, LineBlock lineBlock, int regularModel, double regular, int coreNumber)