| 限定符和类型 | 类和说明 |
|---|---|
class |
ELu |
class |
ReLu |
class |
ReLuTwo |
class |
Sigmoid |
class |
Tanh |
class |
TanHX |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
NerveManager.initImageNet(int step,
int kernLen,
int xSize,
int ySize,
boolean isSoftMax,
boolean isShowLog,
double convStudyPoint,
ActiveFunction convFunction)
初始化卷积层神经网络
|
| 构造器和说明 |
|---|
NerveManager(int sensoryNerveNub,
int hiddenNerveNub,
int outNerveNub,
int hiddenDepth,
ActiveFunction activeFunction,
double studyPoint,
int rzType,
double lParam,
int coreNumber)
初始化神经元参数
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected ActiveFunction |
Nerve.activeFunction |
| 构造器和说明 |
|---|
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) |
Nerve(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) |
| 构造器和说明 |
|---|
NerveJumpManager(int sensoryNerveNub,
int hiddenNerveNub,
int outNerveNub,
int hiddenDepth,
ActiveFunction activeFunction,
boolean isDynamic,
double studyPoint,
int rzType,
double lParam)
初始化神经元参数
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected ActiveFunction |
Nerve.activeFunction |
| 构造器和说明 |
|---|
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) |
Nerve(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) |
| 构造器和说明 |
|---|
NerveManager(int sensoryNerveNub,
int hiddenNerveNub,
int outNerveNub,
int hiddenDepth,
ActiveFunction activeFunction,
boolean isDynamic,
double studyPoint,
int rzType,
double lParam)
初始化神经元参数
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected ActiveFunction |
Nerve.activeFunction |
| 构造器和说明 |
|---|
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) |
Nerve(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) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected ActiveFunction |
Nerve.activeFunction |
| 构造器和说明 |
|---|
HiddenNerve(int id,
int depth,
double studyPoint,
ActiveFunction activeFunction,
int sensoryNerveNub,
int outNerveNub,
LineBlock lineBlock,
int regularModel,
double regular,
int coreNumber) |
Nerve(int id,
String name,
double studyPoint,
ActiveFunction activeFunction,
int sensoryNerveNub,
int hiddenNerveNub,
int outNerveNub,
LineBlock lineBlock,
int regularModel,
double regular,
int coreNumber) |
Copyright © 2024. All rights reserved.