Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 608 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 608 Bytes

painting-with-neural-net

Project to train a neural network to paint using TensorFlow.

Description

In this project I build a multi-layer perceptron fed with pixel position as training data and corresponding RGB colors as labels. I use TensorFlow to build the graph and run training / test processes.

Result

Input image:

Input image

Progress made through iterations:

Iterative progress

References