Events

Parallel Processing with Python

Modern Languages Building (MLB), Room 2001B

Modern computers have a CPU with multiple cores (usually between 4-8). Come learn how to take advantage of them to parallelize and speed up your code. We’ll show you how to structure your code so you can parallelize it in 5 lines or less. We will also cover some theory, a few practical considerations along […]

 Deep Neural Networks with TensorFlow: A Quick Start Introduction

Modern Languages Building (MLB), Room 2001B

Deep Neural Networks (DNNs) are used as a machine learning method for both regression and classification problems. TensorFlow is a popular software library that is often used to construct and train DNNs. In this workshop, participants will learn how to quickly use the high-level TensorFlow Estimator module to perform nonlinear regression and classification with standard fully connected DNNs. We will also show […]

Intro to SQL

Modern Languages Building (MLB), Room 2001B

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

Introduction to MATLAB

Modern Languages Building (MLB), Room 2001B

This workshop introduces participants to MATLAB. Topics include indexing and slicing of vectors and matrices, creation of script M-files and functions, control flow operators and basic 2D and 3D visualization. The workshop is targeted to participants with little to no knowledge of MATLAB and/or participants that would like to review basic MATLAB concepts.

Regular Expressions II

Modern Languages Building (MLB), Room 2001B

Regular expressions are perfectly suited for people who like puzzles. Regular expressions are a sequence of characters used to define a search pattern. They are commonly used to do “find” and “find and replace” string operations. They are also used to validate strings like phone numbers, passwords, etc. in data entry. Regular expression capabilities can […]

SPSS I Introduction to SPSS

Modern Languages Building (MLB), Room 2001B

Note: Topic order is subject to change. This workshop is designed to introduce participants to SPSS. It will cover the fundamentals of SPSS, within-case transformations, data management with multiple files, and basic statistics and graphics. Useful for any scholar engaged in quantitative research. Fundamentals This portion introduces SPSS, the menu and the help systems, and […]