MLPP/MLPP
2021-06-01 18:29:35 -07:00
..
Activation Added LinAlg.euclideanDistance, optimized softmax, rebuilt SO. 2021-06-01 18:29:35 -07:00
ANN Added LinAlg.diag, changed name of LinAlg.vecmult to LinAlg.outerProduct, rebuilt SO 2021-05-29 17:39:57 -07:00
AutoEncoder Added LinAlg.solve (to solve linear systems) 2021-05-30 13:11:12 -07:00
BernoulliNB Add files via upload 2021-05-23 20:22:24 -07:00
CLogLogReg "Vectorized" implementation of SGD for CLogLog Reg 2021-05-28 20:36:56 -07:00
Convolutions Add files via upload 2021-05-23 20:22:24 -07:00
Cost Add files via upload 2021-05-23 20:22:24 -07:00
Data Updated Data.cpp 2021-05-24 21:25:11 -07:00
ExpReg Add files via upload 2021-05-23 20:22:24 -07:00
GaussianNB Add files via upload 2021-05-23 20:22:24 -07:00
GaussMarkovChecker Add files via upload 2021-05-23 20:22:24 -07:00
HiddenLayer Added LinAlg.abs, added softsign activation. 2021-05-31 22:55:24 -07:00
HypothesisTesting Add files via upload 2021-05-23 20:22:24 -07:00
KMeans Added LinAlg.euclideanDistance, optimized softmax, rebuilt SO. 2021-06-01 18:29:35 -07:00
kNN Added LinAlg.euclideanDistance, optimized softmax, rebuilt SO. 2021-06-01 18:29:35 -07:00
LinAlg Added LinAlg.euclideanDistance, optimized softmax, rebuilt SO. 2021-06-01 18:29:35 -07:00
LinReg "Vectorized" the implementation of SGD for Log & Lin Reg 2021-05-28 19:26:10 -07:00
LogReg "Vectorized" the implementation of SGD for Log & Lin Reg 2021-05-28 19:26:10 -07:00
MLP Added LinAlg.diag, changed name of LinAlg.vecmult to LinAlg.outerProduct, rebuilt SO 2021-05-29 17:39:57 -07:00
MultinomialNB Add files via upload 2021-05-23 20:22:24 -07:00
OutlierFinder Changed "op" object name to "stat" in OutlierFinder 2021-05-27 20:21:19 -07:00
OutputLayer Added LinAlg.abs, added softsign activation. 2021-05-31 22:55:24 -07:00
PCA Add files via upload 2021-05-23 20:22:24 -07:00
ProbitReg "Vectorized" implementation of SGD for ProbitReg 2021-05-28 19:37:34 -07:00
Regularization Add files via upload 2021-05-23 20:22:24 -07:00
SoftmaxNet Added LinAlg.diag, changed name of LinAlg.vecmult to LinAlg.outerProduct, rebuilt SO 2021-05-29 17:39:57 -07:00
SoftmaxReg Added LinAlg.diag, changed name of LinAlg.vecmult to LinAlg.outerProduct, rebuilt SO 2021-05-29 17:39:57 -07:00
Stat Added median & mode 2021-05-25 20:33:41 -07:00
TanhReg "Vectorized" implementation of SGD for Tanh Reg 2021-05-28 20:56:36 -07:00
UniLinReg Add files via upload 2021-05-23 20:22:24 -07:00
Utilities Added LinAlg.euclideanDistance, optimized softmax, rebuilt SO. 2021-06-01 18:29:35 -07:00