-
Quantum Computing 1: Deutsch-Jozsa Algorithm
I recently started learning quantum computing techniques and the Deutsch-Jozsa Algorithm applied to the Bernstein-Vazirani problem was the first algorithm I encountered that I can see actually being potentially useful(at least for its variants). This post will not cover the vanilla Deutsch’s algorithm. The Deutsch-Jozsa algorithm belongs to a class...
-
Training Transformers: A Review
It has been a while since I’ve trained models from scratch, but now that I am revisiting AI I wanted to work on a nice little exercise to recalibrate my intuition on training neural networks. And since transformers seems to be used everywhere these days, I figured I’d try to...