import {FullyConnLayer} from 'convnet-sourcecode/src/convnet_layers_dotproducts.ts'
FullyConnLayer
Constructor Summary
Public Constructor | ||
public |
|
Member Summary
Public Members | ||
public |
biases: * |
|
public |
|
|
public |
in_act: * |
|
public |
l1_decay_mul: * |
|
public |
l2_decay_mul: * |
|
public |
|
|
public |
num_inputs: * |
|
public |
out_act: * |
|
public |
out_depth: * |
|
public |
|
|
public |
|
Method Summary
Public Methods | ||
public |
backward() |
|
public |
Forward propagation calculation based on the weight matrix product of |
|
public |
fromJSON() |
|
public |
|
|
public |
toJSON() |