https://github.com/princetonuniversity/intro_ml_libs
https://github.com/princetonuniversity/intro_ml_libs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/princetonuniversity/intro_ml_libs
- Owner: PrincetonUniversity
- Created: 2020-03-09T18:41:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T21:07:25.000Z (about 1 year ago)
- Last Synced: 2024-09-12T07:27:35.713Z (about 1 year ago)
- Language: Shell
- Size: 240 KB
- Stars: 11
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Intro to the Machine Learning Libraries
## About
This workshop provides demonstrations of the effective usage of popular machine learning libraries on the HPC clusters at Princeton. It shows how to install each library as well as how to write Slurm scripts to take advantage of multi-threading and/or GPUs. The material covers PyTorch, TensorFlow, JAX, Julia, Spark, Rapids, Scikit-learn, R and Snap ML.
## Useful links
- [PyTorch at Princeton](https://github.com/PrincetonUniversity/install_pytorch) | [PyTorch.org](https://pytorch.org)
- [TensorFlow at Princeton](https://github.com/PrincetonUniversity/slurm_mnist) | [TensorFlow.org](https://www.tensorflow.org)
- [Spark at Princeton](https://researchcomputing.princeton.edu/faq/spark-via-slurm) | [Spark website for ML](https://spark.apache.org/docs/latest/ml-guide.html)
- [MATLAB at Princeton](https://researchcomputing.princeton.edu/matlab) | [MATLAB website for ML](https://www.mathworks.com/solutions/machine-learning.html)
- [Julia at Princeton](https://researchcomputing.princeton.edu/julia)
- [NVIDIA Rapids](https://rapids.ai/)
- [R at Princeton](https://researchcomputing.princeton.edu/R) | [R ML packages on CRAN](https://cran.r-project.org/web/views/MachineLearning.html)
- [Python at Princeton](https://researchcomputing.princeton.edu/support/knowledge-base/python)) | [Scikit-Learn website](https://scikit-learn.org/stable/)## Getting Help
If you encounter any difficulties while working with the machine learning libraries on the HPC clusters then please send an email to cses@princeton.edu or attend a help session.
## Authorship
This workshop was created by Jonathan Halverson.