Neural Painter
p/neural-painter
Paint artistic patterns using random neural network
Ben Tossell

Neural Painter — Paint artistic patterns using random neural network

Featured
6
Replies
Best
Ben Tossell
The image is generated using a single-path feed-forward network with only fully-connected layers and batch-normalization, flavored with various nonlinearities and initialized with gaussian random weights. The key to generate these intriguing images is the use of random nonlinearities from a large nonlinearity pool at each layer, especially those discontinuous functions (like sign) or functions with large gradient near some point (e.g, log(abs(x) + eps)).
Fraser Smith
@bentossell Please explain the above. (or did you just copy and paste it?) ;-)
Ben Tossell
@frassmith copy and pasted it from the page to give it some context
Ben Tossell
@frassmith cool 👍
Mohit Gupta
Love this May be if we combine this with neural style transfer we might see something fabulous