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

  • machine-learning (50)
  • ai (43)
  • training (40)
  • data-analysis (39)
  • deep-learning (28)
  • documentation (28)
  • big-data (26)
  • neural-networks (24)
  • workforce-development (20)
  • visualization (18)
  • professional-development (17)
  • parallelization (16)
  • programming (14)
  • community-outreach (13)
  • image-processing (13)
  • cybersecurity (12)
  • gpu (12)
  • r (12)
  • pytorch (11)
  • slurm (10)
  • c (9)
  • cloud-computing (9)
  • compiling (9)
  • mpi (9)
  • plotting (9)
  • administering-hpc (8)

Topics

  • machine-learning (50)
  • ai (43)
  • training (40)
  • data-analysis (39)
  • deep-learning (28)
  • documentation (28)
  • big-data (26)
  • neural-networks (24)
  • workforce-development (20)
  • visualization (18)
  • professional-development (17)
  • parallelization (16)
  • programming (14)
  • community-outreach (13)
  • image-processing (13)
  • cybersecurity (12)
  • gpu (12)
  • r (12)
  • pytorch (11)
  • slurm (10)
  • c (9)
  • cloud-computing (9)
  • compiling (9)
  • mpi (9)
  • plotting (9)
  • administering-hpc (8)

Programming Language

  • python (48)
  • c++ (15)
  • bash (8)

Programming Language

  • python (48)
  • c++ (15)
  • bash (8)

Science Domain

  • data-science (16)

Science Domain

  • data-science (16)

Skill Level

  • intermediate (191)
  • beginner (189)
  • advanced (111)

Content Type

  • learning (91)
  • website (64)
  • documentation (57)
  • tool (34)
  • video_link (19)
  • presentation (7)
  • mailing_list (2)
  • video (1)

Skill Level

  • intermediate (191)
  • beginner (189)
  • advanced (111)

Content Type

  • learning (91)
  • website (64)
  • documentation (57)
  • tool (34)
  • video_link (19)
  • presentation (7)
  • mailing_list (2)
  • video (1)
Docker - Containerized, reproducible workflows
0
  • Docker Documentation
Docker allows for containerization of any task - basically a smaller, scalable version of a virtual machine. This is very useful when transferring work across computing environments, as it ensures reproducibility.
documentationcloud-computingdeep-learning
0 Likes

Login to like
Type
tool
Level
Intermediate, Advanced
ACCESS Video Learning Center
0
  • Video Learning Center
A library of short videos about ACCESS allocations, resources and support.
training
0 Likes

Login to like
Type
video_link
Level
Beginner
Resource to active inference
0
  • Active inference institute website
Active inference is an emerging study field in machine learning and computational neuroscience. This website in particular introduces "active inference institute", which has established a couple of years ago, and contains a wide variety of resources for understanding the theory of active inference and for participating a worldwide active inference community.
ai
0 Likes

Login to like
Type
website
Level
Beginner, Intermediate, Advanced
Scipy Lecture Notes
0
  • https://lectures.scientific-python.org/
Comprehensive tutorials and lecture notes covering various aspects of scientific computing using Python and Scipy.
visualizationdata-analysismachine-learningpython
0 Likes

Login to like
Type
learning
Level
Beginner, Intermediate
Campus Champions Home Page
0
  • Campus Champions Home
Campus Champions foster a dynamic environment for a diverse community of research computing and data professionals sharing knowledge and experience in digital research infrastructure.
community-outreachprofessional-development
0 Likes

Login to like
Type
website
Level
Beginner, Intermediate, Advanced
Official Python Documentation
0
  • Python 3.11.5 Documentation
The official documentation for Python 3.11.5. Python comes with a lot of features built into the language, so it is worth taking a look as you code.
documentationpython
0 Likes

Login to like
Type
documentation
Level
Understanding LLM Fine-tuning
0
  • The Ultimate Guide to LLM Fine Tuning: Best Practices & Tools
With the recent uprising of LLM's many business are looking at way to adopt these LLMs and fine-tuning these models on specfic data sets to ensure accuracy. These models when fine-tuned can be optimal for fulfilling the specific needs of a company. This site explains explicitly when, how, and why models should be trained. It goes over various strategies for LLM fine -tuning.
big-datatraining
0 Likes

Login to like
Type
learning
Level
Beginner, Intermediate
Setting up PyFR flow solver on clusters
0
  • PyFR installation to local machine
