DEMO

2017.01.25 Up

Posted by Nao Tokui

Learning to Draw: Generating Icons and Hieroglyphs

Learning to Draw: Generating Icons and Hieroglyphs

シンプルなRNNのモデルで、8 x 8のアイコンのピクセルの並びを学習して、それらしいアイコンを生成するという実験. わりとかわいいアイコンが生成されているのがわかる.

In this blog post we’ll explore techniques for machine drawn icons. We’ll start with a brute force approach, before moving on to machine learning, where we’ll teach a recurrent neural network to plot icons. Finally we’ll use the same code to generate pseudo hieroglyphs by training the network on a set of hieroglyphs. With the addition of a little composition and a little coloring, we’ll end up with this

TAG