Perceptron

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Aliases

parameters
alias parameters = AliasSeq!(fc1, fc2)
Undocumented in source.

Functions

opCall
auto opCall(U x)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

fc1
Linear!(T, InputDim, HiddenDim, useGrad) fc1;
Undocumented in source.
fc2
Linear!(T, HiddenDim, OutputDim, useGrad) fc2;
Undocumented in source.

Meta