Events

  • Mixed Models with R

    Your Desktop

    Mixed models are an extremely useful modeling tool for situations in which there is some dependency among observations in the data, where the correlation typically arises from the observations being clustered in some way. For example, it is quite common to have data in which we have repeated measurements for the units of observation, or […]

    Stata: Working with Data Sets

    Your Desktop

    This is a series of workshops designed to introduce participants to the Stata software. No prior experience with Stata is required. The sections are: Section 1: The Basics of Stata - Interacting with Stata. (10/19 2-3:30) Section 2: Working with Data Sets - Importing, opening, and saving data sets. (10/21 2-3:30) Section 3: Data Management […]

    Stata: Data Management

    Your Desktop

    This is a series of workshops designed to introduce participants to the Stata software. No prior experience with Stata is required. The sections are: Section 1: The Basics of Stata – Interacting with Stata. (10/19 2-3:30) Section 2: Working with Data Sets – Importing, opening, and saving data sets. (10/21 2-3:30) Section 3: Data Management – The basics […]

    Data Visualization With 3D Graphics Using Unity3D and C#

    Your Desktop

    BlueJeans link will be shared with registered attendees 24 hours before start Video game development is more accessible than ever before thanks to modern software tools, with many options free to download. These tools are also used to program more "serious" applications that require interactive 3D graphics, from mobile apps, virtual and augmented reality, computer […]

    Stata: Data Manipulation

    Your Desktop

    This is a series of workshops designed to introduce participants to the Stata software. No prior experience with Stata is required. The sections are: Section 1: The Basics of Stata – Interacting with Stata. (10/19 2-3:30) Section 2: Working with Data Sets – Importing, opening, and saving data sets. (10/21 2-3:30) Section 3: Data Management – The basics […]

  • Image Segmentation using Deep Learning with FastAI

    Your Desktop

    This workshop will demonstrate how to perform image segmentation using the FastAI Python library, which is built on the deep learning library PyTorch. Some familiarity with Python is expected, but no previous experience with FastAI or PyTorch is needed. The workshop will be done online via BlueJeans. We will run the code using Google Colab, which requires a […]

    Advanced Graphics Optimization For Data Visualization In Unity3D

    Your Desktop

    BlueJeans link will be shared with registered attendees 24 hours before start Modern 3D game engines and computer hardware can render convincing graphics, rivaling that of pre-rendered 3D animation. But video games still require special optimization techniques and tricks. This relates directly to perceived capabilities for data visualization and serious applications: we can generate and […]

    Map making in R

    Your Desktop

    The focus of the workshop is twofold: to learn cartography principles for generating single and multivariable choropleth maps, and explore functionalities of R for generating static and interactive web maps. We will use the COVID19 data available at (https://github.com/nytimes/covid-19-data) and combine it with information from Census and other sources to visualize spatial patterns and make […]

  • Introduction to Machine Learning

    Your Desktop

    OVERVIEW Machine learning is becoming an increasingly popular tool in several fields, including data science, medicine, engineering, and business. This workshop will cover basic concepts related to machine learning, including definitions of basic terms, sample applications, and methods for deciding whether your project is a good fit for machine learning. No prior knowledge or coding […]

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