Events

GIS Fundamentals – (PostGIS-II)

Your Desktop

This workshop will further develop the material covered on spatial databases in the first workshop a few weeks back. PostGIS is the most widely used spatial database and is built on top of PostgreSQL, a powerful open source relational database. The focus of this workshop is to exploit PostGIS to deal with big vector data, […]

GIS Fundamentals – (Map visualization – II)

Your Desktop

This workshop will further develop the material covered on mapping in the first workshop a few weeks back. We will focus on basic cartography principles for map-making and explore the functionalities of R and QGIS for making production-quality bi-variate static and dynamic choropleth maps. We will also explore the functionalities of leaflet, a powerful library, […]

NVidia GTC 2021 Conference

NVIDIA has their GTC technical conference April 12-16. It is free to attend and all online so no travel. Making you aware of this opportunity to hear from a global community of developers, researchers, engineers, and innovators who are delivering over a 1000 sessions, interactive panels, demos, and research posters. Registration is now open and the session […]

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 well-established and successful methods for object detection (as well as many other problems). This workshop will demonstrate the process of preparing your own image dataset and […]

Advanced ML topics: Algorithms, writing ML code, comparing implementations

Your Desktop

OVERVIEW This workshop is designed as a follow-up to the basic introduction to machine learning earlier in this series. We will cover several examples in Python and compare different implementations. We will also look at advanced topics in machine learning, such as GPU optimization, parallel processing, and deep learning. A basic understanding of Python is […]

Software Development For Research: Best Practices for Coding Styles

Your Desktop

Software development and computer programming is increasingly a major part of scientific research. Having a consistent coding style and following basic best practices used in the industry can help make your code easier to read and manage, both internally in your teams and for public code projects available to other researchers. This workshop will cover […]

SRTI: Software For Cross-Language Real-Time Data Communication

Your Desktop

Computer software simulation is used in virtually every discipline. These programs virtually represent small components of real-world events and behaviors, and allow scientists to test different models to guide real-world research. However, these can be individually complex, and written in different computer languages and programs. It's a difficult task to combine simulators from different parts […]

GIS Fundamentals – Spatial Database, PostGIS

Your Desktop

PostGIS, built on top of PostgreSQL, is the most powerful open-source relational database for managing spatial data. In this workshop we will cover the basic concept of spatial databases, learn about setting PostGIS, and understand how PostGIS can help us manage large volumes of vector data spread over multiple tables and geometries efficiently.  We will also […]