- 12 Feb, 2018 1 commit
-
-
luz.paz authored
Found via `codespell`
-
- 22 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 15 Dec, 2017 3 commits
-
-
Alexander Alekhin authored
-
catree authored
-
LaurentBerger authored
* 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
-
- 28 Nov, 2017 1 commit
-
-
LaurentBerger authored
-
- 23 Mar, 2017 1 commit
-
-
Julian Tanke authored
* export SVM::trainAuto to python #7224 * workaround for ABI compatibility of SVM::trainAuto * add parameter comments to new SVM::trainAuto function * Export ParamGrid member variables
-
- 07 Mar, 2017 1 commit
-
-
Vladislav Sovrasov authored
-
- 28 Feb, 2017 1 commit
-
-
mrquorr authored
Finished with several samples support, need regression testing Gave a more relevant name to function (getVotes) Finished implicit implementation Removed printf, finished regresion testing Fixed conversion warning Finished test for Rtrees Fixed documentation Initialized variable Added doxygen documentation Added parameter name
-
- 30 Jan, 2017 1 commit
-
-
Vladislav Sovrasov authored
-
- 29 Jan, 2017 2 commits
- 19 Jan, 2017 1 commit
-
-
chrizandr authored
-
- 15 Dec, 2016 1 commit
-
-
Alexander Alekhin authored
(2.4) Backports from master branch (#7854)
-
- 30 Sep, 2016 2 commits
- 26 Aug, 2016 1 commit
-
-
Vadim Pisarevsky authored
* expose 2 extra methods from ml::TrainData: getNames() and getVarSymbolFlags(). The first one returns text labels from CSV (if the data has been loaded from CSV); the second one returns a matrix of boolean values; its n-th element is 1 iff the corresponding column in the CSV uses symbolic names, not numbers. * check that the dynamic_cast succeeds
-
- 31 May, 2016 1 commit
-
-
Marek Smigielski authored
-
- 26 Feb, 2016 1 commit
-
-
Marina Noskova authored
-
- 25 Feb, 2016 3 commits
-
-
Marina Noskova authored
Added some asserts.
-
Marina Noskova authored
Added function makeData() in test_svmsgd.cpp.
-
Marina Noskova authored
-
- 24 Feb, 2016 3 commits
-
-
Marina Noskova authored
-
Marina Noskova authored
-
Marina Noskova authored
-
- 15 Feb, 2016 2 commits
-
-
Marina Noskova authored
-
Marina Noskova authored
-
- 12 Feb, 2016 2 commits
-
-
Maksim Shabunin authored
-
ahb authored
-
- 10 Feb, 2016 7 commits
-
-
Marina Noskova authored
-
Marina Noskova authored
-
Marina Noskova authored
-
Marina Noskova authored
Also fixed documentation, refactored sample.
-
Marina Noskova authored
-
Marina Noskova authored
-
joao.faro authored
-
- 11 Jan, 2016 1 commit
-
-
Christoph Spörk authored
-
- 07 Jan, 2016 2 commits
-
-
Christoph Spörk authored
-
Christoph Spörk authored
related to issue 4969 fixes issue 5891 fixes issue 5922
-
- 04 Jan, 2016 1 commit
-
-
Christoph Spörk authored
Someone forgot to wrap the load function for SVMs in the corresponding ml python module. Fixed that.
-