Model

Undocumented in source.

Constructors

this
this(int nhidden, int nout)
Undocumented in source.

Members

Aliases

L
alias L = Linear!(T, Storage)
Undocumented in source.

Functions

opCall
auto opCall(Variable!(T, 4, Storage) xs)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

conv
Convolution!(float, 2, Storage) conv;
Undocumented in source.
fc1
L fc1;
fc2
L fc2;
fc3
L fc3;
Undocumented in source.

Meta