Implementing deep dream with MXNet

Hi there,

I’m interested to implement deepdream on MXNet. I’ve found an old tutorial
https://github.com/xzqjack/deepdream-mxnet but I think is not clear
enough. Perhaps once I get a jupyter notebook running, I can add it
to the The Straight Dope tutorial. Any hint or suggestion is highly
appreciated.

Regards!

That would be pretty nice if you could write a notebook for it. The way to write them is to cover the following:

  1. Explain the basic idea
  2. Show individual steps
  3. Explain the math behind it
  4. Instrument training run

The key there is to teach rather than just showing that it can be done. We can help with copy-editing the document.

1 Like