Gaussians Primes

- 1 min read

On this second episode of “what has Epsilon done for the past years”, we’re gonna talk about… Prime Numbers. Code is available here.

The primes does have this capacity to create some interesting looking things, I’ll give them that. The Gaussian integers are simply complex numbers whose real and imaginary part are integers, and whose modulus is prime. If one component of this number p is 0, then p is prime only if the other component is prime and p % 4 = 3.

Ulam Spiral

- 1 min read

This post is the first part of an attempt at explaining most of the small animations I have done in the past few years.

The Ulam Spiral is fairly straight forward: by arranging the integers in a spiral, and only marking the primes, you obtain strange, and frankly cool looking patterns.

Creating this sort of image is very simple. I simply created a basic loop that construct the spiral, which follows the following pattern: ULDDRRRUUUULLLL…, assigning an integer to each step and checking if it was prime.

Chapter 0: Introduction to epsilon

- 2 mins read

Hi. I’m Epsilon, and this is a blog.

I’m a Computer Engineer, specialised in Machine Learning and Computer Vision. Most of my research works centers around automated detection in Archaeology. I have introduced the use of YOLO in LiDAR detection for this purpose, in a research internship at the University of Leiden. I have also worked in rare event detection in train borne systems at the SNCF. I am currently available for hire.