Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/r13i/painting-with-neural-net

Project to train a neural network to paint using TensorFlow.
https://github.com/r13i/painting-with-neural-net

jupyter-notebook machine-learning neural-networks numpy python tensorflow

Last synced: 21 days ago
JSON representation

Project to train a neural network to paint using TensorFlow.

Awesome Lists containing this project

README

        

# 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](./astronaut.jpg "An astronaut image used as input")

##### Progress made through iterations:

![Iterative progress](./result.gif "GIF showing the progress made by training during iterations")

### References

- [Kadenze Academy](https://www.kadenze.com/)