Events

Introduction to the Linux Command Line

Your Desktop

OVERVIEW This course will familiarize the student with the basics of accessing and interacting with Linux computers using the GNU/Linux operating system’s Bash shell, also generically referred to as “the command line”. Topics include: a brief overview of Linux, the Bash shell, navigating the file system, basic commands, shell redirection, permissions, processes, and the command […]

Introduction to Research Computing on the Great Lakes Cluster

Your Desktop

OVERVIEW This workshop will introduce you to high performance computing on the Great Lakes cluster.  After a brief overview of the components of the cluster and the resources available there, the main body of the workshop will cover creating batch scripts and the options available to run jobs, and hands-on experience in submitting, tracking, and interpreting the […]

Introduction to the Linux Command Line

Your Desktop

OVERVIEW This course will familiarize the student with the basics of accessing and interacting with Linux computers using the GNU/Linux operating system’s Bash shell, also generically referred to as “the command line”. Topics include: a brief overview of Linux, the Bash shell, navigating the file system, basic commands, shell redirection, permissions, processes, and the command […]

Advanced research computing on the Great Lakes Cluster

Your Desktop

OVERVIEW This workshop will cover some more advanced topics in computing on the U-M Great Lakes Cluster. Topics to be covered include a review of common parallel programming models and basic use of Great Lakes; dependent and array scheduling; workflow scripting using bash; high-throughput computing using launcher; parallel processing in one or more of Python, […]

Introduction to Research Computing on the Great Lakes Cluster

Your Desktop

OVERVIEW This workshop will introduce you to high performance computing on the Great Lakes cluster.  After a brief overview of the components of the cluster and the resources available there, the main body of the workshop will cover creating batch scripts and the options available to run jobs, and hands-on experience in submitting, tracking, and interpreting the […]

Advanced research computing on the Great Lakes Cluster

Your Desktop

OVERVIEW This workshop will cover some more advanced topics in computing on the U-M Great Lakes Cluster. Topics to be covered include a review of common parallel programming models and basic use of Great Lakes; dependent and array scheduling; workflow scripting using bash; high-throughput computing using launcher; parallel processing in one or more of Python, […]

Geostatistics – I

Your Desktop

Many environmental variables such as temperature, rainfall, air pollutants, and soil nutrients are measured at sparsely sampled point locations. We often need to estimate these variables at one of more unsampled locations. Geostatistics provide tools and techniques to carry out this task. In a series of three workshops, we will cover the basics of Geostatistics. […]

Introduction to Deep Neural Networks with Keras/TensorFlow

Your Desktop

Deep Neural Networks (DNNs) are used as a machine learning method for both regression and classification problems. Keras is a high-level, Python interface running on top of multiple neural network libraries, including the popular library TensorFlow. In this workshop, participants will learn how to quickly use the Keras interface to perform nonlinear regression and classification with […]

Geostatistics – II

Your Desktop

Many environmental variables such as temperature, rainfall, air pollutants, and soil nutrients are measured at sampled point locations. We often need to estimate these variables at one of more unsampled locations. Geostatistics provide tools and techniques to carry out this task. In a series of three workshops, we are covering the basics of Geostatistics. In […]

R Short Course: Getting Started (Part 1)

Your Desktop

This is part 1 of a 5-part series of workshops on programming in R.  This week, we’ll discuss the following topics: creation and naming of objects, R’s global environment, arithmetic operations, R’s package system, and reading and writing data. These workshops follow a hybrid format: a week before the scheduled meeting time participants will be […]