MachineLearning: Difference between revisions

From Mu2eWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:


The training of classifiers often involves very compute-intensive procedures which may run very effectively on specialized systems like graphics cards. The computing sector is developing access to these resources, which are becoming more widely available.
The training of classifiers often involves very compute-intensive procedures which may run very effectively on specialized systems like graphics cards. The computing sector is developing access to these resources, which are becoming more widely available.
A living review of the literature for Machine Learning in Particle Physics is maintained at
[[https://iml-wg.github.io/HEPML-LivingReview/ https://iml-wg.github.io/HEPML-LivingReview/]]


[[Category:Computing]]
[[Category:Computing]]
[[Category:Code]]
[[Category:Code]]
[[Category:Analysis]]
[[Category:Analysis]]

Revision as of 19:56, 3 December 2021

Machine learning is a technique which exploits details of correlations between variables to distinguish classes of data. Typical cases might be separating signal from backgrounds by analyzing all the variables which show any difference between the data classes. This topic includes neural networks, boosted decision trees, kernel density, and many other techniques. Mu2e uses several neural nets in reconstruction and analysis.

Root has a user-friendly system called TMVA.

Fermilab has a strong machine learning group with many resources.

The training of classifiers often involves very compute-intensive procedures which may run very effectively on specialized systems like graphics cards. The computing sector is developing access to these resources, which are becoming more widely available.

A living review of the literature for Machine Learning in Particle Physics is maintained at [https://iml-wg.github.io/HEPML-LivingReview/]