Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orcaman/mlbrot
machine learning assisted mandelbrot set rendering experiment
https://github.com/orcaman/mlbrot
Last synced: about 1 month ago
JSON representation
machine learning assisted mandelbrot set rendering experiment
- Host: GitHub
- URL: https://github.com/orcaman/mlbrot
- Owner: orcaman
- License: mit
- Created: 2016-10-23T12:05:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-03T08:40:13.000Z (about 8 years ago)
- Last Synced: 2024-10-20T17:35:05.158Z (3 months ago)
- Language: Go
- Size: 8.79 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mlbrot
This is the companion repo for the blog post [Chaos, Prediction and Golang: Using AWS Machine Learning to Mispredict The Mandelbrot Set](https://hackernoon.com/chaos-prediction-and-golang-using-aws-machine-learning-to-mispredict-the-mandelbrot-set-45a87a72b2f#.ayoatlmtx).
![Alt text](/img/diff.jpg?raw=true "mlbrot")
# usage
```
Usage of ./mlbrot:
-c int
concurrency level (default 20)
-method string
the coloring method. accepts "classic" and "ml" (default "classic")
-n int
max lines to write. use 0 if you don't want to write a trainning data file
```