MachineLearning: Difference between revisions

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


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 call TMVA.
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 [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 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.

Revision as of 20:48, 2 August 2018

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.