logoalt Hacker News

esychologytoday at 12:59 PM2 repliesview on HN

The input to the NN is just the 3x3 neighborhood around a cell. We can overlap two NNs on the same grid (through interpolation). Checkout https://meshnca.github.io to see the effect. When the brush is in graft mode, it basically allows you to paint some regions that will follow a different NN rule.


Replies

flirtoday at 1:02 PM

> The input to the NN is just the 3x3 neighborhood around a cell.

Well that sounds like black magic. Nice. Thanks for the reply.

0xdeadbeefbabetoday at 5:13 PM

Is each image a NN or is it one NN for all the images?

show 1 reply