Deep Dream
https://deepdreamgenerator.com/
Deep Style
https://arxiv.org/abs/1508.06576 A Neural Algorithm of Artistic Style
How to let machine draw an image
- Pixel Recurrent Neural Networks https://arxiv.org/abs/1601.06759
- Auto-Encoding Variational Bayes(VAE) https://arxiv.org/abs/1312.6114
- Generative Adversarial Networks(GAN) https://arxiv.org/abs/1406.2661
Structured Learning
- Image to Image https://arxiv.org/abs/1611.07004Image-to-Image Translation with Conditional Adversarial Networks
- Text to Image https://arxiv.org/abs/1605.05396 Generative Adversarial Text to Image Synthesis
随机梯度下降
mini-batch梯度下降
动量梯度下降