Skip to main content

Breadcrumb

  1. ACCESS Home
  2. Support
  3. Knowledge Base
  4. Knowledge Base Resources

Knowledge Base Resources

These resources are contributed by researchers, facilitators, engineers, and HPC admins. Please upvote resources you find useful!
Add a Resource

Filters

Topics

  • Show all (28)
  • (-) ai (5)
  • (-) pytorch (5)
  • machine-learning (5)
  • deep-learning (4)
  • neural-networks (4)
  • image-processing (2)
  • gpu (1)
  • training (1)
  • visualization (1)

Topics

  • Show all (28)
  • (-) ai (5)
  • (-) pytorch (5)
  • machine-learning (5)
  • deep-learning (4)
  • neural-networks (4)
  • image-processing (2)
  • gpu (1)
  • training (1)
  • visualization (1)

If you'd like to use more filters, please login to view them all.

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.
aideep-learningmachine-learningneural-networkspytorch
1 Like

Login to like
Type
learning
Level
Intermediate
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.
aideep-learningimage-processingmachine-learningneural-networkspytorchgpu
1 Like

Login to like
Type
learning
Level
Beginner, Intermediate
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.
aimachine-learningpytorchtraining
0 Likes

Login to like
Type
website
Level
Beginner, Intermediate, Advanced
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.
aideep-learningmachine-learningneural-networkspytorchpython
0 Likes

Login to like
Type
website
Level
Advanced
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.
aivisualizationdeep-learningimage-processingmachine-learningneural-networkspytorchpython
0 Likes

Login to like
Type
website
Level
Intermediate