|
|
|
|
|
by nuclai
3749 days ago
|
|
It's a pre-trained network on image classification dataset from 2014 called ImageNet. The network is called VGG, paper is here: http://arxiv.org/abs/1409.1556 There's no additional training apart from that. The neural network is used to extract patterns (grain/texture/style) and a separate optimization tries to reproduce them as appropriate. |
|
Just trying to get a birds-eye view of the algorithm :)