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 (58)
  • (-) pytorch (11)
  • deep-learning (7)
  • machine-learning (6)
  • neural-networks (6)
  • ai (5)
  • documentation (2)
  • image-processing (2)
  • tensorflow (2)
  • training (2)
  • batch-jobs (1)
  • big-data (1)
  • conda (1)
  • data-analysis (1)
  • gpu (1)
  • hpc-operations (1)
  • job-submission (1)
  • modules (1)
  • opencv (1)
  • programming (1)
  • programming-best-practices (1)
  • scheduling (1)
  • scripting (1)
  • slurm (1)
  • visualization (1)

Topics

  • Show all (58)
  • (-) pytorch (11)
  • deep-learning (7)
  • machine-learning (6)
  • neural-networks (6)
  • ai (5)
  • documentation (2)
  • image-processing (2)
  • tensorflow (2)
  • training (2)
  • batch-jobs (1)
  • big-data (1)
  • conda (1)
  • data-analysis (1)
  • gpu (1)
  • hpc-operations (1)
  • job-submission (1)
  • modules (1)
  • opencv (1)
  • programming (1)
  • programming-best-practices (1)
  • scheduling (1)
  • scripting (1)
  • slurm (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
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
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
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-learningneural-networkspytorchpython
0 Likes

Login to like
Type
documentation
Level
Beginner
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.
pytorchtensorflowcomputational-chemistry
0 Likes

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

Login to like
Type
website
Level
Intermediate
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.
pytorchbatch-jobsjob-submissionschedulingslurmmodulesscriptingcondapython
0 Likes

Login to like
Type
documentation
Level
Beginner, Intermediate
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.
documentationbig-datadata-analysisdeep-learningopencvpytorchtensorflowdata-science
0 Likes

Login to like
Type
tool
Level
Beginner, Intermediate
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.
documentationpytorchdata-sciencebioinformaticshpc-operationstrainingprogrammingprogramming-best-practicespython
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