Events

  • R Series II: Programming

    Your Desktop

    People using R for applied research are often not taught basic programming practices such as writing functions, efficient iterative processing, vectorization, and other practices that would make their research far more efficient and reproducible.  Understandably, focus is on basic data manipulation and getting model results.  Unfortunately, this can mean the data isn’t as explored as […]

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

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

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

    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.

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

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

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

    R I: Data Wrangling

    Your Desktop

    This workshop will delve into common data processing and exploration techniques using R. The main focus will be on constructing and manipulating R data objects, and using packages that enhance and facilitate operations that typically arise when dealing with data, including faster I/O, variable creation and manipulation, and grouped operations, especially as a prelude to […]

    Using GPUs with Python Wednesday, February 24, 2021, 2:00 pm - 5:00 pm This workshop introduces Python GPU tools for porting and writing code that runs on GPUs. The primary tools, Numba and CuPy are presented with examples. This event has limited capacity, reserve your seat today! MICDE: Michigan Institute for Computational Discovery and Engineering

    Using GPUs with Python

    Your Desktop

    Python is the Lingua Franca of Data today and is being increasingly used in scientific computations. This workshop introduces Python GPU tools for porting and writing code that runs on GPUs. The primary tools, Numba and CuPy, are presented with examples. A Jupyter notebook is used along with a set of lecture slides. The workshop […]