Skip to content
Snippets Groups Projects
Commit 2f252480 authored by Guilherme Amadio's avatar Guilherme Amadio Committed by Axel Naumann
Browse files

Fix typo in the release notes

parent ebd94728
No related branches found
No related tags found
No related merge requests found
...@@ -281,7 +281,7 @@ The legacy iterators have been flagged with a special deprecation macro that can ...@@ -281,7 +281,7 @@ The legacy iterators have been flagged with a special deprecation macro that can
## TMVA ## TMVA
This release provides a consolidation and several fixes of the new machine leanring tools provided in TMVA such as the Deep Learning module. This release provides a consolidation and several fixes of the new machine learning tools provided in TMVA such as the Deep Learning module.
The method `TMVA::Types::kDL` should be used now for building Deep Learning architecture in TMVA, while `TMVA::Types::kDNN` is now deprecated. `TMVA::Types::kDL` provides all the functionality of `TMVA::Types::kDNN`, i.e building fully connected dense layer, but in addition supports building convolutional and recurrent neural network architectures. The method `TMVA::Types::kDL` should be used now for building Deep Learning architecture in TMVA, while `TMVA::Types::kDNN` is now deprecated. `TMVA::Types::kDL` provides all the functionality of `TMVA::Types::kDNN`, i.e building fully connected dense layer, but in addition supports building convolutional and recurrent neural network architectures.
These release contains improvements in the `MethodDL` such as: These release contains improvements in the `MethodDL` such as:
- fix droput support for dense layer - fix droput support for dense layer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment