.. |
activation
|
Fixed lots of instances of passing the size in the wrong order for matrices in MLPPActivation.
|
2023-12-28 11:15:51 +01:00 |
ann
|
Reworked MLPPANN to use Vectors of matrices instead of tensors.
|
2023-12-28 00:48:39 +01:00 |
auto_encoder
|
Fixed MLPPAutoEncoder::cost().
|
2023-12-27 21:25:48 +01:00 |
bernoulli_nb
|
More cleanups.
|
2023-04-30 18:46:53 +02:00 |
c_log_log_reg
|
More cleanups.
|
2023-04-30 18:46:53 +02:00 |
convolutions
|
Now the old classes are built by default again.
|
2023-12-26 23:44:07 +01:00 |
cost
|
Now the old classes are built by default again.
|
2023-12-26 23:44:07 +01:00 |
data
|
Improved MLPPData::set_data_supervised().
|
2023-12-27 12:44:52 +01:00 |
dual_svc
|
More cleanups.
|
2023-04-30 18:46:53 +02:00 |
exp_reg
|
More cleanups.
|
2023-04-30 18:46:53 +02:00 |
gan
|
More cleanups.
|
2023-04-30 17:39:00 +02:00 |
gauss_markov_checker
|
Now the old classes are built by default again.
|
2023-12-26 23:44:07 +01:00 |
gaussian_nb
|
More cleanups.
|
2023-04-30 17:39:00 +02:00 |
hidden_layer
|
Small improvements to the hidden layer.
|
2023-12-27 23:23:38 +01:00 |
hypothesis_testing
|
Fix an another warning.
|
2023-04-16 20:53:33 +02:00 |
kmeans
|
More cleanups.
|
2023-04-30 17:39:00 +02:00 |
knn
|
More cleanups.
|
2023-04-30 17:39:00 +02:00 |
lin_alg
|
Reworked MLPPANN to use Vectors of matrices instead of tensors.
|
2023-12-28 00:48:39 +01:00 |
lin_reg
|
Small otpimization to MLPPLinReg::normal_equation().
|
2023-12-27 16:12:09 +01:00 |
log_reg
|
Cleanups to MLP, MANN, LogReg, and LinReg.
|
2023-04-30 12:51:46 +02:00 |
mann
|
Cleanups to MLPPMANN.
|
2023-12-28 11:17:24 +01:00 |
mlp
|
Small improvements and fixed MLPPMLP.
|
2023-12-27 18:40:19 +01:00 |
multi_output_layer
|
Fix weights size in MLPPMultiOutputLayer.
|
2023-12-28 11:16:20 +01:00 |
multinomial_nb
|
More cleanups.
|
2023-04-29 20:10:49 +02:00 |
numerical_analysis
|
More api cleanups.
|
2023-04-22 17:17:58 +02:00 |
outlier_finder
|
Add missing include.
|
2023-10-24 23:57:38 +02:00 |
output_layer
|
More cleanups.
|
2023-04-29 20:10:49 +02:00 |
pca
|
More cleanups.
|
2023-04-29 20:10:49 +02:00 |
probit_reg
|
MLPPProbitReg api rework.
|
2023-04-29 18:33:16 +02:00 |
regularization
|
Tensor3 api style rework. Also changed 2 methods in Matrix and Vector.
|
2023-04-29 13:44:18 +02:00 |
softmax_net
|
Fixed MLPPSoftmaxNet::initialize().
|
2023-12-27 21:06:36 +01:00 |
softmax_reg
|
Fix logic in MLPPSoftmaxReg.
|
2023-12-27 18:15:34 +01:00 |
stat
|
Fixed typo in MLPPStat::range.
|
2023-12-26 23:38:14 +01:00 |
svc
|
Matrix api tweaks.
|
2023-04-29 15:07:30 +02:00 |
tanh_reg
|
MLPPTanhReg small tweaks.
|
2023-04-29 18:33:27 +02:00 |
transforms
|
Now the old classes are built by default again.
|
2023-12-26 23:44:07 +01:00 |
uni_lin_reg
|
Small cleanups.
|
2023-04-28 21:07:46 +02:00 |
utilities
|
Improved performance() methods in MLPPUtilities.
|
2023-12-27 18:40:41 +01:00 |
wgan
|
Fixed Wgan.
|
2023-12-27 23:23:50 +01:00 |