Answer the question
In order to leave comments, you need to log in
How to teach a neural network to analyze logos and draw?
How to use machine learning to teach a neural network to process logos / images and draw something similar?
What libraries to use or where you can read about the interaction of neural networks with graphic elements, and not just with mathematical ones.
Answer the question
In order to leave comments, you need to log in
Read about GAN - generative adversarial network.
In general terms, there are two neural networks. One generates pictures, the other evaluates how well the first one does. For example, a lesson about GAN on TensorFlow (in English).
You can try to train the network on a large collection of logos. For example with Brands of the World . And see what this couple will do in terms of creating new, inspired ones.
interaction of neural networks with graphic elements, and not only with mathematical onesNeural networks work only with "mathematical elements", with numbers. To feed a picture to the network, it is translated into an array of numbers: each pixel in 1 (gray) or 3 (red, green, blue) values from 0 to 255.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question