Events

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

    Geostatistics – II

    Your Desktop

    Many environmental variables such as temperature, rainfall, air pollutants, and soil nutrients are measured at sampled point locations. We often need to estimate these variables at one of more unsampled […]

    R Short Course: Getting Started (Part 1)

    Your Desktop

    This is part 1 of a 5-part series of workshops on programming in R.  This week, we’ll discuss the following topics: creation and naming of objects, R’s global environment, arithmetic […]

    Android Application Development: An Overview

    Your Desktop

    Mobile app development is one of the biggest new industries of the last decade. As of 2017, Google and Apple (the creators of Android and iOS, respectively) confirmed a combined […]

    Geostatistics – III

    Your Desktop

    Many environmental variables such as temperature, rainfall, air pollutants, and soil nutrients are measured at sampled point locations. We often need to estimate these variables at one of more unsampled […]

    XSEDE: Python Tools for Data Science

    Your Desktop

    OVERVIEW Python has become a very popular programming language and software ecosystem for work in Data Science, integrating support for data access, data processing, modeling, machine learning, and visualization. In […]

    R Short Course: Vectors and Data Frames (Part 2)

    Your Desktop

    This is part 2 of a 5-part workshop series on programming in R.  This week, we’ll discuss the following topics: vectors, types, lists, and data frames. You’ll learn about indexing […]

  • Object Detection using Deep Learning with TorchVision

    Your Desktop

    Like many image processing problems, deep learning has brought many effective solutions to the task of object detection. The TorchVision library is part of the PyTorch project, and it offers […]

    R Short Course: Programming Tools (Part 3)

    Your Desktop

    This is part 3 of a 5-part workshop series on programming in R.  This week, we’ll discuss the following programming tools: logical comparisons, conditionals, iteration, and functions. You’ll learn how […]