Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TMVA PyTorch tutorials

Example code which illustrates how to use pytorch with the python interface of TMVA.

Files

file  ApplicationClassificationPyTorch.py
  View in nbviewer Open in SWAN This tutorial shows how to apply a trained model to new data.
 
file  ApplicationRegressionPyTorch.py
  View in nbviewer Open in SWAN This tutorial shows how to apply a trained model to new data (regression).
 
file  ClassificationPyTorch.py
  View in nbviewer Open in SWAN This tutorial shows how to do classification in TMVA with neural networks trained with PyTorch.
 
file  MulticlassPyTorch.py
  View in nbviewer Open in SWAN This tutorial shows how to do multiclass classification in TMVA with neural networks trained with PyTorch.
 
file  RegressionPyTorch.py
  View in nbviewer Open in SWAN This tutorial shows how to do regression in TMVA with neural networks trained with PyTorch.