|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectml.shifu.guagua.yarn.example.nn.NNUtils
public final class NNUtils
Helper class for NN distributed training.
| 方法摘要 | |
|---|---|
static org.encog.neural.networks.BasicNetwork |
generateNetwork(int in,
int hidden,
int out)
Generate basic NN network object |
static void |
randomize(int seed,
double[] weights)
|
static int |
sign(double value)
Determine the sign of the value. |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 方法详细信息 |
|---|
public static org.encog.neural.networks.BasicNetwork generateNetwork(int in,
int hidden,
int out)
public static int sign(double value)
value - The value to check.
public static void randomize(int seed,
double[] weights)
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||