These instructions were executed on the FASTER and Grace cluster computing facilities at Texas A&M University. However, the process can be applied to other clusters with similar environments. For local installation, please refer to the PyFR documentation. Please note that these instructions were valid at the time of writing. Depending on the time you're executing these, the versions of the modules may need to be updated. 1. Loading Modules The first step involves loading pre-installed software libraries required for PyFR. Execute the following commands in your terminal to load these modules: module load foss/2022b module load libffi/3.4.4 module load OpenSSL/1.1.1k module load METIS/5.1.0 module load HDF5/1.13.1 2. Python Installation from Source Choose a location for Python 3.11.1 installation, preferably in a .local directory. Navigate to the directory containing the Python 3.11.1 source code. Then configure and install Python: cd $INSTALL/Python-3.11.1/ ./configure --prefix=$LOCAL --enable-shared --with-system-ffi --with-openssl=/sw/eb/sw/OpenSSL/1.1.1k-GCCcore-11.2.0/ PKG_CONFIG_PATH=$LOCAL/pkgconfig LDFLAGS=/usr/lib64/libffi.so.6.0.2 make clean; make -j20; make install; 3. Virtual Environment Setup A virtual environment allows you to isolate Python packages for this project from others on your system. Create and activate a virtual environment using: pip3.11 install virtualenv python3.11 -m venv pyfr-venv . pyfr-venv/bin/activate 4. Install PyFR Dependencies Several Python packages are required for PyFR. Install these packages using the following commands: pip3 install --upgrade pip pip3 install --no-cache-dir wheel pip3 install --no-cache-dir botorch pandas matplotlib pyfr pip3 uninstall -y pyfr 5. Install PyFR from Source Finally, navigate to the directory containing the PyFR source code, and then install PyFR: cd /scratch/user/sambit98/github/PyFR/ python3 setup.py develop Congratulations! You've successfully set up PyFR on the FASTER and Grace cluster computing facilities. You should now be able to use PyFR for your computational fluid dynamics simulations.
fasterfluid-dynamicsc++cudapythonmpisoftware-installation
0 Likes

Login to like
Type
learning
Level
Advanced
Open-Source Server Virtualization Platform
0
  • Proxmox Virtual Environment - Installation
Proxmox Virtual Environment is a hyper-converged infrastructure open-source software. It is a hosted hypervisor that can run operating systems including Linux and Windows on x64 hardware.
software-installation
0 Likes

Login to like
Type
learning
Level
Beginner
Why Mentoring Matters and How to Get Started
0
  • Why Mentoring Matters and How to Get Started
Describes effective mentorship (both ways).
mentorshipprofessional-development
0 Likes

Login to like
Type
website
Level
Beginner
Info about retiring of R GIS packages rgdal, rgeos, maptools in 2023
0
  • Progress on R-spatial evolution, Apr 2023 Update
  • Progress on R-spatial evolution, Dec 2022 Update
  • R-spatial evolution: retirement of rgdal, rgeos and maptools
  • Documentation for Terra
  • Documentation for SF
R GIS packages "rgdal", "rgeos", and "maptools" are package set to be archived and no longer supported by end of 2023. Many other R GIS packages are build on top of these packages, including "sp" and "raster". The packages recommended as replacement for "sp" is "sf" and the replacement for "raster" is "terra". Below are links to published articles regarding this transition. Additionally, I am including links to the documentation for the new packages recommended to be used "sf" and "terra".
r
0 Likes

Login to like
Type
documentation
Level
Beginner, Intermediate, Advanced
Spatial Data Science in the Cloud (Alpine HPC) using Python
0
  • Spatial Data Science in the Cloud (Alpine HPC) using Python Webpage
Spatial Data Science is a growing field across a wide range of industries and disciplines. The open-source programming language Python has many libraries that support spatial analysis, but what do you do when your computer is unable to tackle the massive file sizes of high-resolution data and the computing power required in your analysis? There materials have been prepared to teach you spatial data science and how to execute your analysis using a high-performance computer (HPC).
cloudbig-datadata-analysisgishpc-getting-startedslurmgitanacondapython
0 Likes

Login to like
Type
learning
Level
Beginner, Intermediate
FSL Lectures
0
  • FSL Courses
This is the official University of Oxford FSL group lecture page. This includes information on upcoming and past courses (online and in-person), as well as lecture materials. Available lecture materials includes slides and recordings on using FSL, MR physics, and applications of imaging data.
data-analysisimage-processingpsychology
0 Likes

Login to like
Type
learning
Level
Beginner, Intermediate, Advanced
Machine Learning in Astrophysics
0
  • Astroml webpage
  • Examples
  • Interactive notebooks
Machine learning is becoming increasingly important in field with large data such as astrophysics. AstroML is a Python module for machine learning and data mining built on numpy, scipy, scikit-learn, matplotlib, and astropy allowing for a range of statistical and machine learning routines to analyze astronomical data in Python. In particular, it has loaders for many open astronomical datasets with examples on how to visualize such complicated and large datasets.
plottingbig-dataimage-processingmachine-learningastrophysics
0 Likes

Login to like
Type
documentation
Level
Intermediate
AI for improved HPC research - Cursor and Termius - Powerpoint
0
  • Powerpoint - Cursor and Termius benefits for HPC
