/mandelbrotnn

Torturing neural networks by forcing them to learn the Mandelbrot set.

Primary LanguagePython

Mandelbrot Neural Network

This is a very simple project that allows you to train neural networks on the mandelbrot set, generate images from the trained network at high resolution, and save videos of neural networks learning the set as they train.

Requirements

  • python3
  • pip3

Setup

Install dependencies with:

pip install -r requirements.txt

Then run python main.py for some example uses. Take a look at the main.py file for some example functions on how to use the modules.