Skip to content

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

Notifications You must be signed in to change notification settings

MaxRobinsonTheGreat/mandelbrotnn

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages