.. |
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
|
Fixed crashes and errors.
|
2023-12-28 12:03:17 +01:00 |
c_log_log_reg
|
More cleanups.
|
2023-04-30 18:46:53 +02:00 |
convolutions
|
Reworked Convolutions and Transforms.
|
2023-12-28 14:41:45 +01:00 |
cost
|
Now the old classes are built by default again.
|
2023-12-26 23:44:07 +01:00 |
data
|
Reworked more methods.
|
2023-12-28 21:06:16 +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
|
|
|
gauss_markov_checker
|
Now the old classes are built by default again.
|
2023-12-26 23:44:07 +01:00 |
gaussian_nb
|
|
|
hidden_layer
|
Small improvements to the hidden layer.
|
2023-12-27 23:23:38 +01:00 |
hypothesis_testing
|
|
|
kmeans
|
|
|
knn
|
|
|
lin_alg
|
Rework MLPPVector::cross().
|
2023-12-29 18:36:51 +01:00 |
lin_reg
|
Small otpimization to MLPPLinReg::normal_equation().
|
2023-12-27 16:12:09 +01:00 |
log_reg
|
|
|
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
|
Fixed crashes and errors.
|
2023-12-28 12:03:17 +01:00 |
numerical_analysis
|
Reworked MLPPNumericalAnalysis.
|
2023-12-29 18:37:06 +01:00 |
outlier_finder
|
Add missing include.
|
2023-10-24 23:57:38 +02:00 |
output_layer
|
|
|
pca
|
Reworked more methods.
|
2023-12-28 21:06:16 +01:00 |
probit_reg
|
|
|
regularization
|
|
|
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
|
|
|
tanh_reg
|
|
|
transforms
|
Reworked Convolutions and Transforms.
|
2023-12-28 14:41:45 +01:00 |
uni_lin_reg
|
|
|
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 |