pmlpp/mlpp
2023-02-04 13:53:36 +01:00
..
activation Fixed the remaining warnings in Activation. 2023-02-03 02:40:30 +01:00
ann Renamed MLPPHiddenLayer and MLPPOutputLayer. 2023-01-30 16:56:16 +01:00
auto_encoder Use real_t instead of doubles. 2023-01-27 13:01:16 +01:00
bernoulli_nb Use real_t instead of doubles. 2023-01-27 13:01:16 +01:00
c_log_log_reg Use real_t instead of doubles. 2023-01-27 13:01:16 +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 Use real_t instead of doubles. 2023-01-27 13:01:16 +01:00
exp_reg Use real_t instead of doubles. 2023-01-27 13:01:16 +01:00
gan Renamed MLPPHiddenLayer and MLPPOutputLayer. 2023-01-30 16:56:16 +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 New initial OutputLayer implementation. 2023-02-04 12:44:00 +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 Added new api for Cost. 2023-02-04 12:20:25 +01:00
lin_reg Use real_t instead of doubles. 2023-01-27 13:01:16 +01:00
log_reg Use real_t instead of doubles. 2023-01-27 13:01:16 +01:00
mann Renamed MultiOutputLayer to OldMultiOutputLayer. 2023-02-04 13:36:52 +01:00
mlp Use real_t instead of doubles. 2023-01-27 13:01:16 +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 Finished MLPPOutputLayer. 2023-02-04 13:30:33 +01:00
pca Use real_t instead of doubles. 2023-01-27 13:01:16 +01:00
probit_reg Use real_t instead of doubles. 2023-01-27 13:01:16 +01:00
regularization Added bindings for MLPPReg. 2023-02-04 00:54:27 +01:00
softmax_net Use real_t instead of doubles. 2023-01-27 13:01:16 +01:00
softmax_reg Use real_t instead of doubles. 2023-01-27 13:01:16 +01:00
stat Use real_t instead of doubles. 2023-01-27 13:01:16 +01:00
svc Use real_t instead of doubles. 2023-01-27 13:01:16 +01:00
tanh_reg Use real_t instead of doubles. 2023-01-27 13:01:16 +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 Initial bindings for MLPPUtilities. 2023-02-04 01:18:50 +01:00
wgan Renamed MLPPHiddenLayer and MLPPOutputLayer. 2023-01-30 16:56:16 +01:00