Data

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(ulong dim_out)
Undocumented in source.

Members

Functions

dup
NeuralLayer dup()
Undocumented in source. Be warned that the author may not have intended to support it.
predict
void predict()
Undocumented in source. Be warned that the author may not have intended to support it.
share_params
void share_params(NeuralLayer l)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From InputLayer

input
Variant input;
Undocumented in source.
forward_prop
void forward_prop(T obs)
Undocumented in source. Be warned that the author may not have intended to support it.
predict
void predict()
Undocumented in source.
accumulate_grad
void accumulate_grad(V[] grad)
Undocumented in source. Be warned that the author may not have intended to support it.
backward_prop
void backward_prop(V[] grad)
Undocumented in source. Be warned that the author may not have intended to support it.
num_params
ulong num_params [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
recompute_topology
void recompute_topology()
Undocumented in source. Be warned that the author may not have intended to support it.
allocate_interface
void allocate_interface()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta