Events

Intro to SQL

Your Desktop

Ever want to know how to communicate with a database? You need to know SQL, a standard programming language for working with relational database management systems in data warehouses or just Microsoft Access. This workshop will cover the basic syntax of SQL. Material will focus mainly on how to query databases. A web-based tool will […]

SPSS: Data Management

Your Desktop

Each section will go over one chapter from the materials at https://cscar.github.io/workshop-spss/ Section 1: Basics of SPSS (9/16, 10am - 12pm) Section 2: Variables (9/23, 10am - 12pm) Section 3: Data Management (9/30, 10am - 12pm) Section 4: Basic Statistical Analysis (10/7, 10am - 12pm) It is strongly encouraged to have SPSS installed on your […]

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, […]

CoreLogic property data

Your Desktop

The University of Michigan library system has licensed a large data set containing real estate transactions, deeds, and property tax records for the United States.  The data were collected by the commercial vendor CoreLogic, and our license allows UM researchers to use the data for research purposes.  These data are of potential interest to researchers […]

Intermediate SQL

Your Desktop

This workshop is a continuation of the Intro to SQL class.  We’ll cover how to create a table schema, how to insert data into tables and some more intermediate SQL syntax. Attendees should already know basic SQL syntax like JOIN, WHERE, BETWEEN, GROUP BY, HAVING etc. A web-based tool will be used for the tutorial.

SPSS: Basic Statistical Analysis

Your Desktop

Each section will go over one chapter from the materials at https://cscar.github.io/workshop-spss/ Section 1: Basics of SPSS (9/16, 10am - 12pm) Section 2: Variables (9/23, 10am - 12pm) Section 3: Data Management (9/30, 10am - 12pm) Section 4: Basic Statistical Analysis (10/7, 10am - 12pm) It is strongly encouraged to have SPSS installed on your […]

GIS with R

Your Desktop

This workshop will expose participants to GIS functionalities in R. We will cover vector and raster data representation, vector geometric operations, coordinate representation, combined raster and vector operations in R. The workshop will be especially useful for participants with some exposure to both GIS and R. This workshop is virtual. The presenter will be in touch with more […]

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 standard fully-connected DNNs, as well as image classification using Convolutional Neural Networks (CNNs). We will also look […]