MachineLearning: Difference between revisions
No edit summary |
No edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
This wiki page is the starting point for material concerning Machine Learning, Deep Learning, Artificial Intelligence and related topics. At present it is a stub. Please feel free to add content. | |||
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. | 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. | Root has a user-friendly system called TMVA. | ||
Line 6: | Line 9: | ||
Fermilab has a strong [http://machinelearning.fnal.gov/ machine learning group] with many resources. | Fermilab has a strong [http://machinelearning.fnal.gov/ 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 | The training of classifiers often involves very compute-intensive procedures which may run very effectively on specialized systems like graphics cards. The computing sector has developing access to these resources in the [[Ntuples#Elastic_Analysis_Facility|Elastic Analysis Facility ]] | ||
A living review of the literature for Machine Learning in Particle Physics is maintained at | A living review of the literature for Machine Learning in Particle Physics is maintained at |
Latest revision as of 12:57, 19 August 2022
This wiki page is the starting point for material concerning Machine Learning, Deep Learning, Artificial Intelligence and related topics. At present it is a stub. Please feel free to add content.
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 has developing access to these resources in the Elastic Analysis Facility
A living review of the literature for Machine Learning in Particle Physics is maintained at [https://iml-wg.github.io/HEPML-LivingReview/]