
March 2021
GIS Fundamentals – V (Spatial Database – PostGIS)
This is the fifth workshop in a series of workshops we are offering this semester on the fundamentals of GIS. Each workshop covers one or two key elements of GIS…
Software Development For Research: Version Control Principles
Software development and computer programming is increasingly a major part of scientific research. Projects can quickly grow, and it can be difficult to manage changes, especially if multiple programmers are…
Introduction to Deep Neural Networks with Keras/TensorFlow
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…
Software Development For Research: Team-Based Programming Practices
Software development and computer programming is increasingly a major part of scientific research. When small or large teams are involved in coding the same project, it’s a good idea to…
April 2021
Object Detection using Deep Learning with TorchVision
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…