Paint An Image

In this demo, a Feedforward Network (2 inputs, 15 hidden units, 3 outputs) will be trained entering the coordinates of every pixel (x, y) of an image as input, and the color as output (RGB values). After each iteration, the network will be directed to fill a canvas, the coordinates of every pixel will be provided and the canvas will be painted with the RGB values outputed by the network.


Original

Original

Painted by Network


Iterations: