opencv/modules/ml/src
LaurentBerger 7ad308ea47 Simulated Annealing for ANN_MLP training method (#10213)
* Simulated Annealing for ANN_MLP training method

* EXPECT_LT

* just to test new data

* manage RNG

* Try again

* Just run buildbot with new data

* try to understand

* Test layer

* New data- new test

* Force RNG in backprop

* Use Impl to avoid virtual method

* reset all weights

* try to solve ABI

* retry

* ABI solved?

* till problem with dynamic_cast

* Something is wrong

* Solved?

* disable backprop test

* remove ANN_MLP_ANNEALImpl

* Disable weight in varmap

* Add example for SimulatedAnnealing
2017-12-15 13:57:39 +03:00
..
ann_mlp.cpp Simulated Annealing for ANN_MLP training method (#10213) 2017-12-15 13:57:39 +03:00
boost.cpp Add wrappers for load functions for DTrees and Boost classifiers 2017-01-29 15:55:38 +05:30
data.cpp Prevent crash when attempting to create training data without responses. 2017-06-30 15:36:47 +02:00
em.cpp Wrappers for load methods of EM, LR, SVMSGD and Normal Bayes Classifier 2017-01-29 18:51:55 +05:30
gbt.cpp fixed "Conditional jump or move depends on uninitialised value(s)" in GBD 2015-09-13 12:36:57 +02:00
inner_functions.cpp Parallel version of calcError in statmodel 2017-11-09 21:29:06 +01:00
kdtree.cpp removed kdtree declaration from interface 2014-08-31 21:39:47 +04:00
kdtree.hpp removed kdtree declaration from interface 2014-08-31 21:39:47 +04:00
knearest.cpp Fix missing format when writing Algorithm-based objects 2016-04-07 13:49:42 -07:00
lr.cpp Fixed some issues found by static analysis 2017-09-08 12:22:12 +03:00
nbayes.cpp Fixing some static analysis issues 2017-06-27 14:30:26 +03:00
precomp.hpp ml: disable not implemented k-fold validation in RTrees 2017-09-07 15:49:46 +03:00
rtrees.cpp Fixing some static analysis issues 2017-06-27 14:30:26 +03:00
svm.cpp trainAuto: uses parallel_for_ to dispatch all parameters combination to test 2017-08-08 13:27:02 +02:00
svmsgd.cpp Wrappers for load methods of EM, LR, SVMSGD and Normal Bayes Classifier 2017-01-29 18:51:55 +05:30
testset.cpp fix assignment of class labels 2016-01-14 02:56:34 +02:00
tree.cpp Fixed several issues found by static analysis 2017-06-28 18:06:18 +03:00