Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 573 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 573 Bytes

The Weistrass function and the beauty of fractals

This repository contains the code for the blog post on The Weistrass function and the beauty of fractals. For further details, please refer to this post.

img

img

img

For reproducibility:

conda create -n fractals -y python=3.8
conda activate fractals
conda install -y numpy matplotlib scikit-learn ipykernel