Skip to main content
Search
Join
Log in
Mentorship
Join CCMNet
CCMNet Guide
Mentorship Opportunities
Community
CCMNet Members
CCMNet Affinity Group
Affinity Groups
Blog
Jobs
Organizations
Community of Communities
Join the CSSN
Get Help
Ask a Question
Resources
Request a Consult
Projects
Knowledge Base
Mentorship Resources
KB Resources
Ask.CI Forum
Tags
About Us
About Us
User Guide
Become a Campus Champion
User Guide
Project Guide
Affinity Groups FAQ
Governance
Code of Conduct
News
About CCMNet
Annual Meeting
Tags
Knowledge Base Resources
These resources are contributed by researchers, facilitators, engineers, and HPC admins. Please upvote resources you find useful!
Add a Resource
Copy link
Copied!
Attention, Transformers, and LLMs: a hands-on introduction in Pytorch
1
Landing Page
Preparing data for LLM training
Small Language Models: an introduction to autoregressive language modeling
Attention is all you need
Other LLM Topics
This workshop focuses on developing an understanding of the fundamentals of attention and the transformer architecture so that you can understand how LLMs work and use them in your own projects.
ai
deep-learning
machine-learning
neural-networks
pytorch
1
Like
Login to like
Type
learning
Level
Copy link
Copied!
Introduction to Deep Learning in Pytorch
1
Landing Page
Pytorch Quickstart
Pytorch Basics
Pytorch GPU Support
Regression and Classification with Fully Connected Neural Networks
High Dimensional Data
Datasets and data loading
Building the network
Computer Vision and Convolutional Neural Networks
This workshop series introduces the essential concepts in deep learning and walks through the common steps in a deep learning workflow from data loading and preprocessing to training and model evaluation. Throughout the sessions, students participate in writing and executing simple deep learning programs using Pytorch – a popular Python library for developing, training, and deploying deep learning models.
ai
deep-learning
image-processing
machine-learning
neural-networks
pytorch
gpu
1
Like
Login to like
Type
learning
Level
Copy link
Copied!
PyTorch Introduction
0
PyTorch Tutorial at Stanford University
This is a very barebones introduction to the PyTorch framework used to implement machine learning. This tutorial implements a feed-forward neural network and is taught completely asynchronously through Stanford University. A good start after learning the theory behind feed-forward neural networks.
deep-learning
machine-learning
neural-networks
pytorch
python
0
Likes
Login to like
Type
website
Level
Copy link
Copied!
Working with Python on HPC Clusters
0
Working with Python on HPC Clusters
This tutorial series and documentation covers topics on using Python on HPC clusters. The specific steps are based on the HOPPER cluster at George Mason University in Fairfax, VA. They should be implementable on most HPC clusters that have the SLURM scheduler installed, the Environment Modules system for managing packages and Open onDemand for a web-based GUI to access the cluster resources.
pytorch
batch-jobs
job-submission
scheduling
slurm
modules
scripting
conda
python
0
Likes
Login to like
Type
documentation
Level
Copy link
Copied!
Numpy - a Python Library
0
NumPY Docs
Numpy is a python package that leverages types and compiled C code to make many math operations in Python efficient. It is especially useful for matrix manipulation and operations.
documentation
big-data
data-analysis
deep-learning
opencv
pytorch
tensorflow
data-science
0
Likes
Login to like
Type
tool
Level
Copy link
Copied!
HPCwire
0
HPCwire
HPCwire is a prominent news and information source for the HPC community. Their website offers articles, analysis, and reports on HPC technologies, applications, and industry trends.
documentation
pytorch
data-science
bioinformatics
hpc-operations
training
programming
programming-best-practices
python
0
Likes
Login to like
Type
website
Level
Copy link
Copied!
Time-Series LSTMs Python Walkthrough
0
Walkthrough Site
Google Colab
A walkthrough (with a Google Colab link) on how to implement your own LSTM to observe time-dependent behavior.
ai
deep-learning
machine-learning
neural-networks
pytorch
python
0
Likes
Login to like
Type
website
Level
Copy link
Copied!
Handwritten Digits Tutorial in PyTorch
0
Handwritten Digits PyTorch
This tutorial is essentially the "hello world" of image recognition and feed-forward neural network (using PyTorch). Using the MNIST database (filled within images of handwritten digits), the tutorial will instruct how to build a feed-forward neural network that can recognize handwritten digits. A solid understanding of feed-forward and back-propagation is recommended.
ai
visualization
deep-learning
image-processing
machine-learning
neural-networks
pytorch
python
0
Likes
Login to like
Type
website
Level
Copy link
Copied!
fast.ai
0
fast.ai Homepage
Fastai offers many tools to people working with machine learning and artifical intelligence including tutorials on PyTorch in addition to their own library built on PyTorch, news articles, and other resources to dive into this realm.
ai
machine-learning
pytorch
training
0
Likes
Login to like
Type
website
Level
Copy link
Copied!
Official Documentation for PyTorch and NumPy
0
Official PyTorch Documentation
Official NumPy Documentation
The official documentation for PyTorch, a machine learning tensor-based framework, and NumPy, which allows for support for ndarrays which is useful to make tensors when implementing NNs. Both libraries can be installed with pip.
deep-learning
neural-networks
pytorch
python
0
Likes
Login to like
Type
documentation
Level
Copy link
Copied!
DeepChem
0
DeepChem Tutorial
DeepChem is an open-source library built on TensorFlow and PyTorch. It is helpful in applying machine learning algorithms to molecular data.
pytorch
tensorflow
computational-chemistry
0
Likes
Login to like
Type
tool
Level