pmlpp/mlpp
2023-02-06 15:03:20 +01:00
..
activation Fixed a few crashes and issues. 2023-02-05 10:59:45 +01:00
ann Warning fixes. 2023-02-04 13:59:26 +01:00
auto_encoder Warning fixes. 2023-02-04 13:59:26 +01:00
bernoulli_nb Use real_t instead of doubles. 2023-01-27 13:01:16 +01:00
c_log_log_reg Warning fixes. 2023-02-04 13:59:26 +01:00
convolutions Use real_t instead of doubles. 2023-01-27 13:01:16 +01:00
cost Added more helper methods to Cost. 2023-02-04 13:19:01 +01:00
data Use real_t instead of doubles. 2023-01-27 13:01:16 +01:00
dual_svc Warning fixes. 2023-02-04 13:59:26 +01:00
exp_reg Use real_t instead of doubles. 2023-01-27 13:01:16 +01:00
gan Warning fixes. 2023-02-04 13:59:26 +01:00
gauss_markov_checker Use real_t instead of doubles. 2023-01-27 13:01:16 +01:00
gaussian_nb Use real_t instead of doubles. 2023-01-27 13:01:16 +01:00
hidden_layer Properly initialize the hidden and output layers. 2023-02-06 14:24:43 +01:00
hypothesis_testing Use real_t instead of doubles. 2023-01-27 13:01:16 +01:00
kmeans Ported MLPPKMeans logic. 2023-01-29 15:46:55 +01:00
knn Small fixes to MLPPKNN. 2023-01-28 14:33:35 +01:00
lin_alg Fix index calculations in MLPPLinAlg::transposem. 2023-02-06 15:03:20 +01:00
lin_reg Warning fixes. 2023-02-04 13:59:26 +01:00
log_reg Warning fixes. 2023-02-04 13:59:26 +01:00
mann Warning fixes. 2023-02-04 13:59:26 +01:00
mlp Small improvements. 2023-02-05 13:14:09 +01:00
multi_output_layer Added a new MultiOutputLayer implementation. 2023-02-04 13:53:36 +01:00
multinomial_nb Use real_t instead of doubles. 2023-01-27 13:01:16 +01:00
numerical_analysis Use real_t instead of doubles. 2023-01-27 13:01:16 +01:00
outlier_finder Use real_t instead of doubles. 2023-01-27 13:01:16 +01:00
output_layer Properly initialize the hidden and output layers. 2023-02-06 14:24:43 +01:00
pca Use real_t instead of doubles. 2023-01-27 13:01:16 +01:00
probit_reg Warning fixes. 2023-02-04 13:59:26 +01:00
regularization Fully ported MLPPMLP. 2023-02-05 00:58:00 +01:00
softmax_net Warning fixes. 2023-02-04 13:59:26 +01:00
softmax_reg Warning fixes. 2023-02-04 13:59:26 +01:00
stat Use real_t instead of doubles. 2023-01-27 13:01:16 +01:00
svc Warning fixes. 2023-02-04 13:59:26 +01:00
tanh_reg Warning fixes. 2023-02-04 13:59:26 +01:00
transforms Use real_t instead of doubles. 2023-01-27 13:01:16 +01:00
uni_lin_reg Use real_t instead of doubles. 2023-01-27 13:01:16 +01:00
utilities Fully ported MLPPMLP. 2023-02-05 00:58:00 +01:00
wgan Split the wgan test. 2023-02-06 14:27:43 +01:00