-
- Downloads
An error occurred while fetching merge requests data.
Add several improvements and fixes to MethodDL. Support now several training strategies/
Add now correct Xavier and Xavier normal (glorot) initialisation of weights Add option to give a seed to weight initialisation (weightInitSeed)
Showing
- tmva/tmva/inc/TMVA/DNN/Architectures/Cpu.h 13 additions, 1 deletiontmva/tmva/inc/TMVA/DNN/Architectures/Cpu.h
- tmva/tmva/inc/TMVA/DNN/Architectures/Cuda.h 13 additions, 1 deletiontmva/tmva/inc/TMVA/DNN/Architectures/Cuda.h
- tmva/tmva/inc/TMVA/DNN/Architectures/Reference.h 16 additions, 0 deletionstmva/tmva/inc/TMVA/DNN/Architectures/Reference.h
- tmva/tmva/inc/TMVA/DNN/DeepNet.h 10 additions, 9 deletionstmva/tmva/inc/TMVA/DNN/DeepNet.h
- tmva/tmva/inc/TMVA/DNN/Functions.h 7 additions, 1 deletiontmva/tmva/inc/TMVA/DNN/Functions.h
- tmva/tmva/inc/TMVA/DNN/RNN/RNNLayer.h 5 additions, 3 deletionstmva/tmva/inc/TMVA/DNN/RNN/RNNLayer.h
- tmva/tmva/inc/TMVA/DNN/ReshapeLayer.h 1 addition, 1 deletiontmva/tmva/inc/TMVA/DNN/ReshapeLayer.h
- tmva/tmva/inc/TMVA/MethodDL.h 3 additions, 0 deletionstmva/tmva/inc/TMVA/MethodDL.h
- tmva/tmva/src/DNN/Architectures/Cpu.cxx 2 additions, 2 deletionstmva/tmva/src/DNN/Architectures/Cpu.cxx
- tmva/tmva/src/DNN/Architectures/Cpu/Initialization.cxx 67 additions, 4 deletionstmva/tmva/src/DNN/Architectures/Cpu/Initialization.cxx
- tmva/tmva/src/DNN/Architectures/Cuda/Initialization.cu 70 additions, 3 deletionstmva/tmva/src/DNN/Architectures/Cuda/Initialization.cu
- tmva/tmva/src/DNN/Architectures/Reference.cxx 2 additions, 3 deletionstmva/tmva/src/DNN/Architectures/Reference.cxx
- tmva/tmva/src/DNN/Architectures/Reference/Initialization.cxx 72 additions, 6 deletionstmva/tmva/src/DNN/Architectures/Reference/Initialization.cxx
- tmva/tmva/src/MethodDL.cxx 149 additions, 72 deletionstmva/tmva/src/MethodDL.cxx
- tmva/tmva/src/MethodDNN.cxx 3 additions, 0 deletionstmva/tmva/src/MethodDNN.cxx
Loading
Please register or sign in to comment