These slides provide an introduction on how Termius and Cursor, two new and freemium apps that use AI to perform more efficient work, can be used for faster HPC research.
documentationaimachine-learningsshprogrammingprogramming-best-practicespythonterminal-emulation-and-window-management
0 Likes

Login to like
Type
presentation
Level
Beginner, Intermediate
Applications of Machine Learning in Engineering and Parameter Tuning Tutorial
0
  • Applications of ML in Engineering and Parameter Tuning Tutorial (RMACC 2019)
Slides for a tutorial on Machine Learning applications in Engineering and parameter tuning given at the RMACC conference 2019.
data-analysismachine-learningpython
0 Likes

Login to like
Type
learning
Level
Beginner, Intermediate
Navier-Stokes Cahn-Hilliard (NSCH) for MOOSE Framework
0
  • Navier-Stokes Cahn-Hilliard (NSCH) for MOOSE Framework
The MOOSE Navier-Stokes Cahn-Hilliard (NSCH) application is a library for implementing simulation tools that solve the Navier-Stokes Cahn-Hilliard equations with non-matching densities using Galerkin finite element methods with a residual-based stabilization scheme.
ACCESSc++pythonsoftware-installation
0 Likes

Login to like
Type
website
Level
Intermediate
Tutorial for OpenMP Building up and Utilization
0
  • Introduction to OpenMP API
The following link elaborates the usage of OpenMP API and its related syntax. There are also several exercises available for learners to help them get familiar with this widely-used tool for multi-threaded realization.
openmp
0 Likes

Login to like
Type
website
Level
Beginner
Performance Engineering Of Software Systems
0
  • MIT Performance Engineering Of Software Systems Homepage
A class from MITOpenCourseware that gives a hands on approach to building scalable and high-performance software systems. Topics include performance analysis, algorithmic techniques for high performance, instruction-level optimizations, caching optimizations, parallel programming, and building scalable systems.
optimizationparallelizationtraining
0 Likes

Login to like
Type
learning
Level
Intermediate, Advanced
Introduction to GPU/Parallel Programming using OpenACC
0
  • Intro to OpenACC
Introduction to the basics of OpenACC.
gpucc++compilingfortran
0 Likes

Login to like
Type
presentation
Level
Beginner
Slurm Scheduling Software Documentation
0
  • Slurm Documentation
Slurm is an open source, fault-tolerant, and highly scalable cluster management and job scheduling system for large and small Linux clusters. Slurm requires no kernel modifications for its operation and is relatively self-contained. As a cluster workload manager, Slurm has three key functions. First, it allocates exclusive and/or non-exclusive access to resources (compute nodes) to users for some duration of time so they can perform work. Second, it provides a framework for starting, executing, and monitoring work (normally a parallel job) on the set of allocated nodes. Finally, it arbitrates contention for resources by managing a queue of pending work.
cluster-managementcluster-supportslurm
0 Likes

Login to like
Type
website
Level
Intermediate, Advanced
Gesture Classifier Model using MediaPipe
0
  • Docs
MediaPipe is Google's open-source framework for building multimodal (e.g., video, audio, etc.) machine learning pipelines. It is highly efficient and versatile, making it perfect for tasks like gesture recognition. This is a tutorial on how to make a custom model for gesture recognition tasks based on the Google MediaPipe API. This tutorial is specifically for video-playback, though could be generalized to image and live-video feed recognition.
aicomputer-visionvisualizationimage-processing
0 Likes

Login to like
Type
documentation
Level
Intermediate
Building the ArduPilot environment for Linux
0
  • Building the ArduPilot environment for Linux
This article provides instructions for building AirSim, an open-source simulator for autonomous vehicles, on Linux. It outlines the steps to build Unreal Engine, clone and build the AirSim repository, and set up the Unreal environment. It also includes information on how to use AirSim and optional setups such as remote control for manual flight.
profilingdata-transfergithubgithub-pagescpu-architecturebashenvironment-modulesgitmodulesospermissionssshvim
0 Likes

Login to like
Type
documentation
Level
Beginner
Fundamentals of R Programming
0
  • Fundamentals of R Programming
  • Instructions for Launching learnR notebook on TAMU ACES cluster
This course is an introduction to the R programming language and covers the fundamental concepts needed to operate in the R environment. This course was taught for the ACCESS community on September 26, 2023, but the materials for the course are still available on the ACES cluster and can be completed independently. All materials are presented as learnR notebooks and cover several topics, including data types, variables, built-in functions, data structures, and plotting.
ACESTAMUplottingdata-analysisr
0 Likes

Login to like
Type
learning
Level
Beginner

Pagination

  • First page « First
  • Previous page ‹‹
  • …
  • Page 3
  • Page 4
  • Page 5
  • Page 6
  • Page 7
  • Current page 8
  • Page 9
  • Page 10
  • Page 11
  • Next page ››
  • Last page Last »