Skip to content

ansantam/2022-MT-ARD-ST3-ML-workshop

Repository files navigation

Binder

Visit the repository's website for more information

Introductory machine learning tutorials for accelerator physicists

About

These tutorials were first used for the 2022 MT ARD ST3 pre-meeting Machine Learning Workshop , part of the 10th MT ARD ST3 Meeting 2022 in Berlin.

Getting started

You can run the notebooks in this repository either locally or on the cloud.

  • To run in the cloud, click on the Binder badge at the top left of this page. This may take a minute to spawn.
  • To run the notebooks for this workshop locally, you will need a Python 🐍 installation. You can then clone the workshop repository and access it:
git clone https://github.com/ansantam/2022-MT-ARD-ST3-ML-workshop.git
cd 2022-MT-ARD-ST3-ML-workshop

With Python installed, run the following command to install the needed packages:

pip install -r requirements.txt

Then start the Jupyter Notebook by running

jupyter notebook

You are now ready to execute the workshop notebooks 🎉

Note: The reinforcement learning notebook has a number of additional requirements and cannot be run on Binder. Please refer to the instructions in the notebook itself for the installation.

Slides

Hands-on tutorials

Bonus material

References

Troubleshooting

git not found

It may be that you cannot clone the repository to your local machine because git is not installed. In that case, instead of using git, simply visit the repository home page, click the green Code button and select Download ZIP.

Encountered error while trying to install package. box2d-py

You might encounter this error on a Linux distribution that does not come with gcc installed by default (such as Ubuntu). Run the following commands to fix, then re-run the command to create the environment.

sudo apt install build-essential
conda env remove --name mt-ard-st3-ml-workshop

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published