Categories
Uncategorized

More Bézier Walks in Neural Networks

The videos above were generated using the same script described in an earlier post.

Categories
Uncategorized

Random Bézier Walk in a Random Neural Network

The video above was generated using neuralart.

Categories
Uncategorized

Neural Art

neuralart is a Python library and utility for rendering generative art from a randomly initialized neural network.

It’s based on the following blog posts and pages from studio otoro.

The package is available on PyPI, the Python Package Index. It can be installed with pip.

$ pip install neuralart

For example command line usage, see neuralart#example.

For example library usage, see example.py.