sort by:
Revision Author Date Message Commit Date
81cb703 From Omar. Fix compilation warnings 24 March 2016, 07:44:18 UTC
43beb29 Ptah from Omar to fix compilation problems on the DNN 23 March 2016, 19:17:00 UTC
c36dc22 Fix for ROOT-8067 - Source code tree left "polluted" with "interpreter/llvm/src/utils/llvm-build/llvmbuild/*.pyc 23 March 2016, 17:49:49 UTC
465137f Fix for ROOT-8068 - File protections for bin/setxrd.* bin/thisroot.* 23 March 2016, 17:15:06 UTC
e479c58 Fix compilation error. 23 March 2016, 17:09:58 UTC
794d4fe disable Vc on OSX as it is broken for the latest clang (clang-703.0.29). Build with cmake works as it downloads latest Vc. 23 March 2016, 15:47:39 UTC
406eb94 Support the writing of TKDTreeBinning objects 23 March 2016, 15:18:19 UTC
985d092 use default tolerance when computing the normalisation integral 23 March 2016, 15:17:34 UTC
6a8c866 DNN: integrated Deep NN from Peter Speckmayer NOTE: the code from him master can not be merged - apply fixes an updated with master repo from ROOT - rename method NN to DNN - fixes in tutorials - apply: bug fixes: fixed multiplying weight twice to error; enable multithreading for testing from peter repo 23 March 2016, 14:40:20 UTC
013bf31 TMVA: fixed code to support c++x11 std::underlying_type_t is only supported in c++14 is was changed by std::underlying_type<T>::type 23 March 2016, 14:40:19 UTC
ac3cd80 TMVA/NN/ changed SDG momentum to nesterov momentum; bug fix in error computation 23 March 2016, 14:40:18 UTC
41eb1e1 formatting and comments 23 March 2016, 14:40:18 UTC
24876f1 bug fixes 23 March 2016, 14:40:18 UTC
faff3c5 bugfix: wrong signal/background label for test pattern; bad choice of values for truth in pattern 23 March 2016, 14:38:14 UTC
5e7f134 refactoring to allow for batch normalization 23 March 2016, 14:38:13 UTC
9a0cfcb bug fix in convergence test of NN 23 March 2016, 14:38:12 UTC
026b8a0 bug fix in NN convergence test 23 March 2016, 14:38:11 UTC
45da662 added docu 23 March 2016, 14:38:11 UTC
c90950f fixed order of creation of ROOT file and tree in TMVAClassification.C script 23 March 2016, 14:38:11 UTC
79865bb TMVA, NN, changes to convergence check 23 March 2016, 14:33:24 UTC
bb8efef fixed signal/background mismatch 23 March 2016, 14:33:24 UTC
1f818d3 fixed a couple of issues with drop-out put in "preTraining". But no settings to turn it on yet. 23 March 2016, 14:33:23 UTC
de401b4 added examples for regression and classification in TMVA with NN 23 March 2016, 14:33:23 UTC
1a77fd9 add regression and multiclass to NN 23 March 2016, 14:33:22 UTC
a1f8bd9 copy to local weights for SGD 23 March 2016, 14:33:22 UTC
273e37d fixed dropOut bug in neural net, TMVA 23 March 2016, 14:33:22 UTC
592c10a - clear until end of line in progress bar - add multithreading as an option for the NN in TMVA 23 March 2016, 14:33:21 UTC
ee64e54 multithreading for TMVA::NN 23 March 2016, 14:33:21 UTC
45a3e29 small modifications in drop out weight correction and example 23 March 2016, 14:33:21 UTC
8f659d2 fixes 23 March 2016, 14:33:21 UTC
62161ec fixed bug with dropout 23 March 2016, 14:33:20 UTC
ae026eb several small bugs fixed in new implementation of a neural net for TMVA modified: tmva/inc/TMVA/NeuralNet.h modified: tmva/inc/TMVA/NeuralNet_i.h modified: tmva/src/MethodNN.cxx modified: tmva/src/NeuralNet.cxx 23 March 2016, 14:33:20 UTC
228702a - fixing some remaining compilation issues (incorrect declarations of methods) 23 March 2016, 14:33:20 UTC
302ce8c - improved example for neural network in TMVA 23 March 2016, 14:33:20 UTC
b68cd87 - improvements on Steepest descent algorithm for neural network in TMVA - added possibility to define the dropout fraction for each layer individually 23 March 2016, 14:33:19 UTC
9b099b4 improved Stochastic Steepest Gradient Descent algorithm modified: tmva/tmva/inc/TMVA/NeuralNet_i.h 23 March 2016, 14:33:18 UTC
32a9df7 changes to handling of drop oout modified: ../../tmva/tmva/inc/TMVA/NeuralNet.h modified: ../../tmva/tmva/inc/TMVA/NeuralNet_i.h modified: ../../tmva/tmva/src/MethodNN.cxx put some basic usage into the examples modified: TMVAClassification.C 23 March 2016, 14:33:18 UTC
5d96d81 - removed std::cout output, partially replaced by Log () - fixed progress computation modified: ../tmva/inc/TMVA/NeuralNet_i.h modified: ../tmva/src/MethodNN.cxx 23 March 2016, 14:33:17 UTC
104edc4 added the bias node at training and !importantly! as well at "getMvaValue" modified: ../tmva/src/MethodNN.cxx 23 March 2016, 14:33:17 UTC
65064b7 modified: ../tmva/inc/TMVA/MethodNN.h modified: ../tmva/inc/TMVA/Monitoring.h modified: ../tmva/inc/TMVA/NeuralNet_i.h modified: ../tmva/src/MethodNN.cxx modified: ../tmva/src/NeuralNet.cxx 23 March 2016, 14:33:17 UTC
e0c0526 modified: tmva/tmva/inc/TMVA/MethodNN.h modified: tmva/tmva/inc/TMVA/NeuralNet.h modified: tmva/tmva/inc/TMVA/NeuralNet_i.h modified: tmva/tmva/src/MethodNN.cxx modified: tmva/tmva/src/NeuralNet.cxx 23 March 2016, 14:33:17 UTC
c8897f2 modified: tmva/tmva/inc/TMVA/NeuralNet_i.h 23 March 2016, 14:33:16 UTC
afa06f5 Changes to be committed: added stochastic to the gradient descent modified: tmva/inc/TMVA/NeuralNet_i.h 23 March 2016, 14:33:16 UTC
3efd259 modified: tmva/inc/LinkDef1.h new file: tmva/inc/TMVA/MethodNN.h new file: tmva/inc/TMVA/Monitoring.h new file: tmva/inc/TMVA/NeuralNet.h new file: tmva/inc/TMVA/NeuralNet_i.h new file: tmva/inc/TMVA/Pattern.h modified: tmva/inc/TMVA/Types.h new file: tmva/src/MethodNN.cxx new file: tmva/src/NeuralNet.cxx 23 March 2016, 14:33:16 UTC
8abbee7 in Gets() if chop is true strip \r\n in case of Windows line endings. 23 March 2016, 13:46:21 UTC
3aa107f correct some typo's in comments. 23 March 2016, 13:46:21 UTC
e417fe7 Rename THistStats to THistData; move DIMENSION, PRECISION into DATA. Instead of using a template template param, "simply" use a DATA type specifying the storage. 23 March 2016, 13:30:09 UTC
77ca810 Diagnose Interpreter exceptions. Enable the TInterpreter to diagnose InterpreterExceptions so that they can be caught and diagnose from outside ROOT. For that InterpreterException derives from std::exception. 23 March 2016, 13:22:09 UTC
ebaf019 Reduce code dupe. Provide THistStatUncertainty::TBinStat::GetUncertainty. 23 March 2016, 10:49:55 UTC
587c542 Fix Fill(), now that the statistics take care of the bin content. Add ApplyXC, ApplyXCE for running a functor on bin coords, content and or additionally error. Update Add() to use that. 23 March 2016, 10:49:55 UTC
f9763b2 FIXUP: Compilation fix 23 March 2016, 10:49:55 UTC
570f27f Use Apply() to implement Add(). 23 March 2016, 10:49:55 UTC
ae4fc59 Revert "Remove manual load of libMathCore as it is now not needed." Some cases involving functions do not work fully yet. For example: import ROOT ROOT.Math.lgamma(0.1) For compatibility with the previous behaviour, this change is reverted for the moment. This reverts commit 5c666a4de55ab5ced3c529f842dc5dceac01bf89. 22 March 2016, 20:31:22 UTC
42da1ce Move storage of bin content into STATISTICS; abstract out actual STORAGE. 22 March 2016, 15:57:23 UTC
de18eae Use makeimage.py to generate python tutorials images. 22 March 2016, 13:40:50 UTC
c4a0c1e Fix for ROOT-8066 - problems creating dictionaries in pyROOT 22 March 2016, 12:04:09 UTC
08c4bda Improve opening and closing messages when printing a PS or PDF file using [] or () 22 March 2016, 10:35:44 UTC
6caf11e Revert "Improve opening and closing messages when printing a PS or PDF file using [] or ()" This reverts commit 3702057add6cf1fb10cdd654e051e6adf5ee9451. 22 March 2016, 10:23:56 UTC
5a98b0a Improve opening and closing messages when printing a PS or PDF file using [] or () 22 March 2016, 10:23:56 UTC
5e72e4e json: correctly handle array of Char_t, not always write as string Signed-off-by: Bertrand Bellenot <bertrand.bellenot@cern.ch> 22 March 2016, 09:07:04 UTC
db1dcf3 Fix for ROOT-7867 - memprobe script is broken when using CMake 22 March 2016, 08:56:20 UTC
30f6e6a Fix obvious memory leak, fix ROOT-6923 21 March 2016, 20:38:12 UTC
c75cd77 disable grep colors, fixes ROOT-8056 21 March 2016, 08:53:51 UTC
6244925 Fix unintentional rename. 18 March 2016, 08:03:43 UTC
c8b650b Make TRandom::WriteRandom a const method Fix ROOT-8063 17 March 2016, 10:47:16 UTC
65d72f5 Prevent parsing for TGQt plugin (ATLAS online). 17 March 2016, 10:20:50 UTC
f0e5295 Protection against issue "reported" here: https://github.com/root-mirror/root/pull/134#issuecomment-195488572 16 March 2016, 20:07:21 UTC
cfbc5d8 Include additional kernel functions for svms and add additional functionality to svm method. 16 March 2016, 09:46:44 UTC
73c7789 TMVAMulticlassGui: added support for all other stuff 16 March 2016, 09:26:46 UTC
8984c34 TMVAMultilClassGui: added support for correlationsMultiClass 16 March 2016, 09:26:45 UTC
a8dbf81 TMVAMultiClassGui: added support for CorrGuiMultiClass and correlationscattersMultiClass 16 March 2016, 09:26:45 UTC
a86199d TMVAMultiClassGui: added base code and variablesMultiClass support 16 March 2016, 09:26:45 UTC
5c8d35a TMVARegGui: added support for BDT and TControlBar object to create menu to select dataset 16 March 2016, 09:26:45 UTC
2644317 TMVARegGui: added support to visulaize MLP and Foam methods 16 March 2016, 09:26:44 UTC
6867bec TMVARegGui: added suport for regression_averagedevs 16 March 2016, 09:26:44 UTC
5c630d4 TMVARegGui: added support for deviation plots 16 March 2016, 09:26:44 UTC
7bcbba8 TMVARegGui: added initial code with support for correlations 16 March 2016, 09:26:44 UTC
2d48aa0 TMVAGui: added TControlBar object to create menu to select dataset 16 March 2016, 09:26:44 UTC
babeaf0 TMVAGui: added support for PlotFoams 16 March 2016, 09:26:43 UTC
568ced4 TMVAGui:added support for BDTControlPlots 16 March 2016, 09:26:43 UTC
c7660cc TMVAGui: added support for BDT 16 March 2016, 09:26:43 UTC
35c4506 TMVAGui: added support for annconvergencetest 16 March 2016, 09:26:42 UTC
fe7d28d TMVA: important fix in BaseDir() and MethodBaseDir() methdos, updated for new TMVA::DataLoader design 16 March 2016, 09:26:42 UTC
9ad569f TMVAGui: added support for ANN/MLP visualization 16 March 2016, 09:26:42 UTC
0ca9d84 TMVAGui: added support to likelihoodrefs 16 March 2016, 09:26:41 UTC
812e656 TMVAGui: added support for probas 16 March 2016, 09:26:41 UTC
fdf5ccb TMVAGui: added support to paracoor 16 March 2016, 09:26:41 UTC
8dfcd33 TMVAGui: added afficiencies support 16 March 2016, 09:26:41 UTC
f4881cf TMVAGui: added support for mvaeffs 16 March 2016, 09:26:41 UTC
ac00c50 TMVAGui: added support for mvas 16 March 2016, 09:26:40 UTC
ecee08c TMVAGui:add support for "Input Variable Linear Correlation Coefficients" 16 March 2016, 09:26:40 UTC
162cdb8 TMVAGui: fixed paths in variables.cxx and correlationscatters.cxx in %s/plots... 16 March 2016, 09:26:40 UTC
a879d10 TMVAGui: added support for dataset in variables and CorrGui 16 March 2016, 09:26:40 UTC
cd0d7b9 Readd the original authors, which somehow disappeared. 16 March 2016, 08:57:55 UTC
f0a4f90 Revert "Prevent parsing for TQtRootGuiFactory plugin (ATLAS online)." This reverts commit 8b5bba5bbfd1f71ce92b00b6578ae6a442070cb0. It doesn't work, yet. 15 March 2016, 19:30:29 UTC
9abf86c Better version (Thanks Danilo) 15 March 2016, 16:41:33 UTC
f6f13ad Fix typo 15 March 2016, 16:41:33 UTC
283eb32 Return the correct ordered matrix in RooFitResult::reducedCovarianceMatrix also when the size is the same. 15 March 2016, 16:24:35 UTC
3d150fd Fix compilation. 15 March 2016, 16:18:02 UTC
efd4ef4 Add a new function GetMinimumAndMaximum computing min and max at the same time to be more efficient. Thanks to Jeromy Tompkins. See ROOT-8010 15 March 2016, 15:56:11 UTC
back to top