@artifactz

I do data, science, and art.

Visuals

Structures that react to sound.

Self-organizing maps

The travelling salesman problem can be approximated with a self-organizing map by mapping 2D coordinates to a 1D modular arithmetic.

View on GitHub

GANs

Generative adversarial networks (GANs) can be used to augment datasets for deep learning purposes: If there's not enough training data, just generate some more. The image below shows samples generated for training a ball/robot classifier.

View paperGoogle ColabDownload dataset

Balls and robots generated by a GAN

Conway's Continuous Game of Life

A fresh take on Conway's Game of Life. But this time, it's in continuous space.

View on GitHubHQ version