Hacker News new | ask | show | jobs
by faitswulff 2552 days ago
Kind of an aside - what do you need to learn to create "deep dream" style generative programs, and can you learn it from fast.ai?
1 comments

The keywords you're looking for are generative adversarial networks. Not sure if the syllabus has it.
That technique is used for a lot of AI generated images, but Deep Dream specifically used a trained recognition network "backwards" to adjust the image.

It's like a generative network without the adversarial part.

Ah yes you are correct