opencv/modules/ml
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
..
doc Updated ml module interfaces and documentation 2015-02-17 11:46:14 +03:00
include/opencv2 Simulated Annealing for ANN_MLP training method (#10213) 2017-12-15 13:57:39 +03:00
misc Fixed Algorithm.save and other methods work in Java 2017-04-05 17:48:38 +03:00
src Simulated Annealing for ANN_MLP training method (#10213) 2017-12-15 13:57:39 +03:00
test Simulated Annealing for ANN_MLP training method (#10213) 2017-12-15 13:57:39 +03:00
CMakeLists.txt Add python and java support for ml module 2015-03-19 13:22:30 +03:00