MaxRobinsonTheGreat / mandelbrotnn

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 100.0%