Category: ai
-

UNet + Linear Modulation
I was working on flood prediction project and working with a unet – code here…
-
Optimizing BigQuery Geospatial Intersects
Working with geospatial data, intersection operations are fundamental and frequently used to answer questions like…
-

Grids – Comparative Analysis of Geohash, H3, and S2
Bucketing and discretization is important step in any algorithmic training or analysis, today we focus…
-

Flood Prediction I – Nose diving into Data sources
Code for this data extraction pipeline is available on my GitHub. We live in such…
-

Beyond Min-Max: The Art of Continuum Normalization for Stellar Spectroscopy
I ended up writing this article after digging into a tiny rabbit hole of stellar…
-

AI Safety – Hinton Lectures
Living in Toronto and working in AI how could I not go to a Geoffrey…
-

-

-

Attention I – Review
References: https://arxiv.org/pdf/1706.03762 We’ll dive deeper into attention later in another blog
-

RNN – Review
References: https://arxiv.org/pdf/1912.05911 https://arxiv.org/pdf/1808.03314 https://stanford.edu/~shervine/teaching/cs-230/cheatsheet-recurrent-neural-networks https://www.d2l.ai/chapter_recurrent-neural-networks https://www.geeksforgeeks.org/machine-learning/introduction-to-recurrent-neural-network
