8000 GitHub - Maxioum/nn-in-your-face: Torturing neural networks by forcing them to learn the Mandelbrot set.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Maxioum/nn-in-your-face

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

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

  • Python 100.0%
0