Some Thoughts
-
AI + Energy Knowledge Graph
Over the past few months I’ve started a new job working at the Geomatics and Cartographic Research Centre (GCRC) at Carleton University. It’s been a splendid place to work and learn, and it has helped me think about the world in fascinating ways. The project I’ve been working on with the GCRC over the past…
-
Using BigEarthNet to Develop an Image Classification Model pt. 2
Hello! This is my follow up post to my last post. Over the past little bit I have learned new things and I’ve seriously changed my preprocessing set up. Initially I thought I would simply edit the original post, but I figured why not show my errors instead. Furthermore, during the process of reviewing deep…
-
Using BigEarthNet to Develop an Image-Classification Model pt. 1
Good day to everybody! Today will be the first of a few posts that will use BigEarthNet to develop an image classification model. Background BigEarthNet is a large database that uses satellite imagery from the Sentinel-1 and Sentinel-2 satellites. The dataset contains 590,326 pairs of images and labels which they refer to as ‘patches’, for…
-
Developing an ML Program for Credit Card Fraud
Hello, today I decided to take a step away from the climate stuff because I’m having difficulty finding datasets that are accessible and useful. But I still wanted to present a project so I decided to look at Kaggle’s highest rated dataset and found this. In this post I’m going to talk about my strategies…
-
Exploring Sea Ice Temperatures
Apologies for the long wait time between this post and the last one. Hopefully we can all relate to the ever-extending nature of holiday/new years lethargy. Anyways, I’m back now! Last time we left off, I was giving a quick tutorial on Net CDF files using NASA’s sea ice dataset. Today, we’re going to do…
-
How to use NetCDF (.nc and .nc4) files in Python/Jupyter Notebook
I found there weren’t any good resources online that had clear instructions on how to process .nc and .nc4 files through Python, so I thought I’d make a post about it myself. What are .nc and .nc4 files? First, it’s important not to get these files confused with NC (Numerical Control) files which are used…