Events

  • SC^2, sponsored by MICDE

    [SC2 & MICDE] Lunch with alumni: Lois K. Smith

    1180 Duderstadt Center 2281 Bonisteel Blvd, Ann Arbor, MI, United States

    Lois graduated from Michigan in the Fall 2016 with a PhD from the AOSS (now Climate and Space Sciences and Engineering) department and was an MICDE fellow and is Certificate in Computational Discovery & Engineering alumni. Since graduating, she has been in industry working as a data scientist (iSpot, Microsoft). She is back on campus […]

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

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

    Social after symposium

    [SC2] Social After the Symposium

    Arbor Brewing Co - Tap Room 114 E Washington St, Ann Arbor, MI, United States

    After the MICDE symposium join us at the Ann Arbor Brewing Co. – Tap Room. We will provide the appetizers and non-alcoholic drinks. Hope to see you there! Please RSVP here

    Intro to GPU & CUDA Programming

    1180 Duderstadt Center 2281 Bonisteel Blvd, Ann Arbor, MI, United States

    This workshop is an introduction to GPU programing for scientific and engineering applications. The basics of GPU architecture will be presented. Parallel programing strategies will be discussed followed by actual programing examples. Please bring a laptop if would like to try the examples during the session, but it is not necessary, since the examples will […]

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