MLPP/MLPP
2021-06-05 22:28:23 -07:00
..
Activation Added MANN (multidimensional output artifical neural net), cleaned up code for ANN and MANN 2021-06-05 22:28:23 -07:00
ANN Added MANN (multidimensional output artifical neural net), cleaned up code for ANN and MANN 2021-06-05 22:28:23 -07:00
AutoEncoder Added Utilities.createMiniBatches, standardized the order of objects in all regression/neural network modules, rebuilt SO 2021-06-02 20:37:27 -07:00
BernoulliNB Add files via upload 2021-05-23 20:22:24 -07:00
CLogLogReg Added Utilities.createMiniBatches, standardized the order of objects in all regression/neural network modules, rebuilt SO 2021-06-02 20:37:27 -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 Added Utilities.createMiniBatches, standardized the order of objects in all regression/neural network modules, rebuilt SO 2021-06-02 20:37:27 -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 Reordered functions in Stat.hpp, added Stat.range, Stat.midrange, cleaned up code for LinAlg.max, LinAlg.min 2021-06-04 18:04:51 -07:00
LinReg Minor optimization to LinReg.normalEquation 2021-06-03 21:43:28 -07:00
LogReg Added Utilities.createMiniBatches, standardized the order of objects in all regression/neural network modules, rebuilt SO 2021-06-02 20:37:27 -07:00
MANN Added MANN (multidimensional output artifical neural net), cleaned up code for ANN and MANN 2021-06-05 22:28:23 -07:00
MLP Added Utilities.createMiniBatches, standardized the order of objects in all regression/neural network modules, rebuilt SO 2021-06-02 20:37:27 -07:00
MultinomialNB Add files via upload 2021-05-23 20:22:24 -07:00
MultiOutputLayer Added MANN (multidimensional output artifical neural net), cleaned up code for ANN and MANN 2021-06-05 22:28:23 -07:00
OutlierFinder Changed "op" object name to "stat" in OutlierFinder 2021-05-27 20:21:19 -07:00
OutputLayer Added MANN (multidimensional output artifical neural net), cleaned up code for ANN and MANN 2021-06-05 22:28:23 -07:00
PCA Add files via upload 2021-05-23 20:22:24 -07:00
ProbitReg Added Utilities.createMiniBatches, standardized the order of objects in all regression/neural network modules, rebuilt SO 2021-06-02 20:37:27 -07:00
Regularization Add files via upload 2021-05-23 20:22:24 -07:00
SoftmaxNet Added Utilities.createMiniBatches, standardized the order of objects in all regression/neural network modules, rebuilt SO 2021-06-02 20:37:27 -07:00
SoftmaxReg Added Utilities.createMiniBatches, standardized the order of objects in all regression/neural network modules, rebuilt SO 2021-06-02 20:37:27 -07:00
Stat Reordered functions in Stat.hpp, added Stat.range, Stat.midrange, cleaned up code for LinAlg.max, LinAlg.min 2021-06-04 18:04:51 -07:00
TanhReg Added Utilities.createMiniBatches, standardized the order of objects in all regression/neural network modules, rebuilt SO 2021-06-02 20:37:27 -07:00
UniLinReg Add files via upload 2021-05-23 20:22:24 -07:00
Utilities Added Utilities.createMiniBatches, standardized the order of objects in all regression/neural network modules, rebuilt SO 2021-06-02 20:37:27 -07:00