-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Master deepnn #145
Closed
Closed
Master deepnn #145
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
added stochastic to the gradient descent modified: tmva/inc/TMVA/NeuralNet_i.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
modified: ../tmva/inc/TMVA/Monitoring.h modified: ../tmva/inc/TMVA/NeuralNet_i.h modified: ../tmva/src/MethodNN.cxx modified: ../tmva/src/NeuralNet.cxx
…alue" modified: ../tmva/src/MethodNN.cxx
- fixed progress computation modified: ../tmva/inc/TMVA/NeuralNet_i.h modified: ../tmva/src/MethodNN.cxx
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
modified: tmva/tmva/inc/TMVA/NeuralNet_i.h
- added possibility to define the dropout fraction for each layer individually
modified: tmva/inc/TMVA/NeuralNet.h modified: tmva/inc/TMVA/NeuralNet_i.h modified: tmva/src/MethodNN.cxx modified: tmva/src/NeuralNet.cxx
- add multithreading as an option for the NN in TMVA
put in "preTraining". But no settings to turn it on yet.
Conflicts: tmva/tmva/inc/TMVA/Types.h
… values for truth in pattern
std::underlying_type_t is only supported in c++14 is was changed by std::underlying_type<T>::type
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
This pull request is now committed in the ROOT master Thank you Lorenzo |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Deep learning code from Peter
with some fixes.
Best
Omar