ARCS6 AR6-REV.24062600
読み取り中…
検索中…
一致する文字列を見つけられません
ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD > メンバ一覧

継承メンバを含む ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD > の全メンバ一覧です。

alphARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >protected
bARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >protected
betARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >protected
CalcAdaDelta(const Matrix< N, P > &DiffW, const Matrix< 1, P > &Diffb)ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >inlineprotected
CalcAdaGrad(const Matrix< N, P > &DiffW, const Matrix< 1, P > &Diffb)ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >inlineprotected
CalcAdam(const Matrix< N, P > &DiffW, const Matrix< 1, P > &Diffb)ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >inlineprotected
CalcDelta(const Matrix< M, P > &WDeltaNext, Matrix< M, N > &WDelta)ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >inline
CalcDeltaForOutputLayer(const Matrix< M, P > &Y, const Matrix< M, P > &D, Matrix< M, N > &WDelta)ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >inline
CalcDropout(void)ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >inline
CalcForwardForEstimation(const Matrix< 1, N > &zprev, Matrix< 1, P > &z)ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >inline
CalcForwardForEstimation(const Matrix< M, N > &Zprev, Matrix< M, P > &Z)ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >inline
CalcForwardForTraining(const Matrix< 1, N > &zprev, Matrix< 1, P > &z)ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >inline
CalcForwardForTraining(const Matrix< M, N > &Zprev, Matrix< M, P > &Z)ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >inline
CalcMomentumSGD(const Matrix< N, P > &DiffW, const Matrix< 1, P > &Diffb)ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >inlineprotected
CalcRMSprop(const Matrix< N, P > &DiffW, const Matrix< 1, P > &Diffb)ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >inlineprotected
CalcSGD(const Matrix< N, P > &DiffW, const Matrix< 1, P > &Diffb)ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >inlineprotected
DbARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >protected
dbARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >protected
DeltaARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >protected
deltaARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >protected
DispBias(void)ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >inline
DispSettings(void)ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >inline
DispWeight(void)ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >inline
DropMaskARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >protected
DropRandARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >protected
DropRateARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >protected
DWARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >protected
dWARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >protected
epsARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >protected
fpUARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >protected
fpuARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >protected
GbARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >protected
GbhatARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >protected
GetCrossEntropy(const Matrix< M, P > &Y, const Matrix< M, P > &D)ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >inline
GetLoss(const Matrix< M, P > &Y, const Matrix< M, P > &D)ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >inline
GWARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >protected
GWhatARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >protected
HbARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >protected
HbhatARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >protected
HWARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >protected
HWhatARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >protected
InitWeight(size_t Nprev)ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >inline
InitWeightUsingGaussianRandom(const double sigma)ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >inline
lARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >protected
LoadSettings(const std::string &SettingName)ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >inline
LoadWeightAndBias(const std::string &WeightName, const std::string &BiasName)ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >inline
lTARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >protected
NearZeroARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >protected
NomalizeDataset(Matrix< NN, MM > &x)ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >inline
NormalizeInput(Matrix< 1, P > &x)ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >inline
SaveSettings(const std::string &SettingName)ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >inline
SaveWeightAndBias(const std::string &WeightName, const std::string &BiasName)ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >inline
SetDropoutRate(double DropoutRate)ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >inline
SetGainOfAdaDelta(double alpha, double zero)ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >inline
SetGainOfAdaGrad(double epsilon, double zero)ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >inline
SetGainOfAdam(double epsilon, double alpha, double beta, double zero)ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >inline
SetGainOfMomentumSGD(double epsilon, double alpha)ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >inline
SetGainOfRMSprop(double epsilon, double alpha, double zero)ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >inline
SetGainOfSGD(double epsilon)ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >inline
SGDcountARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >protected
sigmaARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >protected
SingleLayerPerceptron()ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >inline
SingleLayerPerceptron(SingleLayerPerceptron &&r)ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >inline
UARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >protected
uARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >protected
UpdateWeight(const Matrix< M, N > &Zprev)ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >inline
WARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >protected
xbarARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >protected
~SingleLayerPerceptron()ARCS::SingleLayerPerceptron< N, P, M, AF, IT, GD, DD >inline